Tables without boarders, weaver 2.2.6
-
Hi there
I’m trying to insert an HTML table in a page, but with no visible boarders. It’s currently looking like this: https://laurenhealey.co.uk/newsite2/work
I’ve tried altering the CSS by putting the following in both the header & Advanced CSS Options:
table { margin: 1em; }
td, th { padding: .3em; }and
#ttw_ftable {
border:0;
width:98%;
margin:0;
padding:0;
}
#ttw_ftdl {
text-align:left;
}
#ttw_ftdr {
text-align:right;
}#footer {
margin-bottom: 0px;
margin-top:0px;
}and
table, th, td
{
border: 0px solid black;
}but it’s not making any difference. If anyone has any ideas, that would be great ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Tables without boarders, weaver 2.2.6’ is closed to new replies.