when you go to http://lontroh.net/html/console.php.htm the console appears awkward because it's so big. if I change the font size to 2 it is too big, 1 is too small, and 1.5 rounds down. Is there a font or something else i can use to get it in-between?
Well I'd hardly say that font size of 2 is too big. Looks fine to me at least. Anything smaller would be hard to read, but if you want more contol I'd use css instead of the font tag. You'll have much more control that way and not be limited to the 7 sizes for the font tag.
For that page I'm thinking applying the css on the tables will be easiest so:
table {font-size:10px}
I think <font size="2"> is about 12px which is why I'm guessing 10, but you can play around with different values. I think you'll also need to remove the exisitng font tags or they may override the css. I'm not positive about that though.
Normally I'd say to let your font be larger so it's more accessible, but I think given your site your visitors will be younger and probably not have any difficulty with the smaller fonts.
How's the rest of the site coming along?
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE
Use CSS you can control the style much better with CSS than with HTML add a style to apply to all your TD's or use Classes for styling each element of your site... fonts can go from one pixel to 200.... points.. CSS
Yep I agree with the lady above. Even though I didn't mention it in the first post I think it's generally best to allow your visitors to determine what font size they want. They'll appreciate it and maybe even come back more.
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE
I recommend styling regular paragraps no smaller than 0.9em Smaler fonts will cause accessibility issues and is in general difficult to read for anyone.