Results 1 to 2 of 2

Thread: Changing color of border for table? What's wrong?

  1. #1
    Join Date
    Jun 2008
    Posts
    15

    Changing color of border for table? What's wrong?

    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

  2. #2
    Join Date
    May 2008
    Location
    New Orleans
    Posts
    23
    Try putting a the border color in quotes. If that doesn't work, try doing it in CSS.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •