Dan - I am confident you fix this div closing issue easily.

What i would really like to see is  a div markup which is short,
does not need to be necessarily nestable,
but does not need explicit closing either,
so a following div markup will close the preceeding one.
And which takes a parameter as css class name.

Like the >>name<< div markup in PmWiki, which can be used like

>>abc<<
123
456
>>def<<
789
012
>>ghi<<
345
678
>><<

renders as HTML
<div class="abc">
123
456
</div>
<div class="def">
789
012
</div>
etc.

Having to write out all the div HTML tag syntax is quite cumbersome

cheers,
Hans

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to