Dreamweaver Tables

BillMC

New Member
There is an easy way of hiding the border on a MS Word text box or table. This can be done going to 'Format' and changing its colour to the background colour.

I unsuccessfully attempted to do the same to tables on webpages I made up with Dreamweaver. Is there any other way that it can be done?
 
Somewhere in the table options there should be a value called border... set it to 0. If you can't find it, just go to the source code and add border="0" inside the opening <table> tag.
 
Back
Top