SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Basic HTML problem
-
Jun 29, 2002, 09:16 #1
- Join Date
- Jun 2002
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Basic HTML problem
I'm tearing my hair out...
"/tr>" is appearing on my page and I can't see where the problem lies, I think I've been looking at it too much!
http://www.scoobylou.com/st/products.htm
Can anyone help me please?!
TIA
Lou
-
Jun 29, 2002, 10:05 #2
- Join Date
- Nov 2001
- Location
- Gods' Own Country
- Posts
- 890
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
813th line
<tr width="100%">
<td><p class=text>Limited Edition Event <br>Pinbadge Box Set</td>
<td><p class=text>SUB024</td>
<td><p class=text>Del 4 day</td>
<td><p class=text>One Size</td>
<td><p class=text>44.96</td>
<td><p class=text><a href="javascript:popUp('popup/merch/pbs.htm')"><img src="images/buttonred.gif" width="7" height="7"></a></td>
<td><p class=text>PP Icon</td>
/tr>
<tr width="100%">
<td><p class=text>Gift Keyring and Pen Set</td>
<td><p class=text>SUB025</td>
<td><p class=text>Del 4 day</td>
<td><p class=text>One Size</td>
<td><p class=text>15.26</td>
<td><p class=text><a href="javascript:popUp('popup/merch/giftkey.htm')"><img src="images/buttonred.gif" width="7" height="7"></a></td>
<td><p class=text>PP Icon</td>
</tr>Last edited by Indian; Jun 29, 2002 at 10:08.
Death --the last sleep? No, it is the final awakening.
TinyPlanet.org
Discuss and Debate World Events, Politics and Religion
-
Jun 29, 2002, 10:07 #3
- Join Date
- Nov 2000
- Location
- Switzerland
- Posts
- 2,479
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Viewing the entire source of the page, line 813 is the guilty party;
Code:<tr width="100%"> <td><p class=text>Limited Edition Event <br>Pinbadge Box Set</td> <td><p class=text>SUB024</td> <td><p class=text>Del 4 day</td> <td><p class=text>One Size</td> <td><p class=text>44.96</td> <td><p class=text><a href="javascript:popUp('popup/merch/pbs.htm')"><img src="images/buttonred.gif" width="7" height="7"></a></td> <td><p class=text>PP Icon</td> /tr>
-
Jun 29, 2002, 10:12 #4
- Join Date
- Jun 2002
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thank you both so much! Was beginning to give me a migrane
Thanks again
Lou
Bookmarks