PDA

View Full Version : image size.


Crystal
01-20-2005, 01:30 PM
I am using 800x600 resolution, and I was going to use a image for a background for my i-frame, but how can I make that fixed so it will not scroll? once I slice my image in my paint program where do I insert it?
I don't know how to get my images to show up, I attached them with the html objext but it showed the boxes with red x. thanks.... :)

SpoonFrog
01-20-2005, 04:38 PM
Hi,

Don't slice up your image. Paste it as a BG on the page what has the i-frame content on it. Then, right click on your page and go to properties and click on the 'page html' tab. Then, 'inside the body tag' place this code:

BGPROPERTIES="FIXED"

This will make the BG stay in one spot and your text will scroll over it.

Crystal
01-21-2005, 01:08 AM
coooool.... whew I thought in order to use the iframe you need to slice the imge. lol thanks you for the help SpoonFrog, welp off to work on it now lol.