Carl,
Two pieces of modified code for possible inclusion? The
Benefit of using styled menus is that it is simplier
for a new person to create a website and not have to
worry about grafics so much and that it is possible to
include modified stylesheets very easly.
---
Trial:allow the use of css on menu code and "built with
xdbcms" button
Modified files: library.php
To Repeat this:
Create a website in xdbcms.
Create a page
Create the follow [[BLOCK: 's with appropriate text (
-StandardHeading
-mainnav <--- main navigation menu used to selective
menu links
-StandardFooter
Create a "Page Template" select "View Source" and paste
the following text:
<div id="container">
<div id="crumbs"></div>
<div id="header">[[BLOCK:StandardHeading]]</div>
<div id="mainnav">[[BLOCK:mainnav]]</div>
<div id="menu">[[MENU]]</div></div>
<div id="contents">[[PAGETEXT]]</div>
<div id="footer">[[BLOCK:StandardFooter]]</div>
Go back and assign this template to one of the pages
you created.
Generate website
copy the provided stylesheet.css and img_39.gif too
your output folder.
View website.
------
I modified the menu code in library.php (I've included
the modified file) to only output and created a two
divs with a class of buttonscontainer & buttons that
can be styled thru css.
------
The "Built with xdbcms" is a straight copy from:
http://wellstyled.com/css-inline-buttons.html
library.php modified for menu css output