Removing lines from a Table
-
Hi,
I use the basis theme for my work site, which doesn’t let you do a lot in HTML but you can make changes in the CSS.
I need help removing the lines from tables on the site, so I can use them for alignment purposes.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, can you point me to an example page with lines on the table? I’ve checked a number of pages on your site and didn’t see a table.
-
It’s cause it hasn’t been connected to the rest of the site yet. I’m still working on it. http://jwaconsulting.com/training/study-missions/ifdtrips/
The lines are very faint, but definitely there.
-
Ah, got it. Add the following CSS. It appears to get rid of all the table borders in your example.
table, table td, table tr, table th { border: none; }
- The topic ‘Removing lines from a Table’ is closed to new replies.