• I’m trying to change the background of the table from #f1f1f1 to #ffffff but no luck.

    https://hsicom.net/new/

    i had found the #f1f1f1 is the options/content-white.css

    I changed it to #ffffff but nothing happened.

    if you hover over the table, it disappears.

    how can i remove that off-white/gray background?

    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter vbpartners

    (@vbpartners)

    I have it and use it.

    I found where the place is to change it – options/content-white.css line 15.

    However, i have changed it from #f1f1f1 to the #ffffff that i want and it still doesn’t change it on the website.

    that’s where i’m confused… can’t find if there’s something overwriting that code or what….

    still looking for ideas of where to look…

    thanks

    where is the table on that page? no table tags found in the html

    Thread Starter vbpartners

    (@vbpartners)

    this is the HTML I have for the table:

    `<table width=”100%” border=”0″>
    <tbody>
    <tr>
    <td valign=”top” bgcolor=”#FFFFFF”><img src=”https://hsicom.net/new/wp-content/uploads/2012/05/contact.jpg&#8221; alt=”” width=”200″ height=”360″ border=”0″ /></td>
    <td valign=”top” bgcolor=”#FFFFFF”>[contact-form-7 id=”126″ title=”Contact page”]</td>
    <td valign=”top” bgcolor=”#FFFFFF”><img src=”https://hsicom.net/new/wp-content/uploads/2012/05/applynow1.jpg&#8221; alt=”” width=”150″ height=”49″ border=”0″ /></td>
    </tr>
    </tbody>
    </table>

    It’s not visible on that page — is it?

    But irregardless, you are using deprecated CSS code: valign and bgcolor are deprecated and unlikely to work consistently, if at all. You should be using external CSS code too.

    If you have a table in a page, someone can look at it and help you with the why or why not some CSS is working — but looking at code alone is not very useful when there may be other coding issues.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table background – how to change color’ is closed to new replies.