WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML> <HEAD> <title><?php page_title(); ?></title> <meta name="description" content="<?php page_description(); ?>" /> <meta name="keywords" content="<?php page_keywords(); ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_DIR; ?>/screen.css" media="screen" /> </HEAD> <BODY><center><div id="container"></center><div id="header"><div id="logo-header"><img src="<?php echo TEMPLATE_DIR; ?>/logo.gif" alt="Alt text" height="180"></div><div id="adres-header"><?php echo WEBSITE_HEADER; ?></div></div><div id="hoofd-menu">****THIS IS WHERE THE MAIN-MENU SHOULD BE****</div><div id="body-text"><?php page_content(1); ?></div><div id="sub-menu">****THIS IS WHERE THE SUB-MENU SHOULD BE****<br><?php page_content(2); ?></div><div id="content-einde"> </div><div id="footer"><?php page_footer(); ?></div></div> </body></html>
body { font: 76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; background: #86002D; color: #10253F; }#container { margin-top: 50px; width: 800px; background: #FCF6D4; }#header { margin-top: 35px; margin-bottom: 5px; width: 100%; height: 225px; background: url(header.jpg) no-repeat; }#logo-header { margin-top: 20px; margin-right: 20px; float: right; text-align: right; }#adres-header { text-align: left; margin-top: 160px; margin-left: 10px; font-size: 7pt; color: #FCF6D4; }#hoofd-menu { margin-top: 0px; margin-bottom: 15px; border-color: #86002D; border-style: solid; border-width: 1px; border-left: none; border-right: none; border-top: none; }#hoofd-menu a, a:link, a:active, a:hover { color: #86002D; text-decoration: none; margin-right: 7px; margin-left: 7px; margin-top: 0px; margin-bottom: 0px; text-align: center; }#sub-menu a, a:link, a:active, a:hover { color: #86002D; text-decoration: none; margin-right: 7px; margin-left: 7px; margin-top: 0px; margin-bottom: 0px; text-align: center; }#hoofd-menu ul { margin-top: 12px; margin-bottom: 12px; padding: 0; text-align: center; }#hoofd-menu li { list-style: none; display: inline; }#sub-menu { float: right; text-align: left; width: 170px; margin-top: 45px; }#sub-menu ul { margin-top: 0px; margin-bottom: 0px; padding: 0; text-align: left; }#sub-menu li { list-style: none; margin-bottom: 5px; }#body-text { float: left; text-align: left; width: 600px; margin-left: 20px; margin-top: 10px; margin-right: 10px; margin-bottom: 0px; }#body-text h1, h2, h3, h4, h5, h6 { color: #86002D; }#body-text h1 { font-size: 160%; text-decoration: bold; }#body-text h2 { font-size: 140%; text-decoration: bold; }#body-text h3 { font-size: 120%; text-decoration: bold; }#body-text h4 { font-size: 110%; text-decoration: bold; }#body-text h5 { font-size: 100%; text-decoration: bold; }#body-text h6 { font-size: 90%; text-decoration: bold; }#content-einde { clear: both; border-color: #86002D; border-style: solid; border-width: 1px; border-left: none; border-right: none; border-top: none; margin-top: 5px; margin-bottom: 25px; margin-left: 0px; margin-right: 0px; }#footer { text-align: center; font-size: 7pt; }
<?php show_menu2(0, SM2_ROOT, SM2_START, SM2_TRIM|SM2_PRETTY);?>
<?php show_menu2(0, SM2_ROOT+1, SM2_ALL, SM2_TRIM|SM2_PRETTY);?>
<?php show_menu2(1, SM2_ROOT, SM2_START+1, (SM2_TRIM | SM2_NUMCLASS | SM2_PRETTY)); ?>