Forum Moderators: mack
I only see a difference when using Courier - all the rest such as Geneva, Avant Guard, Helvetica, Arial seem to look the same ...
I see the differences, between all these fonts, much better in NE 6.
Can anyone tell me what I might be overlooking?
(note: I did review the settings in IE 6 and unchecked all the boxes in the Accessibility dialogue box under Internet Options-General tab)
Thanks!
Can anyone tell me what I might be overlooking?
Try using CSS instead of <font> tags. You will find it a lot more flexible and easier to use. Font tags have been phased out (deprecated) in html anyway, so CSS is really the only choice for the future.
Have a read of Nick_Ws Intro to CSS [webmasterworld.com] and head over to the CSS forum for more information.
There are very few "looks" you can get in a web page font - and depend on that being what other visitors will see. There's fixed width, sans-serif, and serif.
You can actually get more visual variety using CSS line-height, letter-spacing, and font-weight rules than you can by changing the actual font face.