Log in

View Full Version : iframe help



Jon101
10-13-2007, 04:58 PM
I cant seem to get the background of my iframe white... it keeps staying gray.. any ideas?

<td width="475" height="384" bgcolor="#FFFFFF"><div align="center"><iframe id="myframe" src="/phpBB2/index.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" width="780px" height="1500px" ></iframe>
</div></td>


Thanks!!

Twey
10-13-2007, 05:02 PM
You need to set the page background in the output of /phpBB2/index.php. I would suggest, however, that some form of server-side scripting, rather than an iframe, is in order here.

Jon101
10-13-2007, 05:19 PM
Ok, Thanks man!!

Jon