My first baked site http://www.fresh-web-design.co.uk

FreshWebDesign

#1
Hi guys,


just completed my first web baker site, it took a while to get my menu sorted at the top... i've used show_menu2 and ripped it apart so my site rendered xhtml 1.1 strict.

http://www.fresh-web-design.com

the menu images are dynamic controlled by css, i used show_menu2 to input the page_id into each menu item, then i could use the id in css to assign the image required for that menu.

The writing under each menu link such as "create a masterpiece" are also controlled by show_menu2

like this

                  <?php show_menu2(
        $aMenu          = 0,
        $aStart         = SM2_ROOT,
        $aMaxLevel      = SM2_CURR+1,
        $aFlags         = SM2_TRIM,
        $aItemOpen      = '<li id="cat[page_id]" class="cat[page_id]">[a][menu_title]<img src="/media/menuimages/[page_id].gif" alt="web design [page_title]" /></a>',
        $aItemClose     = '</li>',
        $aMenuOpen      = '[ul]',
        $aMenuClose     = '</ul>',
        $aTopItemOpen   = false,
        $aTopMenuOpen   = false
        ); ?>

let me know what you guys think, one more thing, i cant get the contact us page which is a form to validate through w3c, is there a tableless form module around?