If this is what I think it is, don't use center tags or align=center attributes or text-align:center styles. Instead, make sure you are using a valid URL DOCTYPE like:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
and apply the style:
to the element you want to center. Make sure it has a set width too.
If you want more help, we will need to see your page:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks