View Full Version : The font changes in Iframes.


zangerbanger
02-02-2003, 02:13 AM
I'm trying Iframes at the moment and I have a problem. I want my font inside the frame to be verdana, but I keep getting times new roman for some reason. I know for sure that I do have verdana font installed on my computer. I set everything to verdana inside my css stylesheet but it's always times new roman. I'm guessing the problem is that css doesn't affect frames? Here's my site (http://jordan.eternal-dreamer.net) that I want you to see. I want the font inside the frame to be verdana. Help!

lefty
02-02-2003, 02:34 AM
You should really combine all your stylesheets into one. But as for your question, you don't have the font defined in the body tag. You have this:

P{font-family: verdana; color: #FFFFFF; letter-spacing: 0pt; font-weight:normal; font-size:10pt;}

which doesn't do anything, put that stuff under the body attribute instead. (And take out the letter-spacing, it's not necessary.)

zangerbanger
02-02-2003, 03:14 AM
Thanks so much! (I combined all my stylesheets too :P)

lefty
02-02-2003, 03:50 AM
yay! heh you're welcome :)