Alright on my Shipping & Returns page I have put up 2 Tables for UPS Ground and UPS 2nd Day Air
It looks fine in IE, but in Firefox, it doesn't align properly, any ideas?
Website is in my sig below :)
Alright on my Shipping & Returns page I have put up 2 Tables for UPS Ground and UPS 2nd Day Air
It looks fine in IE, but in Firefox, it doesn't align properly, any ideas?
Website is in my sig below :)
The content of the first two cells is not centering because you have not told it to center:HTML Code:<td width="103" rowspan="2"> $ 6.99 <br/> $ 7.50 <br/> $ 8.50 <br/> $ 9.50 <br/> $12.50 <br/> <strong>FREE</strong> </td> <td bgcolor="#ffff66" align="center" width="249" rowspan="2"> <font color="#ff0000"> <strong> </strong> </font>
Add to your stylesheet.css
Code:#ezPageDefault table {margin: auto;} #ezPageDefault td {padding: 0.3em !important;}