HTML/CSS: How do I remove a table border that is inside another table?

Kitti

New member
I have a table inside a table and I want to remove the border on the inner table only, how do I do this?
I've tried border="0" but the original table code is over riding it and creating the inner table border.

How can create a one time over ride?
 
Back
Top