View Full Version : iframes and image maps conflicting
alrukus
07-25-2003, 11:28 PM
how come when i put an iframe on my page with an image below it everything next to the iframe and below it does not appear when i preview it?
MotherNatrsSon
07-25-2003, 11:51 PM
Got a link or some code?
MNS
alrukus
07-26-2003, 12:23 AM
the iframe is in a table inside a table well heres the code:
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td background="Untitled-1_copy-2x1.gif" width="369"><div align="left"><table border="0"
cellpadding="0" cellspacing="0" width="350" height="150"
background="Untitled-1_copy-2x1.gif">
<tr>
<td width="350" height="150" align="left"><p align="center"><!--webbot bot="HTMLMarkup"
startspan --><IFRAME SRC="http://www.forthemcs.com/demo1.html" WIDTH="350" HEIGHT="150" </IFRAME><!--webbot bot="HTMLMarkup" endspan --></td>
</tr>
</table>
</div></td>
<td width="231"><img src="Untitled-1_copy-2x2.gif"
alt="Untitled-1 copy-2x2.gif (17385 bytes)" WIDTH="231" HEIGHT="173"></td>
</tr>
</table>
thanks :)
MotherNatrsSon
07-26-2003, 12:47 AM
I see you have some mistakes in your coding.
You have a <div align="left"> but nothing else about the div in that <td> including no closing (</td>) tag.
It would go in a sequence like this generically:
<table>
<tr>
<td><div></div></td>
</tr>
</table>
MNS
<edit>If you want more help you are going to have to copy and paste the whole page or give me a link so I can see how it is all nested together</edit>
cheesebagpipe
07-26-2003, 01:25 AM
--><IFRAME SRC="http://www.forthemcs.com/demo1.html" WIDTH="350" HEIGHT="150"></IFRAME><!--
[missing closing angle bracket]
http://validator.w3.org/
alrukus
07-26-2003, 06:55 PM
heres all the code. none of what you guys said did anything ;(
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>New Page 2</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">
<p> </p>
<p> </p>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td><img src="Untitled-1_copy-1x1.gif" alt="Untitled-1 copy-1x1.gif (4146 bytes)"
WIDTH="184" HEIGHT="93"></td>
<td><img src="Untitled-1_copy-1x2.gif" alt="Untitled-1 copy-1x2.gif (5603 bytes)"
WIDTH="185" HEIGHT="93"></td>
<td><img src="Untitled-1_copy-1x3.gif" alt="Untitled-1 copy-1x3.gif (9241 bytes)"
WIDTH="231" HEIGHT="93"></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td background="Untitled-1_copy-2x1.gif" width="369"><div align="left"><table border="0"
cellpadding="0" cellspacing="0" width="350" height="150"
background="Untitled-1_copy-2x1.gif">
<tr>
<td width="350" height="150" align="left"><p align="center"><!--webbot bot="HTMLMarkup"
startspan --><IFRAME SRC="http://www.forthemcs.com/demo1.html" WIDTH="350" HEIGHT="150" </IFRAME><!--webbot bot="HTMLMarkup" endspan --></td>
</tr>
</table>
</div></td>
<td width="231"><img src="Untitled-1_copy-2x2.gif"
alt="Untitled-1 copy-2x2.gif (17385 bytes)" WIDTH="231" HEIGHT="173"></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td><!--webbot bot="ImageMap"
rectangle="(113,32) (183, 53) http://www.forthemcs.com/members/exclusive.html"
rectangle="(59,31) (111, 49) http://www.forthemcs.com/members/contact.html"
rectangle="(9,32) (55, 48) http://www.forthemcs.com/members/beats.html"
src="aaaa-1x1.gif" alt="Untitled-1 copy-3x1.gif (504 bytes)" border="0" width="200"
height="54" --></td>
<td><!--webbot bot="ImageMap"
rectangle="(55,32) (115, 48) http://www.forthemcs.com/members/members.html"
rectangle="(0,31) (53, 49) http://www.forthemcs.com/members/exclusive.html"
src="aaaa-1x2.gif" alt="Untitled-1 copy-3x2.gif (2761 bytes)" border="0" width="200"
height="54" --></td>
<td><img src="aaaa-1x3.gif" alt="Untitled-1 copy-3x3.gif (6327 bytes)" width="200"
height="54"></td>
</tr>
</table>
</center></div>
</body>
</html>
Nightfire
07-26-2003, 07:00 PM
Very ugly coding :(
Like mentioned before, you've got a > missing in the iframe tag
alrukus
07-27-2003, 12:31 AM
its frontpage :)
alrukus
07-27-2003, 12:37 AM
and where am i missing a '<'?
Nightfire
07-27-2003, 12:40 AM
You're not missing a '<' you're missing a '>' on this line (marked as red, missing tag marked as blue)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>New Page 2</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">
<p> </p>
<p> </p>
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td><img src="Untitled-1_copy-1x1.gif" alt="Untitled-1 copy-1x1.gif (4146 bytes)"
WIDTH="184" HEIGHT="93"></td>
<td><img src="Untitled-1_copy-1x2.gif" alt="Untitled-1 copy-1x2.gif (5603 bytes)"
WIDTH="185" HEIGHT="93"></td>
<td><img src="Untitled-1_copy-1x3.gif" alt="Untitled-1 copy-1x3.gif (9241 bytes)"
WIDTH="231" HEIGHT="93"></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td background="Untitled-1_copy-2x1.gif" width="369"><div align="left"><table border="0"
cellpadding="0" cellspacing="0" width="350" height="150"
background="Untitled-1_copy-2x1.gif">
<tr>
<td width="350" height="150" align="left"><p align="center"><!--webbot bot="HTMLMarkup"
startspan --><IFRAME SRC="http://www.forthemcs.com/demo1.html" WIDTH="350" HEIGHT="150" ></IFRAME><!--webbot bot="HTMLMarkup" endspan --></td>
</tr>
</table>
</div></td>
<td width="231"><img src="Untitled-1_copy-2x2.gif"
alt="Untitled-1 copy-2x2.gif (17385 bytes)" WIDTH="231" HEIGHT="173"></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td><!--webbot bot="ImageMap"
rectangle="(113,32) (183, 53) http://www.forthemcs.com/members/exclusive.html"
rectangle="(59,31) (111, 49) http://www.forthemcs.com/members/contact.html"
rectangle="(9,32) (55, 48) http://www.forthemcs.com/members/beats.html"
src="aaaa-1x1.gif" alt="Untitled-1 copy-3x1.gif (504 bytes)" border="0" width="200"
height="54" --></td>
<td><!--webbot bot="ImageMap"
rectangle="(55,32) (115, 48) http://www.forthemcs.com/members/members.html"
rectangle="(0,31) (53, 49) http://www.forthemcs.com/members/exclusive.html"
src="aaaa-1x2.gif" alt="Untitled-1 copy-3x2.gif (2761 bytes)" border="0" width="200"
height="54" --></td>
<td><img src="aaaa-1x3.gif" alt="Untitled-1 copy-3x3.gif (6327 bytes)" width="200"
height="54"></td>
</tr>
</table>
</center></div>
</body>
</html>
alrukus
07-27-2003, 12:40 AM
?
alrukus
07-27-2003, 12:42 AM
oh my mistake. before the post came up wrong. thanks so much. lol i can't believe something that small like text wise could screw it up. i wanna learn html :) thanks so much...
Nightfire
07-27-2003, 12:43 AM
The best place found so far to learning html is at http://www.w3schools.com and many people will recommend that place. If you're wanting to code, learn without frontpage :) It makes very very very very very..... (deleted 200 very's) bad coding
MotherNatrsSon
07-27-2003, 01:06 AM
Originally posted by alrukus
its frontpage :)
Compliments of BBEdit, a little format to that mess.....LOL
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>New Page 2</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">
<p>
</p>
<p>
</p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<img src="Untitled-1_copy-1x1.gif" alt="Untitled-1 copy-1x1.gif (4146 bytes)" width="184" height="93">
</td>
<td>
<img src="Untitled-1_copy-1x2.gif" alt="Untitled-1 copy-1x2.gif (5603 bytes)" width="185" height="93">
</td>
<td>
<img src="Untitled-1_copy-1x3.gif" alt="Untitled-1 copy-1x3.gif (9241 bytes)" width="231" height="93">
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td background="Untitled-1_copy-2x1.gif" width="369">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="350" height="150" background="Untitled-1_copy-2x1.gif">
<tr>
<td width="350" height="150" align="left">
<p align="center">
<!--webbot bot="HTMLMarkup"
startspan -->
<iframe src="http://www.forthemcs.com/demo1.html" width="350" height="150">
</iframe>
<!--webbot bot="HTMLMarkup" endspan -->
</td>
</tr>
</table>
</div>
</td>
<td width="231">
<img src="Untitled-1_copy-2x2.gif" alt="Untitled-1 copy-2x2.gif (17385 bytes)" width="231" height="173">
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<!--webbot bot="ImageMap"
rectangle="(113,32) (183, 53) http://www.forthemcs.com/members/exclusive.html"
rectangle="(59,31) (111, 49) http://www.forthemcs.com/members/contact.html"
rectangle="(9,32) (55, 48) http://www.forthemcs.com/members/beats.html"
src="aaaa-1x1.gif" alt="Untitled-1 copy-3x1.gif (504 bytes)" border="0" width="200"
height="54" -->
</td>
<td>
<!--webbot bot="ImageMap"
rectangle="(55,32) (115, 48) http://www.forthemcs.com/members/members.html"
rectangle="(0,31) (53, 49) http://www.forthemcs.com/members/exclusive.html"
src="aaaa-1x2.gif" alt="Untitled-1 copy-3x2.gif (2761 bytes)" border="0" width="200"
height="54" -->
</td>
<td>
<img src="aaaa-1x3.gif" alt="Untitled-1 copy-3x3.gif (6327 bytes)" width="200" height="54">
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
MNS
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.