June 1, 200917 yr Hi, I would like to add the xhtml and css validation logos to the bottom corners of My Website. What would we the best way to do this? Place the images in the footer id and position relative?? Thanks Slinks
June 1, 200917 yr When you have validated your page, w3 validator gives you the code to add to your footer....eg <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> </p> I would personally put it straight into the html like that. Then yes just position it by maybe giving the <p> a class and css positioning. If you go here > http://www.htmldog.com/guides/cssadvanced/layout/ and scroll to the bottom of the page there are example of the way you can position images
June 1, 200917 yr Author When you have validated your page, w3 validator gives you the code to add to your footer....eg <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> </p> I would personally put it straight into the html like that. Then yes just position it by maybe giving the <p> a class and css positioning. If you go here > http://www.htmldog.com/guides/cssadvanced/layout/ and scroll to the bottom of the page there are example of the way you can position images ok i'll take a look cheers guezala!
Create an account or sign in to comment