Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Preview different from Output.html

Posted 29 Oct 2004 16:14:57
1
has voted
29 Oct 2004 16:14:57 jason hipnotik posted:
i'm having problems with all of my pages now, at least for this particular project.
i have changed the font and the preview window shows the correct view and output, but when i save the html and open up the local file it contains the old font.

the strange part is it includes links and what not i added when i changed the font, so it's accepted half the changes.

i've tried copying all the text to a new html file but it does the same thing. here's some screenshots:

Preview:
<img src="home.comcast.net/~hipnotik/dreampreview.jpg" border=0>

Output:
<img src="home.comcast.net/~hipnotik/dreamoutput.jpg" border=0>

maybe it's something in the code that im missing but i've been using the same template for all my pages and this is the only one that's not acting right.
any help would be greatly appreciated!
oh, version 6.0 if it matters.

matter of fact, now it's happening to all of my pages <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>

here's the font style set i'm applying:
<pre id=code><font face=courier size=2 id=code>T2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
}</font id=code></pre id=code>

<img src="home.comcast.net/~hipnotik/sigs/hipvaderiso.png" border=0>

Edited by - vaderc on 29 Oct 2004 16:19:49

Edited by - vaderc on 29 Oct 2004 16:21:00

Replies

Replied 29 Oct 2004 17:53:36
29 Oct 2004 17:53:36 Janusz Jasinski replied:
Try:

html,body,p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: #fff;
}

See if that makes a difference

Yup - janusz.co.uk
Replied 02 Nov 2004 15:50:22
02 Nov 2004 15:50:22 Lee Diggins replied:
Hi Jason

Isn't T2 a CSS class? Shouldn't it be preceded by a full stop/period '.' ???

Clear your browser cache.

Janusz &gt;&gt;
Not a lot of people understand the implications of using EMS within their CSS, so unless you're going to provide additional info or links about the benefits, well, I'd be careful myself.

Personally - EMS are the way to go!

Digga

Sharing Knowledge Saves Valuable Time!!!

Reply to this topic