Thread: HTML help
View Single Post
Old
  (#18)
Proteus is Offline
Lieutenant Colonel
 
Proteus's Avatar
 
Posts: 7,162
Join Date: Dec 2002
Location: Plymouth, MA
  Send a message via AIM to Proteus Send a message via MSN to Proteus  
Default 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.
  
Reply With Quote