Click to See Complete Forum and Search --> : [RESOLVED] Help! Why is this image stand in the center?


kaafmim
11-04-2009, 07:40 AM
After working so much, at last I got to get the w3c validation for all the pages of a site I'm building. But when I try to put the w3c validation image in the bottom of the page, instead of standing in the center, it is left aligned. :confused:

You may visit it on all of the pages of http://www.crypgen.com . Just look at the bottom of the pages.

The code for that part is:

<p class="centeredimage">
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Strict" height="31" width="88"></a>
</p>

the "centeredimage" and it's parent (body) are both center aligned. Please help! Thanks.

Eye for Video
11-04-2009, 09:00 AM
In IE7 and FF3 it's centered just fine.
Maybe you have an old version in your cache?? Clear and test again.
EfV

kaafmim
11-04-2009, 11:49 AM
Thanks man.

Yes, the problem was in the server cache. It was just returning the old version.