Jeff D. Reid wrote:

If you have an
idea of how to make the font size larger as to be readable yet not break the
table, please then by all means tell me.
http://www.olpguitars.com/index2.asp


This is one of many methods of setting relative font-sizes:
html, body{ font-family: Geneva, Verdana, Arial, sans-serif;
   /* font-size: 9px;*/
font-size: 100.01%;
}
Then, delete all px font-sizes and px line-heights throughout the remanider of your style sheet. Replace the px font-size with a percent and the line-height with a raw number: #foo {font-size; 95%; line-height: 1.2}. Check your page with zoom cross-browser as you go along. The advantage relative font-sizing is that IE users will be able to zoom the fonts, too.
Regards,
David Laakso
(btw, one takes their chances on any public forum-- roll with it, and come up with a smart tableless layout)


--
David Laakso
http://www.dlaakso.com/


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to