5093 Posts in 1516 Topics by 1113 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 757 Views |
-
Table Border

18 November 2010 at 12:39am
Hello
I've inserted a user defined form page and within this page is a table. I'd like to make the border invisible, setting the <table border="0"> table still has a border.
How can I hide the table border?
Best Regards
Ben
-
Re: Table Border

23 November 2010 at 9:29pm
this attribute can be ignored (depending on your doctype)
the best way would be to add to your stylesheet:
table {
border: none;
}or try it inline:
<table style="border: none">.....
| 757 Views | ||
|
Page:
1
|
Go to Top |


