A Collection of Notes about the Components of SWMM 4 and 5
1 member
1 member
1 member
1 member
1 member
Added by Robert Dickinson
Posted on March 26, 2009 at 6:44pm —
Posted on March 21, 2009 at 2:30pm —
Posted on February 23, 2009 at 9:02am —
Posted on January 23, 2009 at 11:32am —

© 2009 Created by Robert Dickinson on Ning. Create Your Own Social Network
Comment Wall (4 comments)
You need to be a member of SWMM Notes for SWMM 4 & 5 to add comments!
Join this social network
table.borderedtable td { border: 1px solid !important; }
went as the last line in the CSS-box.
Then I modified my table-statement in the textbox to contain class="borderedtable" to get the borders.
table.borderedtable td { border: 1px solid !important; }
Use this code at the end of your Css and and use this :
class="borderedtable"
at the beginning of your table code. e.g.
So the borders will appear on your page.
How to create a talbe:http://html.netgeek.org/tables.html