Okay, so I'm scripting my own homepage for one of my forums I created about 2 weeks ago. The HTML script I'm using is this:
Now, as you can see, I have the font family set correctly:
http://freerider2forums.forumotion.com/Homepage-h3.htm
If you can see what I'm talking about- at the top of the page, the Free Rider 2 Text is still at the default Arial font, but not as 'Segoe Script' and 'Century Gothic' fonts I want (as I stated above in the code.) Does anyone know what I'm doing wrong?
Code:
<div align="center"><font family="Segoe Script" size="5" color="white">Free Rider 2 Forums</div></font>
<br>
<br>
<br>
<body background="http://i439.photobucket.com/albums/qq113/RokstrSk83rDude/fr2fbg.png" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000">
</body>
<br>
<br>
<br>
<br>
<br>
<font family="Century Gothic" color="white">Free Rider 2 Forums is a newly-made community for all of the 'Free Rider 2' flash game fans to share their tracks and play others'. Also, Free Rider 2 Forums offers new additions to the Free Rider 2 game <b>EVERY MONTH</b> such as new features, vehicles, power-ups, and a whole lot more! All new features will be displayed here on the homepage of the forum. Free Rider 2 Forums contains a categorization database; so that means that you can locate the specific area of the forum to propose your track or to laocte a specific track to play.
<br>
<br>
<br>
<br>
<br>
<ul>
<li>FR2</li>
<li>FR2</li>
<li>FR2</li>
</ul>
</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div align="center">Copyright - Free Rider 2 Forums 2008-2009 | Powered by <a href="http://forumotion.com" target="_blank" title="Create your own forum!">ForuMotion.com</a></div>
Now, as you can see, I have the font family set correctly:
However, they won't appear right in my homepage I'm making. Here is how it appears:Code said:<div align="center"><font family="Segoe Script" size="5" color="white">Free Rider 2 Forums</div></font>
<font family="Century Gothic" color="white">Free Rider 2 Forums is
http://freerider2forums.forumotion.com/Homepage-h3.htm
If you can see what I'm talking about- at the top of the page, the Free Rider 2 Text is still at the default Arial font, but not as 'Segoe Script' and 'Century Gothic' fonts I want (as I stated above in the code.) Does anyone know what I'm doing wrong?







