This is true. CSS is very powerful, and useful. There are some helpful solutions pages worth looking at for more examples:
http://www.boltwire.com/index.php?p=solutions.css.special http://www.boltwire.com/index.php?p=solutions.css.stickynotes And there's lot's more stuff out there on the internet that could be googled and practically dropped into BoltWire. Thanks for the good reminder Martin. I think one of the biggest problems newcomers have to BoltWire is the relatively simple, but unorthodox techniques it uses to get things done. Fun, but a bit of a learning curve... Cheers, Dan On Mon, Aug 31, 2009 at 2:21 PM, Martin<[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
