2 columns
-
Hi,
I have started to set up a catablog catalogue. When a visitor clicks on a tumbnail, I want a picture to appear with the description next to it.
With the code below, the description is shown underneath the picture.
<div class=”catablog-row catablog-gallery”>
<img src=”%IMAGE-THUMBNAIL%” alt=”” />
<strong class=”catablog-title”>%TITLE%
<div class=”catablog-description”>%DESCRIPTION%</div>
</div>Does anybody know how I can put the picture and the description side by side?
thanks…
Bart
- The topic ‘2 columns’ is closed to new replies.