I wonder why?

windows

Guest
take a look.<br />
<br />
non iFrame (<!-- m --><a class="postlink" href="http://www.ninjalounge.ssxh.net/00test/non-iframe.htm">http://www.ninjalounge.ssxh.net/00test/non-iframe.htm</a><!-- m -->) <br />
<br />
iFrame (<!-- m --><a class="postlink" href="http://www.ninjalounge.ssxh.net/00test/iframe.htm">http://www.ninjalounge.ssxh.net/00test/iframe.htm</a><!-- m -->) <br />
<br />
<html><br />
<br />
<head><br />
<title>Naruto Lounge - </title><br />
</head><br />
<br />
<body><br />
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" width="203"><br />
<tr><br />
<td colspan="2" background="right/title.gif"><br><br />
&nbsp;&nbsp;&nbsp; MrChuckles' Quote<br><br />
</td><br />
<td>&nbsp;</td><br />
</tr><br />
<tr><br />
<td colspan="3"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_t.gif"></td><br />
</tr><br />
<tr><br />
<td background="right/border_l.gif"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_l.gif"></td><br />
<td><br />
<br />
<table border="0"><br />
<tr><br />
<td width="100%"><br />
Also, the slash you used was the wrong <br />
direction for use on the internet. On the <br />
internet, you need "/", but on a local system, <br />
you use "\" make sure that is correct. <br />
</td><br />
</tr><br />
</table><br />
<br />
</td><br />
<td background="right/border_r.gif"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_r.gif"></td><br />
</tr><br />
<tr><br />
<td colspan="3"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_b.gif"></td><br />
</tr><br />
</table><br />
<br />
<br />
</body><br />
<br />
</html><br />
<br />
<br />
==============<br />
<br />
iFrame<br />
<br />
<html><br />
<br />
<head><br />
<title>Naruto Lounge - </title><br />
</head><br />
<br />
<body><br />
<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" width="203"><br />
<tr><br />
<td colspan="2" background="right/title.gif"><br><br />
&nbsp;&nbsp;&nbsp; iFrame<br><br />
</td><br />
<td>&nbsp;</td><br />
</tr><br />
<tr><br />
<td colspan="3"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_t.gif"></td><br />
</tr><br />
<tr><br />
<td background="right/border_l.gif"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_l.gif"></td><br />
<td><br />
<br />
<table border="0"><br />
<tr><br />
<td width="100%"><br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.ninjalounge.ssxh.net/shoutbox/oxyshout_view.php" width="183" height="224" frameborder="0" border="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" name="00"> <br />
</td><br />
</tr><br />
</table><br />
<br />
</td><br />
<td background="right/border_r.gif"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_r.gif"></td><br />
</tr><br />
<tr><br />
<td colspan="3"><img src=http://www.webdeveloper.com/forum/archive/index.php/"right/border_b.gif"></td><br />
</tr><br />
</table><br />
<br />
<br />
</body><br />
<br />
</html><br />
<br />
<br />
Do you see any different between non-iFrame and iFrame code?<br />
<br />
Thanks<!--content-->Originally posted by cma <br />
Do you see any different between non-iFrame and iFrame code?<br />
<br />
Thanks <br />
Well... in the Iframe code, there's code for an iframe, as opposed to just some text in the other one. Other than that, there's no different.<!--content-->Then why does the code refuse to listen my command?<br />
<br />
I forget to add my explain<br />
<br />
I check that there are absolutely nothing wrong with it and I remember that I made a nice code which iFrame in the table with nice pictures around the iFrame.<br />
<br />
Thank you for reply quickly.<!--content-->You didn't close your iframe tag.<br />
<br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.ninjalounge.ssxh.net/shoutbox/oxyshout_view.php" width="183" height="224" frameborder="0"></iframe><!--content-->OMG... I misread... damn a very long sentence<br />
<br />
<br />
THANK YOU VERY MUCH<br />
<br />
bye bye<!--content-->You're welcome. ;)<br />
<br />
Heheh, it's always the little things that drive you insane. A missed quote, end tag, maybe a missed semi-colon -- it just hides there and you can't ever find it and you go insane!<!--content-->i use dreamweavers validation thing when something annoying isnt working...usually fins the missed tags etc in html code<!--content-->Originally posted by iniquity101 <br />
i use dreamweavers validation thing when something annoying isnt working...usually fins the missed tags etc in html code <br />
Hmmm, I use the W3C validator for that. :p I used DW like... once. I don't see what all the hullabaloo is all about. Homesite is good for me, except I don't really like the way the sytax highlighting is. I keep telling myself I'm gonna go screw around in there and see if I can't change it, but I never end up doing it. :D<!--content-->
 
Back
Top