I am trying to design my site so that it does not loose it's design. Is using CSS the best way to keep the font from being resized? I am afraid that if I use CSS my site will not be displayed by browsers consistently. (the major browsers of course) Also do any of you recomend using style sheets to link to? and why?




And simply include it all of your documents. Although, this isn't practical, and defeats the object of using a method such as: <link rel="stylesheet" type="text/css" href="yourstyle.css">

You're right, but as you then explain, this doesn't achieve anymore than using an external style sheet. But of course if you are using this method, you may as well generate the <HEAD> components (where the <LINK REL> stuff goes) dynanimcally, in which case you can place suitable tags for IE or NS or Opera or whatever.

Bookmarks