Ok, I've been using FrontPage for a long long time. I finally got away from it and have gone back to wonderful Notepad. The problem is, I'm having problems with the <SIZE> tag. I am not totally sure what I'm doing wrong but the font is not wanting to go down to a 10p size. The code I have been using is:
<FONT FACE="VERDANA" SIZE="1">
I'm not even a blonde and I'm having blonde moments. PLEASE HELP!!!
NOTE: I believe the <FONT> tag, while supported in many browsers, is unsupported by the W3C as per the HTML 4.0 specification. They may have changed it back, but I don't think they did.
I would also recommend using CSS. FrontPage, when used long enough, does kind of mess up your coding practices.
Yeah, I'm familiar with CSS, so I might just end up going with that towards the end. That is, once I have the page all up and ready to go. Thanks again everyone!
Originally posted by spdrcr Yeah, I'm familiar with CSS, so I might just end up going with that towards the end. That is, once I have the page all up and ready to go. Thanks again everyone!
Just change it to a <span> tag. The effect will be the same and you will be validated.
I don't disagree..might as well use CSS at this point, but I thought that if your doc type was transitional, font tags would validate, even though deprecated.
In CSS you can use P {text-indent: 0.25in;} to indent the first line of your paragraph text. This example will make the first line indent a quarter inch.
Originally posted by psalzer I don't disagree..might as well use CSS at this point, but I thought that if your doc type was transitional, font tags would validate, even though deprecated.
It would work but you might as well do the right thing from the start and use <span> tags
Bookmarks