Hi there,
I want my set of options to show horizontally so I set up divs to do that...but now I get the same option choice on each row - instead I want a new choice in each horizontal box (not the same choice repeated across the board)
Please see my product here: https://bikejerseystore.3dcartstores...ersey_p_8.html
It's where the sizes repeat horizontally.
The new size starts on the next row instead of in the adjacent box.
Thank you in advance!!
Here is the code I have in the listing_0.html template
<!--START: qty-format-->
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td class="item"><strong>[value]</strong><br />
[oprice]</td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
</tr>
<tr>
<td align="center" class="item"><input type="text" size="3" name="text[oname]4" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]3" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]2" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]9" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]8" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]7" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]6" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]5" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]" value="[option_value]" class="txtBoxStyle" /></td>
</tr>
</table>
<div class="my_container">
<div class="my_row_item"><span class="item"><strong>[value]</strong><br />
[oprice]</span><br /><input type="text" size="3" name="text[oname]9" value="[option_value]" class="txtBoxStyle" /></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
</div>
<!--END: qty-format-->
I want my set of options to show horizontally so I set up divs to do that...but now I get the same option choice on each row - instead I want a new choice in each horizontal box (not the same choice repeated across the board)
Please see my product here: https://bikejerseystore.3dcartstores...ersey_p_8.html
It's where the sizes repeat horizontally.
The new size starts on the next row instead of in the adjacent box.
Thank you in advance!!
Here is the code I have in the listing_0.html template
<!--START: qty-format-->
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td class="item"><strong>[value]</strong><br />
[oprice]</td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
<td align="center"><span class="item"><strong>[value]</strong><br />
[oprice]</span></td>
</tr>
<tr>
<td align="center" class="item"><input type="text" size="3" name="text[oname]4" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]3" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]2" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]9" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]8" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]7" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]6" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]5" value="[option_value]" class="txtBoxStyle" /></td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]" value="[option_value]" class="txtBoxStyle" /></td>
</tr>
</table>
<div class="my_container">
<div class="my_row_item"><span class="item"><strong>[value]</strong><br />
[oprice]</span><br /><input type="text" size="3" name="text[oname]9" value="[option_value]" class="txtBoxStyle" /></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
<div class="my_row_item"></div>
</div>
<!--END: qty-format-->