Freepages-Help-L Archives
Archiver > Freepages-Help > 2000-11 > 0973521920
From: "W. Wesley Groleau x4923" <>
Subject: Re: [FreeHelp] Fonts for everyone (CSS)
Date: Mon, 6 Nov 2000 09:45:20 -0500
> I find the best solution to the "fonts for everyone" problem is to use
> Cascading Style Sheets (CSS).
>
> <STYLE TYPE="text/css">
> <!--
> BODY {background-image: url(paper.gif);}
> H1 {font-size: 50pt; font-weight: bold; font-family: Garamond, "Times New
> Roman", serif; color:#ff0000;}
> .....
> </STYLE>
>
> This instruction goes in the HEAD section of the website.
Alternatively, you can put the CSS (omit the style tag) into a separate
CSS file and put (minus the extra dot)
<.LINK rel="stylesheet" href="<URI of CSS file>" type="text/css">
into your HEAD section of every HTML page. Then they all get the same
style.
--
Write in * Wes Groleau * for President of the U.S.A.
I pledge to VETO nearly everything.
http://freepages.rootsweb.com/~wgroleau
This thread:
| Re: [FreeHelp] Fonts for everyone (CSS) by "W. Wesley Groleau x4923" <> |