Re: font size
by "Arcady"<arcady(at)jps.net>
|
Date: |
Tue, 14 Mar 2000 16:42:38 GMT |
To: |
"Gary Thorpe" <gthorpe(at)saltus.bm>, "web design guild" <hwg-techniques(at)hwg.org> |
|
todo: View
Thread,
Original
|
|
>How can i make the font size for a whole page apply right the way through
>it?
Put his into the <head> section:
<style>
body, td, th, table, li, ol, ul, p, br, input, form, textarea {
font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}
</style>
Set the various values to your liking. When this no longer suffices for your
needs seek out some good resources on CSS. It's what you'll need for this.
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA