I'm having a problem keeping the contents of this table within it's container: See here.
The table is being automatically generated by something called CataLook store which is a DNN module.
I really wish they would make modules up to standards-- ie. <div>
instead of <table>
but this is what I'm stuck with...
I've tried Firebugging it and changing all the widths on the table around, but nothing seems to even make it move.
Anyone have any insight as to manipulating tables properly?
Also, if the width is set to 100%, shouldn't it stay within the container? (I'm guessing this is not true because the content is dynamically generated because it's a DNN module...)