bigtrey90
Jul 17 2008, 04:11 PM
I am using a iFrame for a site I'm making, and I need assistance with coding the iFrame. Like font color, font size, etc. I haven't coded a site in awhile so I'm a bit rusty, lol.
Any help would be greatly appreciated. Thanks in advance!
moorepocket
Jul 17 2008, 07:50 PM
first, set the style.
CODE
<style>
#frame {
color:;
font-family:;
font-size:;
border:;
}
</style>
then add your code.
QUOTE
<iframe id="frame" name="a" width="##" height="##" src="http://"></iframe>