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
4. You don't need to learn Photoshop, CSS, HTML and other Web technologies to create great looking designs, including images and buttons.
8. Learn how to create professional HTML and CSS code.
10.If you don't have the time, hire your kids to create great looking web design for you.
The bottom line is, this product produces great results with other CMS.
Quote from: brent on October 10, 2009, 07:35:21 PMThe bottom line is, this product produces great results with other CMS.Why should a developer/coder/supporter in a WB-forum force this. She/he must be crazy!
Thanks anyhow, I won't force this down your throats anymore.
For me its difficult to use programs like DHTML Menu and Allweb menus to create menus that will work dynamically with WSB.
You can always create a "normal" HTML Template and then convert it to WB. The conversion is well documented (although a bit outdated) on the helpsite.
<div class="navigation">SM2 code</div>
#navigation { width: 200px;}#navigation ul { list-style: none; margin: 0; padding: 0;}#navigation li { border-bottom: 1px solid #ED9F9F;}#navigation li a:link, #navigation li a:visited { font-size: 90%; display: block; padding: 0.4em 0 0.4em 0.5em; border-left: 12px solid #711515; border-right: 1px solid #711515; background-color: #B51032; color: #FFFFFF; text-decoration: none;}
#navigation { font-size: 90%; } #navigation ul { list-style: none; margin: 0; padding: 0; padding-top: 1em; } #navigation li { display: inline; } #navigation a:link, #navigation a:visited { padding: 0.4em 1em 0.4em 1em; color: #FFFFFF; background-color: #B51032; text-decoration: none; border: 1px solid #711515; } #navigation a:hover { color: #FFFFFF; background-color: #711515; }
#navigation .menu-current a {font-weight: bold;color: #FFc937;}#navigation .menu-parent a {color: #FFc937;}