List DIV tags in columns
Posted
by cbeberge
on Stack Overflow
See other posts from Stack Overflow
or by cbeberge
Published on 2010-06-05T22:49:44Z
Indexed on
2010/06/05
22:52 UTC
Read the original article
Hit count: 128
html
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;
}
© Stack Overflow or respective owner