M
Mr Lucky
Guest
For example I want too do this, where there is one container but several div elements within
HTML:
I can do this but my experiments so far requite three lots off BBcode, can it be done with one?
Thanks
Continue reading...
HTML:
Code:
<div class="boxcontainer">
<div class="box">
Some text that may also include formatting.
</div>
<div class="box">
Some more text that may also include formatting.
</div>
</div>
I can do this but my experiments so far requite three lots off BBcode, can it be done with one?
Thanks
Continue reading...