Change Color of Table Border

G

Guest

I would like to change the color of my table borders, but the color changing
option is greyed out for me. I assume it is set as a default somewhere. I'd
like to know how to change it so I can choose the color? Thank you.

Using Frontpage 2002
 
M

Murray

Table border color is invalid HTML. You would need to use CSS to do that -

table { border:1px solid green; }
 
T

Thomas A. Rowe

Do you have a theme applied, if yes, then you have to modify the theme.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

Thomas A. Rowe

FP2003 Themes use CSS and FP2002 gives the option to apply themes via CSS, if I am not mistaken.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

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