Well, for one thing you need to validate your code.
You have this:
Quote:
|
<P STYLE="text-align: left;"><SPAN STYLE="font-family: 'Bauhaus 93', fantasy; font-size: xx-large; color: rgb(0,255,0);">Email: <A STYLE="color: rgb(0,255,0); text-decoration: none ; background-image: none;" HREF="mailto:U.promotionsCT@gmail.com">U.promotion sCT@gmail.com</A></SPAN></P>
|
and you have it inside a <ul>. You cannot have <p> inside of UL, a UL is an Unordered LIST, which means it should contain <li></li> items.
That <p> is styled as left aligned, so it's doing just what you told it to do.
Your main table (yech!) is NOT centered over the bg image you've used.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|