Thanks for this, the tables are in fact centered and the
TD tags don't specify align left.
It's a 100+ page site, so DOCTYPE ain't a-gonna happen
except on new pages.
I agree that success is more important than strict W3C
compliance. I don't care about the logo. Yet, W3C is the
standard for this stuff...do you want your web site to
work for all of your customers, or do you only care about
those with IE and broadband?
Same thing with CSS and Bobby, strict compliance is a
waste, but knowing the fundamentals is just part of the
job.
>-----Original Message-----
>Hi W3C newbie:
>If the content that is being centered is content within
table cells, it's
>because beginning with IE5, if you do not specify an
alignment for the cell
>content, it will inherit its alignment from the alignment
you specified for
>the table that contains those cells. So, if the table is
centered and you
>want the cell content aligned left, you have to specify
align="left" in your
><TD> tag.
>
>--
>~ Kathleen Anderson
>Microsoft MVP - FrontPage
>Spider Web Woman Designs
>http://www.spiderwebwoman.com/resources/
>Connect to the Newsgroups with Outlook Express
>http://www.tushar-
mehta.com/misc_tutorials/oe_ng/index.html
>
>
>W3C newbie <(E-Mail Removed)> wrote:
>> This is more of an html question than Front Page. My
pages
>> have had <html > without a doc type all along.
>> I want to make the site W3C compliant and so put in
this:
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
>> Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
>>> <html lang="EN-US" >
>>
>> Everything that is not specifically justified now comes
up
>> centered rather than left justified. This includes the
>> content in a javascript pull down menu.
>>
>> What the heck...
>
>.
>