Jump to content

Foto doesn´t show up? (urgent!) (changed!


eduard

Recommended Posts

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>

Link to comment
Share on other sites

<!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.

Link to comment
Share on other sites

<!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.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...