ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,580
- Points
- 823
Reputation:
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...