Font tag

liunx

Guest
i can't get my fonts to work on my page<br />
<br />
<font size="4" face="Arial Rounded MT Bold"><br />
<br />
it doesn't work but i have the font on my computer is there a way i can put the font file on the server and have it reference that?<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<html lang="en"><br />
<head><br />
<title>Basic HTML</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br />
<script type="text/javascript"><br />
//<![CDATA[<br />
<!--<br />
// all JavaScript here<br />
<br />
//--><br />
//]]><br />
</script><br />
<br />
<style type="text/css"><br />
<!-- <br />
/* cascading style sheet */<br />
.BlindRain {<br />
font-family : 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;<br />
font-size : large;<br />
} <br />
--><br />
</style><br />
<br />
</head><br />
<body><br />
<!-- html here --><br />
<p class="BlindRain">Modern method using css <a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.w3schools.com/default.asp" title="W3 Schools">W3 Schools tutorials</a></p><br />
<font face="Arial Rounded MT Bold" size="4">Old method, not to be used</font><br />
</body><br />
</html><!--content-->thank you for the help it did work what happened to the old way ?<!--content-->We have moved on to standards (<!-- m --><a class="postlink" href="http://www.w3.org/">http://www.w3.org/</a><!-- m -->).<br />
Go through the first 3 tutorials on W3 Schools (<!-- m --><a class="postlink" href="http://www.w3schools.com/default.asp">http://www.w3schools.com/default.asp</a><!-- m -->) before you write anymore (x)html.<!--content-->
 
Back
Top