Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

Need Help with aallixsilver theme  Bottom

  • I cannot get aallixsilver theme to be 100% I designed the site with the resolution of 1024x768 and with 800x600 it looks horrible. I think the theme is able to use 100% in the theme.php header there is this

    Code

    /************************************************************/
    /* OpenTable Functions                                      */
    /*                                                          */
    /* Define the tables look&feel for you whole site. For this */
    /* we have two options: OpenTable and OpenTable2 functions. */
    /* Then we have CloseTable and CloseTable2 function to      */
    /* properly close our tables. The difference is that        */
    /* OpenTable has a 100% width and OpenTable2 has a width    */
    /* according with the table content                         */
    /************************************************************/

    function OpenTable() {
        global $bgcolor1, $bgcolor2;
        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"  class=\"forumline\"><tr><td>\n";
        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
    }

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

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

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

    But I am pretty new to PHP and I dont know if I have to change something here or what. Any help would be greatly appreciated.

    Thanks in advance
    Beatle
    The site the theme is on is http://www.rgbmmd.com

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