PDA

View Full Version : Changing color of border for table? What's wrong?



RyanMc
06 Jun 2008, 08:38 PM
Hi guys,

website: http://voip-reviewer.com

I'm trying to change the border of the table to a mid grey color - not black. In dreamweaver, I select the table and in code view it shows me this:

<table id="table" align="center" border="1" bordercolor=#FFFFFF cellpadding="0" cellspacing="0">

Originally, there was no bordercolor=#FFFFFF - I just added that in there. And, the FFFFFF is just a test. Since that is white, I assume that if the border is 1 but color white, the border isn't visible since the background is same color.

In dreamweaver, I see no border because I put the border color to white. When I upload the index, or preview it, the border is still black.

What am I doing wrong?

Thank you!

Ryan

WebNola
07 Jun 2008, 02:19 PM
Try putting a the border color in quotes. If that doesn't work, try doing it in CSS.