Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: set font size


Message #1 by "Allan G" <allang@s...> on Sun, 22 Sep 2002 07:48:13
Allan,

Doesn't the <font> tag work for you?  For example:

  <font size="7">This is really big text</font>
  <font size="-2">This is really small text</font>
  <font size="3">This is in-between text</font>

If you're asking about changing the size of the default system font,
even if you could do it with HTML (you can't) you'd likely have some
angry users if you did.

HTH



-----Original Message-----
From: Allan G [mailto:allang@s...] 
Sent: Sunday, September 22, 2002 7:48 AM
To: HTML Code Clinic
Subject: [html_code_clinic] set font size


Hi,
I'm building this website.. its best viewed at a certain sized font. can
I some how set users browser to the desired font size? They may changed
it if they want to, its only when they first open the 
page, the font size will be what I have set.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20



  Return to Index