Not really having a go saying charities and I know that the system is good for big scale sites, what I meant more was that charities and small business are often nearer to their public and so accessibility is often more of an issue.
I think mambo is a great system and wouldnt be using it if I didnt think so, however am not a PHP coder, more a designer/artist with an interest and knowledge of CSS. I can imagine there are many other people developing sites in the same way.
So I was more looking for some advice. How would I "call your modules to display without tables" is it possible in the mambo backend or is it code driven?
My point was really that it isn't easy to style Joomla like a blog system such a word press and so until it is I am going to develop a simpler template for a blogger with the intention to develop it up into a mambo site at a later stage. a good article by jeffrey veen
http://www.adaptivepath.com/publications/essays/archives/000365.phpI am also going to try to develop some generic items like forms and search forms and calendars (after reading lots of good articles elsewhere) but think it best to start on simple HTML and then try to find the right CSS styling the relevant components. Have a look if you want at a CSS driven gallery I developed at
www.luxonline.org check out the artists pages and the pics link to the right. This is the type of thing I would love to develop for Joomla using a modified version of the zoom gallery.
For the basic styling of the core mambo system, I can see that there is enough to work with:The 508 hack removes tables (which when I applied to the solarflare design ended up with the ul and li tags and therefore the navagation design being messed with through inheritance).
The Absolom access key solution is really great as well as it creates css suckerfish menus (even if it is in a seperate css file) and access keys
The trick for H2 is one I am already using. It would be good to get the H2 to come up for blog and sections but to change over to H1 for main article page headings (for SEO)
The ability to call classes and ids in articles is good but it should be easier to change from a span and should apply to other tags e.g.
![]()
without having to go into the HTML (more of a problem with the HTML editors than Joomla)
I can always develop menus that are absolutely positioned to wherever I want in the document and are placed at the end of the html.