List DIV tags in columns
- by cbeberge
Hi
I want to liste these images in 3 columns( see under). What is the HTML cod for this?
[IMAGE]
[IMAGE]
[IMAGE]
<div class="rparticle ">
<div class="articleEntry Normal"><a href="[LINK]">[IMAGE]</a></div>
<div><a href="[LINK]">[TITLE]</a></div>
</div>
.rparticle
{
display:inline;
clear: both;
text-align: center;
margin-bottom : 25px;
width:190px;
}