Remember that when you create your classes for the styles of your table and table cells, all your classes must be correct. Here is a very simple, non-table example. If the css sheet has this:
p.paragraph.style24{
color=#ff0000;
}
that means that style24 happens inside a paragraph that has a style named paragraph. The code would be:
<p class="paragraph">blah blah <span class="style24">blah blah blah</span> more blah blah blah</p>
Looking in your RSD file, the html element has a class assigned. Therefore, when you are working with your own css to define the styles, you have to also reference the html element that contains it. Let's say you want to make a table cell have a 5 pixel red solid border.
The html element class name is: html-element-4
The table cell classname is: bordercell
When you create your style in your custom stylesheet, it would be:
.html-element.html-element-4.bordercell{
border: 5px solid red;
}
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/