Fork me on GitHub

Table Background  Bottom

  • I am trying to figure out how to change the color of the background of my modules. As it is now they all come up with. e.g. the background of my zclassifieds module.

    I would like to change it to a different but can not figure out how.

    You can look at what I mean here: http://www.e-bassang…ssifieds&file=index

    Thanks for the help
  • Ok, I changed the background as the post you refered to said; however, it still did not change the background for some of my modules. Such as my chat room and PNPHPBB2.

    Here is the code:

    Code

    //Tables that modules and others call so as to keep consistent with the theme
    function OpenTable()
    {
        global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4;
        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"transparent\"><tr><td>\n";
        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"transparent\"><tr><td>\n";
    }

    function CloseTable()
    {
        echo "</td></tr></table></td></tr></table>\n";
    }

    function OpenTable2()
    {
        //global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4;
        echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"transparent\" align=\"center\"><tr><td>\n";
        echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"transparent\"><tr><td>\n";
    }

    function CloseTable2()
    {
        echo "</td></tr></table></td></tr></table>\n";


    Any other suggestions.
    Thanks for the help
    James
    www.e-bassangler.com
    james@e-bassangler.com
  • PNPHPBB2, also has its own theme and may not used the aforementioned Open/Close Table to surround module output...

    --
    Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods

    Cape Cod Travel Info...

This list is based on users active over the last 60 minutes.