Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-05-17, 12:35 PM   #1
Barron
You tried your best and you failed miserably. The lesson is 'never try'
 
Join Date: Oct 2004
Posts: 166
Quote:
</td></tr></table></a>
</tr>

<table width=604 border="0">
<tr>
<td BGCOLOR=#3399FF width="600">
<center><h2><font color=#FFFFFF>WARNING</h2></font>
<form method="POST">
I think your table tags are out of sync, this part doesnt appear to be correct:

</tr>

<table width=604 border="0">
<tr>

I didnt follow all the tags, but it seems like either missing a closing </table> tag, or you need a opening <td>.

When I have trouble with tables and cant find the mistake I put a border=1 in all the table tags so I can see what is happening.

Good luck with it


-
Barron is offline   Reply With Quote
Old 2005-05-17, 12:54 PM   #2
Barron
You tried your best and you failed miserably. The lesson is 'never try'
 
Join Date: Oct 2004
Posts: 166
Scratch what I just said. I went back and looked, your tables are definetly out of sync.

This is wrong:
Quote:
<tr>
<td align=center><img src="teenymania/tm_hpa_02.jpg"><br><font size=+2>Teeny Mania gives you over 100,000 teen hardcore pics & 150,000 teen fuck vidoes!</font>
</td>
</tr>

<center>
<! --------------- Recip table -------------------------!>
<table border="0" bordercolor=#0000E6 bgcolor=#0099ff width="600">
I think your missing the closing </table> tag.


A little tip for centering your tables so you can do away with all the <center> tags.

Quote:
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td>
</td>
</tr>
</table>

or

<html>
<head>
</head>
<body>
<div align=center>

<table width="600" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
</td>
</tr>
</table>

</div>
</body>
</html>
To fix your problem, go back and check all your table, tr and td tags and make sure they all have closing tags in the right spots.


-
Barron is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:33 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc