View Single Post
Old 12-22-2009, 12:50 AM   #3
autumnmoon
Junior Member
autumnmoon began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2009
Device: none
Thanks, I also used Frontpage to make the html file. Maybe that has something to do with it? Oh, and Firefox version is 3.5.6.

Code:
<style>

body{
font-family:"Georgia", serif;
}

h1{
font-family:"Bookman Old Style", serif;
font-size:300%;
text-align:center;
}

span.decorate{
font-family:"Nymphette";
}

</style>

<body>
<h1><span class="decorate">e</span>1<span class="decorate">f</span></h1>
</body>

Last edited by autumnmoon; 12-22-2009 at 12:52 AM.
autumnmoon is offline   Reply With Quote