Help - Search - Members - Calendar
Full Version: iFrame Coding Help
Forums > Resource Center > Webmasters' Corner > Resolved Topics
bigtrey90
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
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>
bigtrey90
thank you!
manny-the-dino
Topic Closed & Moved
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.