PDA

View Full Version : Real Noob Needs Help



Master_tee
August 2nd, 2003, 01:17
Bah, well im not really a noob, im just having this weird problem with my IFRAME, its stuck! if i move it, it jams the text, can somone tell me whats wrong with the code


http://tee.riverworld.net

:o

GregT
August 2nd, 2003, 01:22
Using Iframes is your problem :p use an php or ssi include.

Master_tee
August 2nd, 2003, 11:11
IFrames are better

:D :o


lol...but can somone help me?

GregT
August 2nd, 2003, 13:24
Is this what you are trying to acomplish :confused:

http://www.yupadog.com/pix/random/jedi-huh.jpg

Master_tee
August 3rd, 2003, 01:28
Yes :p

GregT
August 3rd, 2003, 01:58
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The Jedi</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#FFFFFF" link="#CCCCCC" vlink="#CCCCCC" alink="#CCCCCC">
<p><img src="thejedilogo.jpg" width="500" height="100">
</p>
<p>&nbsp;</p>
<table width="100%" height="309" border="0">
<tr>
<td width="16%" valign="top"><p><img src="home.jpg" width="150" height="50"></p>

<p><img src="members.jpg" width="150" height="50"></p>
<p><img src="ranks.jpg" width="150" height="50"></p>
<p><img src="forums.jpg" width="150" height="50"></p></td>
<td valign="top"><iframe src="http://tee.riverworld.net/index2.htm" name="main" scrolling="auto" frameborder="no" align="center" height="50%" width ="50%"></td>
</tr>
</table>
</iframe>

</body>
</html>

Master_tee
August 3rd, 2003, 13:57
Thanks :)