Oct 17, 2002 #1 asif999 MIS Oct 17, 2002 2 US I need this without hidding the right menu or hidding any other menu...just neet to disable the test size form view menu...Thanks
I need this without hidding the right menu or hidding any other menu...just neet to disable the test size form view menu...Thanks
Oct 18, 2002 #2 starway Programmer Jan 15, 2002 1,010 UA If you will search JS and HTML forums for similar posts, you'll get a lot of info why it is not a good thing to do. Upvote 0 Downvote
If you will search JS and HTML forums for similar posts, you'll get a lot of info why it is not a good thing to do.
Oct 18, 2002 #3 adam0101 Programmer Jun 25, 2002 1,952 US Use CSS: <style> .myText{font-size: 10pt;} </style> <span class="myText">Hello World</span> Adam http://www.adventex.com Upvote 0 Downvote
Use CSS: <style> .myText{font-size: 10pt;} </style> <span class="myText">Hello World</span> Adam http://www.adventex.com
Oct 18, 2002 #4 xutopia Programmer Apr 4, 2002 2,001 CA read this article if you want to know why it is a bad idea : http://useit.mondosearch.com/cgi-bi...&hiword=FONT+SIZE+FONTS+SIZES+SIZED+SIZEABLE+ Jakob nielsen is the expert in Usability. Gary http://www.xutopia.com Haran Upvote 0 Downvote
read this article if you want to know why it is a bad idea : http://useit.mondosearch.com/cgi-bi...&hiword=FONT+SIZE+FONTS+SIZES+SIZED+SIZEABLE+ Jakob nielsen is the expert in Usability. Gary http://www.xutopia.com Haran