How to stop my text from changing to sizes I don't want ?

liunx

Guest
I have a webpage using tables and along the bottom of it i have text links to home | contact | site map | etc.....<br />
<br />
Now when I view in my browser and change the dpi from 72 to 96 or vice versa the text changes size. However, when I look at some websites and do the same thing their text doesn't change size at all.<br />
<br />
Does anyone know how to stop this from happening to my text ?<br />
<br />
Thanks<br />
<br />
Toot<!--content-->wrap the text in a <span></span> and use the following attribute:<br />
<br />
style='font-size : 12pt'<br />
<br />
or whatever font-size you want.<!--content-->and that goes right along with your other question<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=31325">http://www.htmlforums.com/showthread.ph ... adid=31325</a><!-- m --><!--content-->
 
Back
Top