A layout with blocks/modules
Permalink
Hey there C5 community! I'm a front-end developer and designer just getting the hang of theming.
I'm trying to inplement this static website into c5:
http://www.qtagmedia.com/qr-code-marketing.php...
But I cant seem to recreate these blocks or modules I have in the main content and sidebar area.
Who can give me some help with this? Thank you!
I'm trying to inplement this static website into c5:
http://www.qtagmedia.com/qr-code-marketing.php...
But I cant seem to recreate these blocks or modules I have in the main content and sidebar area.
Who can give me some help with this? Thank you!
Not really what I meant. Currently, the elements are not 'blocks' because they're not surrounded by div elements. It's just the code of the element itself (form, p, etc.).
What I would like is this:
<div class="block">
the element here
</div>
<div class="block">
next element
</div>
I'm not sure where to add the html code for the individual items.
What I would like is this:
<div class="block">
the element here
</div>
<div class="block">
next element
</div>
I'm not sure where to add the html code for the individual items.
Good luck!