table invisible
-
Hi
Is it possible to display a table without lines? That means that the visitor only can see the words but no lines?
Thanks for helping.The blog I need help with is: (visible only to logged in users)
-
Hi, to remove the borders from all tables on your site, add the following custom CSS.
table td { border: none; } -
-
- The topic ‘table invisible’ is closed to new replies.