You probably have the font (Noir-et-Blanc?) installed on one computer but not the other. Use a rule like
HTML Code:
font-family: Noir-et-Blanc, Geneva, Arial, Helvetica, sans-serif;
to specify substitute fonts in case your favourite isn't installed on the user's machine.
I would move away from using frames if I were you, as they aren't very good from a search engine (e.g. Google) point of view. I believ frames are bad from other points of view too, but I couldn't tell you what thety were...
As far as good web design goes, you might want to consider moving your styles to an external stylesheet. Doing this will take advantage of the big benefit of using CSS; change the style once to affect all pages on your site.
|