
Originally Posted by
EarlyOut
The problem is much simpler than anyone has noticed. It's this line:
Code:
<font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/soho.html" target="detail">Small
Office</a><br>
Notice that you never close the "font" tag, so everything after that is Arial.
As far as I can see that font tag is actually closed before it reaches the text the OP is talking about. (unless I missed a tag somewhere which is likely
)
Code:
<font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/home.html" target="detail">Home Users</a></font> <br>
<font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/soho.html" target="detail">Small
Office</a><br>
<a href="http://stamnotech.com/contacts.html" target="detail">Contact Us</a><br>
<a href="http://stamnotech.com/backup.html" target="detail">File BakUp</a><br>
<a href="http://stamnotech.com/wordiseasy.html" target="detail">Sample Booklets</a><br>
<a href="http://stamnotech.com/CV.html" target="detail">CVs and Letters</a></font></font><font color="#3366FF" size="2"><font face="Arial, Helvetica, sans-serif"><br>
<br>
<a href="http://stamnotech.com/details.html" target="detail">Home Page</a><br>
<a href="http://stamnotech.com/recipes.html" target="detail">Recipes</a></font></font></strong><font color="#3366FF" size="2"><font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/recipes.html" target="detail"></a></font></font><font color="#3366FF" face="Arial, Helvetica, sans-serif"><font
size="2"><br>
</font></font>
Therefore it is not having any adverse effect on this text (and even if it was you'd be getting Arial and not Times as the OP states).
Code:
<p><font size="2" color="red">
<!>
<!>
<!>
<!>
</font>Typying here should come out in verdana?</p>
As others have mentioned I am actually seeing that text as verdana and I have attached a screenshot showing that IE and Firefox agree that it is verdana.
I used the code and css that the OP supplied without changes (apart from making the text red so that we know the rule is being applied).
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<LINK rel="stylesheet" href="styles/style_01.css" type="text/css">
<style type="text/css">
BODY {
FONT-FAMILY: verdana;
FONT-SIZE: 10pt;
COLOR: red
}
TABLE, TD {
FONT-FAMILY: verdana;
FONT-SIZE: 10pt;
COLOR: #333333
}
A {
FONT-SIZE: 10pt;
COLOR: #003399;
FONT-FAMILY: verdana;
TEXT-DECORATION: none
}
A:HOVER {
color:#FF0000;
text-decoration: underline
}
A:VISITED {
color: #9400D3;
}
A:VISITED:HOVER {
color:#FF0000;
text-decoration: underline
}
PRE {
font-size: 10px
}
.normal-link_small {
FONT-SIZE: 7pt
}
</style>
<base target="detail">
<title>menu</title>
</head>
<body background="http://www.sitepoint.com/forums/images/spldu-gr1.jpg" bgcolor="white" text="black" link="blue"
vlink="purple" alink="red">
<font size="2"><a href="http://stamnotech.com/what_we_are.html" target="detail"><font color="#3366FF" face="Verdana, Arial, Helvetica, sans-serif"><strong>What we are</strong></font></a><strong><font
color="#3366FF" face="Verdana, Arial, Helvetica, sans-serif"><br>
</font></strong></font><strong><font color="#3366FF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/how_we_got_there.html" target="detail">How
we got there</a> <br>
<a href="http://stamnotech.com/tips.html" target="detail">Monthly Tips</a><br>
<font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/home.html" target="detail">Home Users</a></font> <br>
<font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/soho.html" target="detail">Small
Office</a><br>
<a href="http://stamnotech.com/contacts.html" target="detail">Contact Us</a><br>
<a href="http://stamnotech.com/backup.html" target="detail">File BakUp</a><br>
<a href="http://stamnotech.com/wordiseasy.html" target="detail">Sample Booklets</a><br>
<a href="http://stamnotech.com/CV.html" target="detail">CVs and Letters</a></font></font><font color="#3366FF" size="2"><font face="Arial, Helvetica, sans-serif"><br>
<br>
<a href="http://stamnotech.com/details.html" target="detail">Home Page</a><br>
<a href="http://stamnotech.com/recipes.html" target="detail">Recipes</a></font></font></strong><font color="#3366FF" size="2"><font face="Arial, Helvetica, sans-serif"><a href="http://stamnotech.com/recipes.html" target="detail"></a></font></font><font color="#3366FF" face="Arial, Helvetica, sans-serif"><font
size="2"><br>
</font></font>
<p><font size="2" color="red">
<!>
<!>
<!>
<!>
</font>Typying here should come out in verdana?</p>
<p> </p>
<p><font
size="2" color="red"><br>
<font color="#3366FF" face="Arial, Helvetica, sans-serif">We use and recommend </font></font><font color="#3366FF" size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.tes-amm.com.au/" target="_blank">TES_AMM</a> for all
our hardware recycling<br>
<a href="http://stamnotech.com/weddings.html" target="detail">Daughter's
wedding</a><br>
<a href="http://kdaybar.homeip.net/livia" target="_blank">Livia</a><br>
We use and recommend OpenOffice</font><font size="2" color="red"><br>
<a href="http://www.openoffice.org/" target="detail"><img src="marketing.openoffice.org/art/galleries/marketing/web_buttons/nicu/88x31_3_get.png"
border="0" alt=" Use OpenOffice.org" title="Use
OpenOffice.org"></a></font></p>
<p> </p>
</body>
</html>
Therefore the real issue is elsewhere (although as others have said that code should be sent back to 1999 and a fresh start made
).
it is just a pain to have to keep manually making almost all of the font verdana sigh.
You shouldn't need to do that so perhaps post a screenshot of what you are seeing may give us a clue if you can't host this online anywhere for us to fix for you.
Bookmarks