table border properties

G

Guest

I would like to add a two-color border. When I get to the table border
properties the drop-down boxes for the Light Border and Dark Border are
greyed out and say Automatic. How can I change this?
 
M

Murray

Be aware that table HTML border colors are not supported
cross-browser/platform, e.g.,

<table bordercolorlight="#444444"....

Use CSS to specify the colors. However, there is no corresponding style for
the bordercolorlight and bordercolordark in CSS, although you could try the
various border styles - groove, inset, outset, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top