babygurl01212
10-20-2003, 11:11 PM
hey people can someone please help me i need help...... ok well im trying to make a layout but i got the layout picture and everything i jus need an iframes and i dont know where to put it at well can someone please help me.
sisqoluv
10-21-2003, 02:37 AM
You can place the picture as a background and then position your iframe where you want it on the layout.
<IFRAME NAME="iframe1" SRC="[b]main.html" width="333" height="210" frameborder="0" scrolling="yes" style="position:absolute; left:229; top:92;"></iframe>
You can change the size of the iframe by changing the numbers next to width and height. To move the iframe where you want it on your page, just change the numbers next to left and top. Left is how far it is from the left. Top is how far it is away from the top. As for main.html, that's the first page that shows up in your iframe. Make sure any links you want to open in the iframe are targeted to iframe1.
Just create a page with your layout as the background. On that same page, place that iframe code and make changes where needed :)