eduard 37 Posted September 4, 2011 Report Share Posted September 4, 2011 (edited) Why doesn´t the foto on the right side of the div ´content´show up?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"><div class="header"</div><div class="profile"<a href="http://www.viadeo.com/es/profile/eduard.lid"><b><h4>Profile<br/>Perfil</h4></b></a></div><div class="english"<a href="versions/english/nicolas/index.html"><img src="http://3.bp.blogspot.com/_cIPQ-HCqBAg/TAKoVdt59AI/AAAAAAAAAK4/fvqQE-B5g0w/s1600/english+flag.gif" alt="english" class="english"></a></div><div class="spanish"<a href="versions/espanol/base_de_datos.html"><img src="http://www.enchantedlearning.com/europe/spain/flag/Flagbig.GIF" alt="spanish" class="spanish"></a></div></head><body><div class="bottom"></div><div id="content"<img width="320" height="256" align="left" style="border-right:2px solid grey" src="http://www.aquaculture.ugent.be/_img/database.jpg" id="dbimg" alt="img database"><img width="320" height="256" align="right" style="border-left:2px solid grey" src="images/me.JPG" id="foto" alt="img Eduard Lid"><p class="webdesign">webdesign<span>diseño sitios web</span></p><p class="database">database<span> base de datos</span></p><p class="translator">translator<span> traductor</span></p><p class="languages"> spanish german dutch<span>inglés alemán holandés</span></p><br><br><br><br><br><br><br><h2 style="text-align:center;font-family:verdana,helvetica,sans-serif; color:#696969;">Eduard Lid</h2></div><div id="image"><p class="image"> database<span>base de datos</span></p></div><div id="footer"></div></body></HTML>As you can see I changed the code, but the error remains! Need urgently help!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"><div class="header"</div><div class="profile"<a href="http://www.viadeo.com/es/profile/eduard.lid"><b><h4>Profile<br/>Perfil</h4></b></a></div><div class="english"<a href="versions/english/nicolas/index.html"><img src="http://3.bp.blogspot.com/_cIPQ-HCqBAg/TAKoVdt59AI/AAAAAAAAAK4/fvqQE-B5g0w/s1600/english+flag.gif" alt="english" class="english"></a></div><div class="spanish"<a href="versions/espanol/base_de_datos.html"><img src="http://www.enchantedlearning.com/europe/spain/flag/Flagbig.GIF" alt="spanish" class="spanish"></a></div></head><body><div class="bottom"></div><div id="content"<img width="320" height="256" align="left" style="border-right:2px solid grey" src="http://www.aquaculture.ugent.be/_img/database.jpg" id="dbimg" alt="img database"><img width="320" height="256" align="right" style="border-left:2px solid grey" src="images/me.jpg" id="foto" alt="img Eduard Lid" /><p class="webdesign">webdesign<span>diseño sitios web</span></p><p class="database">database<span> base de datos</span></p><p class="translator">translator<span> traductor</span></p><p class="languages"> spanish german dutch<span>inglés alemán holandés</span></p><br><br><br><br><br><br><br><h2 style="text-align:center;font-family:verdana,helvetica,sans-serif; color:#696969;">Eduard Lid</h2></div><div id="image"><p class="image"> database<span>base de datos</span></p></div><div id="footer"></div></body></HTML> Edited September 4, 2011 by eduardchile Quote Link to post Share on other sites
dsonesuk 929 Posted September 4, 2011 Report Share Posted September 4, 2011 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"><div class="header"</div><div class="profile"<a href="http://www.viadeo.com/es/profile/eduard.lid"><b><h4>Profile<br/>Perfil</h4></b></a></div><div class="english"<a href="versions/english/nicolas/index.html"><img src="http://3.bp.blogspot.com/_cIPQ-HCqBAg/TAKoVdt59AI/AAAAAAAAAK4/fvqQE-B5g0w/s1600/english+flag.gif" alt="english" class="english"></a></div><div class="spanish"<a href="versions/espanol/base_de_datos.html"><img src="http://www.enchantedlearning.com/europe/spain/flag/Flagbig.GIF" alt="spanish" class="spanish"></a></div></head><body><div class="bottom"></div><div id="content"<img width="320" height="256" align="left" style="border-right:2px solid grey" src="http://www.aquaculture.ugent.be/_img/database.jpg" id="dbimg" alt="img database"><img width="320" height="256" align="right" style="border-left:2px solid grey" src="images/me.jpg" id="foto" alt="img Eduard Lid" /><p class="webdesign">webdesign<span>diseño sitios web</span></p><p class="database">database<span> base de datos</span></p><p class="translator">translator<span> traductor</span></p><p class="languages"> spanish german dutch<span>inglés alemán holandés</span></p><br><br><br><br><br><br><br><h2 style="text-align:center;font-family:verdana,helvetica,sans-serif; color:#696969;">Eduard Lid</h2></div><div id="image"><p class="image"> database<span>base de datos</span></p></div><div id="footer"></div></body></HTML>YOU NEVER EVER, PLACE HTML tags IN THE <head>...</head> section, only meta tags, title, inline css styling, javascript, or links to external css and javascript files. How many times have we told you about validating your CODE, it would have pointed out these mistakes.The <body>...</body> is the only visible area that will display you code correctly. content in the <head>...</head> is not displayed as it should be only used for what i mentioned above, meta tags, etc. Quote Link to post Share on other sites
eduard 37 Posted September 4, 2011 Author Report Share Posted September 4, 2011 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"><div class="header"</div><div class="profile"<a href="http://www.viadeo.com/es/profile/eduard.lid"><b><h4>Profile<br/>Perfil</h4></b></a></div><div class="english"<a href="versions/english/nicolas/index.html"><img src="http://3.bp.blogspot.com/_cIPQ-HCqBAg/TAKoVdt59AI/AAAAAAAAAK4/fvqQE-B5g0w/s1600/english+flag.gif" alt="english" class="english"></a></div><div class="spanish"<a href="versions/espanol/base_de_datos.html"><img src="http://www.enchantedlearning.com/europe/spain/flag/Flagbig.GIF" alt="spanish" class="spanish"></a></div></head><body><div class="bottom"></div><div id="content"<img width="320" height="256" align="left" style="border-right:2px solid grey" src="http://www.aquaculture.ugent.be/_img/database.jpg" id="dbimg" alt="img database"><img width="320" height="256" align="right" style="border-left:2px solid grey" src="images/me.jpg" id="foto" alt="img Eduard Lid" /><p class="webdesign">webdesign<span>diseño sitios web</span></p><p class="database">database<span> base de datos</span></p><p class="translator">translator<span> traductor</span></p><p class="languages"> spanish german dutch<span>inglés alemán holandés</span></p><br><br><br><br><br><br><br><h2 style="text-align:center;font-family:verdana,helvetica,sans-serif; color:#696969;">Eduard Lid</h2></div><div id="image"><p class="image"> database<span>base de datos</span></p></div><div id="footer"></div></body></HTML>YOU NEVER EVER, PLACE HTML tags IN THE <head>...</head> section, only meta tags, title, inline css styling, javascript, or links to external css and javascript files. How many times have we told you about validating your CODE, it would have pointed out these mistakes.The <body>...</body> is the only visible area that will display you code correctly. content in the <head>...</head> is not displayed as it should be only used for what i mentioned above, meta tags, etc.You are right: I should validate my files but I was stressed! I´ve solved this problem, but the main problem is that I can´t upload to the server of the host. Quote Link to post Share on other sites
ApocalypeX 3 Posted September 4, 2011 Report Share Posted September 4, 2011 You should only post if you have spent about 30 minutes trying to figure out a problem. Otherwise it's pointless to post your problems here when they are so easily spotted. Quote Link to post Share on other sites
thescientist 231 Posted September 7, 2011 Report Share Posted September 7, 2011 not only that, none of your opening div's (header, profile, english, spanish) had a closing >. Quote Link to post Share on other sites
eduard 37 Posted September 7, 2011 Author Report Share Posted September 7, 2011 Thanks! But as you can see I solved this problem 3 days ago! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.