RyanMc
06 Jun 2008, 09: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
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