I've got a prompt table that was supposed to be a simple cut-and-paste - but with Expressive, the borders of the
table don't show up at all. I checked with both Firefox and IE and the borders are just not there. Is this a weird bug thing with Expressive? The table's HTML code seems to work with other layouts, just not Expressive. I have
(
Read more... )
Comments 6
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
ol, ul, li, dl, dt, dd,
table, td, form, fieldset,
abbr, code {
margin: 0;
border: 0;
padding: 0;
font-size: 1em;
font-weight: normal;
}
Put this into the Custom CSS box:
table, td {
border: 1px solid;
}
Change "1px" to any number if you want a larger border. You can also define a color if you want with "border: 1px solid #ffffff".
Reply
Reply
border: 1px solid;
}
should apply to just the entry
Reply
Reply
Leave a comment