View Full Version : Help Coding!


ilovePSP7
08-24-2004, 08:14 PM
I recently coded my layout using i-frames. So I cropped off a piece of layout background in PSP and saved it so on my index file the dotted background would continue. But the i-frames for the content pages are supposed to be longer so I could update it and what not. the url is http://www.allstarz.org/~miriam I hope I'm making sense
Thanks in advance,
IlovePSP

XxBeaNxX
08-24-2004, 08:37 PM
So you want the iframe to be longer? If this is your question, just change the width and height values.

<iframe width="500" height="500" src="page.htm" frameborder="0" style="position:absolute; top:20; left:20">

Change everything in bold to what you want.