View Full Version : A small iframes problem! =)


Zeate
05-10-2003, 11:28 AM
Hi.. I know that is a silly question.. hehe

But..
yeah.. I have iframes on my site, and I want the border around it to be the color #008000.. <-- Hex code for a little dark green...

Anyone one has a clue what I have to write in my Iframe code? Everytime I type frameborder="1", an ugly grey one comes up.. Please help me, I know you can!

Save my day! =)

MaGiCSuN
05-10-2003, 11:35 AM
you just use:

<iframe style="border: 1 solid #008000"></iframe>

and leave frameborder=1 out of it. Because i have allready a "1" in the code above you don't need to call frameborder=1 again too :)

Love,
Mirna

Jonathon
05-11-2003, 08:22 PM
What's IFrame?

Dude128
05-11-2003, 08:51 PM
iframe = inline frame

see this page:
http://www.lissaexplains.com/frames.shtml

Jonathon
05-11-2003, 09:00 PM
Ah right!