
05-27-2005, 02:11 PM
Uuuum on all of my websites I use iframes:
[code:99f7b]<iframe src="home.html" name="iframe" frameborder="0" width="" height=""></iframe>[/code:99f7b]
And when you try to link something it would look like:
[code:99f7b]<a href="home.html" target="iframe">[/code:99f7b]
That makes it load in the iframe. If you need help (if you even try this method) catch me on aim.
Usually you just put that code in place of your image that you want to have the iframe over, and then make the image you replaced the background of all your pages so it gives the effect of the text being over it. It's basically a page inside a page, so it saves the time of loading all the same images over again. Very easy when you get the hang of things.
|