quote:Ah, that's what I guessed when I saw Charles's tip. Thanks for the tip there!
Originally posted by Siegfried:
According the O'Reilly HTML book I'm reading, the align tags (and several other presentation tags) are being phased out in favor of stylesheets and inline style commands (like what Charles posted).
quote:I bought a copy of of Macromedia Studio MX a early back in the summer. It's almost -- though not perfect -- compliant with the W3C specifications from the get-go. I only had to add a few id tags to some of the images and tables.
Originally posted by Siegfried:
You're a step ahead of me, MinutiaeMan. The W3C's XHTML validator craps a brick whenever it reads any of my code. I've got a lot of deprecated tags to replace. My CSS isn't too bad, but my being generous with the quotation marks has caused Mozilla to tell me to screw off.
code:ad infinitum?<td><font size=""></font></td>
quote:I used that horrible "TNG Monitors Plain" font because that was the only one I could find in my limited Internet forays at that time. (It was 1997, after all...
Originally posted by Topher:
Aww... Lookit that. Danny's first page.When did you make the switch to Dan? And you used that horrible, horrible, TNG monitors font... *shudder*
code:That will tell browsers to use the Swiss font if it's available, then try Arial, and finally any sans-serif style font. It gives you more control over the presentation.<font face="Swiss 721 Light BT, Arial, Sans-serif" size="-1">
hr {
text-align: center;
}