BBcode for html elements within element (div)

Status
This content is read-only, or is not open for further replies.

Mr Lucky

Guest
offline
For example I want too do this, where there is one container but several div elements within

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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom