HTML Table Issues
-
Hello!
I’m having some trouble in getting one of my pages to look right, I hope you might be able to help, and I’m sorry if this is the wrong forum.I’ve done an HTML table and for the life of me can’t get rid of the table borders. Both the overall table and the inset PayPal Order tables. Here is a link to the page: http://ezzere.com/shop/
I tried putting <table border=”0″> in both tables, and it still won’t work. Here is the code for the top portion of the table:
<table border=”0″>
<tbody>
<tr>
<th>Running Tees</th>
</tr>
<tr>
<td><img class=”alignnone size-medium wp-image-163″ alt=”ezzere get chicking” src=”http://ezzere.com/wp-content/uploads/2013/03/runchicktwins-300×241.jpg” width=”300″ height=”241″ /><form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”paypal”><input type=”hidden” name=”cmd” value=”_s-xclick” />Get Chicking Tee in BLACK – $30
<input type=”hidden” name=”hosted_button_id” value=”MTD49S96ULV4W” />
<table border=”0″>
<tbody>
<tr>
<td><input type=”hidden” name=”on0″ value=”Sizes” />Sizes</td>
</tr>
<tr>
<td><select name=”os0″><option value=”Small”>Small</option><option value=”Medium”>Medium</option><option value=”Large”>Large</option></select></td>
</tr>
</tbody>
</table>
<input type=”image” alt=”PayPal – The safer, easier way to pay online!” name=”submit” src=”https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif” />
<img alt=”” src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″ border=”0″ /></form></td>
</tr>
…I would greatly appreciate any help on this!
Thank you so much,
Cait
The topic ‘HTML Table Issues’ is closed to new replies.