create a transparent table

  • Unknown's avatar

    Hi,

    Please can you assist me with making my table transparent? I needed to get rid of the borders and make it transparent and so far I have been successful with the following css for the borders..
    table {
    border:none;
    }

    td {
    border:none;
    }
    If anyone can assist me in the transparency and also if my existing css fix needs improving I will appreciate.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
  • Unknown's avatar

    ok so maybe I jump to quickly… I kept trying different combinations and it is working… this is the css I used if anyone else has the same problem.
    If anyone reading this picks up any shortcomings or issues that could arise with the css I did please let me know.
    Thanks
    cage
    table {
    border:none;
    }

    td {
    border:none;
    }
    table {
    background-color:transparent;
    }

  • The topic ‘create a transparent table’ is closed to new replies.