I have been working on a project now for a few weeks and I’ve come up against something strange happening with the bottom of the table,
This is the part where its going strange:
(sorry, it’s quite long but its towards the bottom!)
and this is the page that its happening on:
http://www.upsandgeneratorparts.com/auction/daily-deal-3,name,100196,auction_id,auction_details
I don’t know where to start, I’ve tried opening it all in Dreamweaver, but only found a lonely </td> that had nothing to do with it!
Would be very grateful of any help!
Did you notice that the last
tr:Contains three cells while the main tr contains only 2? use
colspanor add atdto the footertrand tell me how it looks.EDIT:
I took another look. Add the below code to the upper
trbefore the firsttdyou have now. You’re missing your left ruler in the main row, you have only one for the right side.