thezeppzone
01-11-2003, 11:09 PM
Well you wouldnt be a true webdesigner if you didnt save your page as something else...and i did it again. Only this time im trying to redo it and its not much but I redid it with like the same exact thing only its not working. What i want is About me in its own table with a border..then my tagboard....then my favorites in a border using a tavble. I had it working before but now i cant figure it out. Then underneath it i want my journal with a border. This all worked until i messed my saving up. Heres what i got...http://www.whalersfan.com/thezeppzone ....and heres my code in case you wanted to see my bad mistakes lol...
<html>
<body bgcolor="#E30000">
<head>
</head>
<body oncontextmenu="return false">
<font face=tahoma color=white size=2><p align=center>If you are viewing this site through Netscape you may not be able to view some thing. I suggest using the newest version of Internet Explorer.</p></font>
<table>
<tr>
<td>
<table border="#CC3300" height=200 width=235>
<tr>
<td>
<font color=white face=tahoma size=3">
<p align=center><u>About Me</u></p>
<p align=center>Name: Jonathan</p>
<p align=center>Age: 14</p>
<p align=center>Location: Michigan</p>
<p align=center>Education: High School</p>
</td>
</tr>
</table>
</td>
<td>
<center>
<iframe src="tag/tag.html" width="143" height="235" frameborder="0" scrolling="no">
</center>
</td>
<td>
<table border="#CC3300" height=200 width=235>
<tr>
<td>
<p align=center><u>Favorites...</u></p>
<p align=center>Food: Fries</p>
<p align=center>Color: <font color=orange>Orange</font></p>
<p align=center>T.V. Show: Boy Meets World</p>
<p align=center>Quote: "You talkin' to me?"</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
 
<center><iframe id="iframe" name="iframe" src="http://www.whalersfan.com/thezeppzone/journal.html" width=500 height=400 frameborder="0" border="#CC3300" marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=yes></center>
</body>
</html>
Thanks for any help!!
<html>
<body bgcolor="#E30000">
<head>
</head>
<body oncontextmenu="return false">
<font face=tahoma color=white size=2><p align=center>If you are viewing this site through Netscape you may not be able to view some thing. I suggest using the newest version of Internet Explorer.</p></font>
<table>
<tr>
<td>
<table border="#CC3300" height=200 width=235>
<tr>
<td>
<font color=white face=tahoma size=3">
<p align=center><u>About Me</u></p>
<p align=center>Name: Jonathan</p>
<p align=center>Age: 14</p>
<p align=center>Location: Michigan</p>
<p align=center>Education: High School</p>
</td>
</tr>
</table>
</td>
<td>
<center>
<iframe src="tag/tag.html" width="143" height="235" frameborder="0" scrolling="no">
</center>
</td>
<td>
<table border="#CC3300" height=200 width=235>
<tr>
<td>
<p align=center><u>Favorites...</u></p>
<p align=center>Food: Fries</p>
<p align=center>Color: <font color=orange>Orange</font></p>
<p align=center>T.V. Show: Boy Meets World</p>
<p align=center>Quote: "You talkin' to me?"</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
 
<center><iframe id="iframe" name="iframe" src="http://www.whalersfan.com/thezeppzone/journal.html" width=500 height=400 frameborder="0" border="#CC3300" marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=yes></center>
</body>
</html>
Thanks for any help!!