View Full Version : Whats wrong with this


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>


&nbsp


<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!!

NetGirl
01-12-2003, 01:02 AM
Ok, I've corrected errors and I've also neatened up some bits in the code. Try it like this: (Corrections and neatened bits in bold).


<table>
<tr>
<td>
<table border="1" bordercolor="#CC3300" height=200 width=235>
<tr>
<td align="center">
<font color="white" face="tahoma" size="3">

<p><u>About Me</u></p>

<p>Name: Jonathan</p>

<p>Age: 14</p>

<p>Location: Michigan</p>

<p>Education: High School</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<center>
<iframe src="tag/tag.html" width="143" height="235" frameborder="0" scrolling="no">
</center>
</td>
<td>
<table border="1" bordercolor="#CC3300" height=200 width=235>
<tr>
<td align="center">
<p><u>Favorites...</u></p>

<p>Food: Fries</p>

<p>Color: <font color=orange>Orange</font></p>

<p>T.V. Show: Boy Meets World</p>

<p>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>


It may not work 100% - I may have missed off something. Sorry if it doesn't work right. Post the link to the page if it doesn't.

thezeppzone
01-13-2003, 07:43 PM
Well now the left table is showing up, the journal for some odd reason still doesn have a border, and then the tagboard is next to the journal. Im very stumped, its like, i had it before and now almost the same exact thing will nto work at all. The one table of my faorites doesnt even show up. Anyways, my url is http://www.whalersfan.com/thezeppzone
Thanks for any more help anyone can offer im clueless

acktacky
01-14-2003, 01:44 AM
Sorry, I'm no help... But I have a question.... What does---

<body oncontextmenu="return false">

do?

thezeppzone
01-14-2003, 07:40 PM
its a right clikc disable, with no popup or anything. I eeded it for a freidns site that waasnt javascript and someone recomended it to me :P