You know how in Internet Explorer, people can set the Font Size of web pages to Small, Smallest, Medium, Largest, etc? What sort of code can I apply to a business's web page so that it will ignore any text-size changes set by the user in his browser, so that my website stays at the font size set when the page was made in Dreamweaver?
There was a way in IE6. I don't know about IE7. No modern browser will allow you to override user preferences. I won't mention how, because I don't believe in encouraging user-unfriendly web pages. If you're concerned about changing font sizes breaking your design, then you haven't yet learned to design for the web. cheers, gary
i think, there is a html tag that is: <BASEFONT COLOR="green" FACE="MS Sans Serif" SIZE="+5" > and that is between <HEAD> and </HEAD>