View Single Post
  #7 (permalink)  
Old 09-02-2008, 08:09 AM
MuNKyonline's Avatar
MuNKyonline MuNKyonline is offline
WebProWorld Veteran
 
Join Date: Jun 2004
Location: Suffolk, England
Posts: 777
MuNKyonline RepRank 2
Default Re: Need help - MSIE alignment issue

Glad you got it working, there a still a few errors though...

Move the title above the meta tags.

There is no <u> tag. If you want that underlined then do it with CSS. text-decoration:underline;

style="color:white; text-align:center" < this should be a class - keep styling and markup seperate!

The final </div> is not required.

Also you need to check your page and how the text resizes - accessibility.

The green box doesnt expand with the text!
Reply With Quote