View Full Version : Help with my Iframes...


twisted_dolly
07-10-2003, 06:07 PM
MY Iframes don't seem to work, can you tell me what I'm doing wrong(?):


<html>
<head>
<body background="http://www.thelostchild.150m.com/images/bg.jpg">
</head>
<body bgcolor="#000000" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<img src="http://www.thelostchild.150m.com/images/banner.bmp" width="638" height="106">
<br>
<a href="www.thelostchild.150m.com/home1.html target="frame">
<img src="http://www.thelostchild.150m.com/images/home.bmp" width="84" height="44">
</a>
<a href=http://www.thelostchild.150m.com/news.html target="frame">
<img src="http://www.thelostchild.150m.com/images/News.bmp" width="82" height="39">
</a>
<a href=http://www.thelostchild.150m.com/shows.html target="frame">
<img src="http://www.thelostchild.150m.com/images/Shows.bmp" width="82" height="39">
</a>
<a href=http://www.thelostchild.150m.com/music.html target="frame">
<img src="http://www.thelostchild.150m.com/images/Music.bmp" width="82" height="39">
</a>
<a href=http://www.thelostchild.150m.com/links.html target="frame">
<img src="http://www.thelostchild.150m.com/images/Links.bmp" width="84" height="44">
</a>
<a href=http://www.thelostchild.150m.com/pics.html target="frame">
<img src="http://www.thelostchild.150m.com/images/Pictures.bmp" width="100" height="40">
</a>
<a href=http://www.thelostchild.150m.com/gb.html target="frame">
<img src="http://www.thelostchild.150m.com/images/Guestbook.bmp" width="127" height="41">
</a>
<br>
<br>
<img src="http://www.thelostchild.150m.com/images/tbslogo.bmp" hspace="35">

<iframe src="home1.html" name="frame" width="375" height="275" frameborder="0" border="0">
</iframe>

<title>The LoST ChiLd</title>

<style>body
{ background-color: #ffcc00;
font-family: Verdana;
color: white;
font-size: 10pt;
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #999999; }
</style>
</html>

Oh, and before you ask I've made sure that all the links etc...are correct.

Please use the Edit button instead of replying within 5 minutes of posting.
-Moderator

Dude128
07-11-2003, 02:09 AM
it's possible you're experiencing difficulties because you have some misplaced tags and CSS and things.

you should only have one <body> tag, and it should be right after the </head> tag. also, your title and CSS should go between the <head> and </head> tags, and you are missing a </body> tag.