Quote Originally Posted by Stuff4Toys View Post
Zen-Cart 1.3.8.a Fresh Install
Cherry Zen current
PHP 5
MySQL 5

My second test product has a table in it's description. When I display the item the table is not contained in the description box and overlaps the Discount table.
http://www.bulklights.com/NATIVITYDI...&products_id=2

See an item without the table
http://www.bulklights.com/NATIVITYDI...&products_id=1

Am I going to have to eliminate the table in about 200 items, or is there a work around?
JOhn ><>
Workaround: add this to your css:

Code:
#productDescription table {float:none;margin:.3em;}