PDA

View Full Version : Double Repeat


Oday2912
09-13-2007, 09:28 PM
Every Time I put this code for a table 2 tables show up, I put the code

<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">

<td width="200" style="padding-right: 15px">

<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<thead>

<tr>
<td class="tcat" colspan="5">

<span class="smallfont"><strong>&raquo; NL Cental Standings</strong></span></td>
</tr>
</thead>

<tr>
<td class="thead" align="center">Team</td>

<td class="thead" align="center">W</td>
<td class="thead" align="center">L</td>
<td class="thead" align="center">PCT</td>
<td class="thead" align="center">GB</td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small>Cubs</small></td>

<td align="center" bgcolor="#e3e3e3"><small>73</small></td>
<td align="center" bgcolor="#e3e3e3"><small>70</small></td>
<td align="center" bgcolor="#e3e3e3"><small>.510</small></td>
<td align="center" bgcolor="#e3e3e3"><small>-</small></td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small>Brewers</small></td>

<td align="center" bgcolor="#e3e3e3"><small>73</small></td>
<td align="center" bgcolor="#e3e3e3"><small>70</small></td>
<td align="center" bgcolor="#e3e3e3"><small>.510</small></td>
<td align="center" bgcolor="#e3e3e3"><small>-</small></td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small><strong>Cardinals</strong></small></td>

<td align="center" bgcolor="#e3e3e3"><strong><small>69</strong></small></td>
<td align="center" bgcolor="#e3e3e3"><strong><small>72</strong></small></td>
<td align="center" bgcolor="#e3e3e3"><strong><small>.289</strong></small></td>
<td align="center" bgcolor="#e3e3e3"><strong><small>3.0</strong></small></td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small>Reds</small></td>

<td align="center" bgcolor="#e3e3e3"><small>64</small></td>
<td align="center" bgcolor="#e3e3e3"><small>79</small></td>
<td align="center" bgcolor="#e3e3e3"><small>.448</small></td>
<td align="center" bgcolor="#e3e3e3"><small>9.0</small></td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small>Pirates</small></td>

<td align="center" bgcolor="#e3e3e3"><small>64</small></td>
<td align="center" bgcolor="#e3e3e3"><small>80</small></td>
<td align="center" bgcolor="#e3e3e3"><small>.444</small></td>
<td align="center" bgcolor="#e3e3e3"><small>9.5</small></td>
</tr>
<tr>
<td bgcolor="#e3e3e3"><small>Astros</small></td>

<td align="center" bgcolor="#e3e3e3"><small>62</small></td>
<td align="center" bgcolor="#e3e3e3"><small>81</small></td>
<td align="center" bgcolor="#e3e3e3"><small>.434</small></td>
<td align="center" bgcolor="#e3e3e3"><small>11.0</small></td>
</tr>
</tbody>
</table>

</div>

Why is it repeating I put Module Wrapper Template on.

http://img340.imageshack.us/img340/6949/repeatdx5.jpg

eJM
09-13-2007, 11:13 PM
I'm sure Brian or someone will be along to answer your problem.

If you are a forum owner, I'm sure you are familiar with the BBCode tags for displaying CODE, HTML and PHP. Please use them to reduce the amount of scrolling necessary to read a thread.

Thanks,

Jim

Our Sponsors
 

Brian
09-14-2007, 12:22 PM
Where exactly are you putting that code?

Oday2912
09-14-2007, 01:00 PM
Add Modules > Template Modules >
I put the code in both Template Content and Form Code!

Our Sponsors
 

Brian
09-14-2007, 01:03 PM
Well, that would be the reason it was showing up twice then. :p

Oday2912
09-14-2007, 06:47 PM
im stupid