Unlike other systems you can do the whole presentation of your site in css only. You do not need to step into php or specific boltwire mechanisms.
I had to learn that for myself. It is far more easier than in some heavy used cms systems. I use a couple of boxes with fixed width and some styles like float- left, float-right etc in my code.style page. So I can do something like this on my pages: <div class=box120 float-left padding-right-10> put image here </div> <div class=box360 float-left background-black color-white> put text here </div> Greetings, Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
