Question:

How to change bground color to trans or clear?

by  |  earlier

0 LIKES UnLike

I am making a table for a website and I want to color of the table to match the page bground so I am wanting to make it transparent or clear but dont know how what is the code for it????

 Tags:

   Report

3 ANSWERS


  1. you have to make transparent backgrounds in photoshop.

    are you trying to just have a white background? #FFFFFF

    thats why bgcolor


  2. A table is just an organization of components, similar to div tags, so there's no bg color unless you tell it to have one. So, don't put in a color and you won't have one. If I just do <table><tr><td>stuff</tr></td></table> there's not going to be a color. In fact, some browsers don't even display colors forced onto tables.

  3. Use CSS

    for example style paramater

    background-color: transparent;

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.