in HTML Website by jrosado (120 points)
Hello all,

is there a way to format an existend table? In my case i need to center the table and set the borders to "0".

Thanks in advance

With best regards

1 Answer

by lisa-west (35.1k points)

To have a single border for table please use the following custom css code:
 

tabletable td {
    border-collapse: collapse !important;
}
.html_content table 
{
    float:none;
    margin:0 auto;
}

 

Go to TemplateToaster -> General -> Editors -> CSS ->paste the code provided above -> save

by jrosado (120 points)
Perfect!
Thanks a lot!
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...