PDA

View Full Version : No resizing from browser!



Dave
September 1st, 2003, 10:42 AM
Hey guys, is there anyway you can stop people from re sizing their text from their browser?

For example i have realised when you go to http://www.msn.com/
even if u go to your browser and select view>larger text, it still remians the same!! Its a fixed size!

How do u achieve that?

Thanks

lostinbeta
September 1st, 2003, 12:25 PM
I believe these two methods work....

A) The FONT tag (<FONT SIZE="#">)

B) Use CSS to set font sizes


I know that method B works because i've used it (I :love: CSS), not entirely sure about method A, but worth a shot if you don't feel like learning CSS.

ahmed
September 1st, 2003, 12:27 PM
I don't think <font> works :)

lostinbeta
September 1st, 2003, 12:59 PM
Ok, then the CSS method it is... perhaps this will help you...

http://hotwired.lycos.com/webmonkey/98/35/index2a.html?tw=authoring

Dave
September 1st, 2003, 10:03 PM
I did css and it didnt work!
I'll give it a go again!

I Think you mean basefont about method A, but then again im not sure!
Thanks for your help anyway guys =)