Hello,
I’d appreciate if someone could help me with this.
I’m building up a 3 column template and everything is going well so far aside from the column I am using to display blog posts in.
Working with the local version on my own machine I had this working fine but since transfering it to EE and brining in the EE tags I am unsure if I’ve deleted something or whether I am missing something to get it to work with the EE tags as I want.
The CSS I am using is:
#cell_1 {
margin:0 1px 1em 0;
padding:8px;
float:left;
width:415px;
background-color:#181818;
}and within the html document I am using:
<div id="cell_1">
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"}
<h2>{title}</h2>
<p> {body}<br />
<br />
{/exp:weblog:entries}</div > <!--//end #cell_1//-->What I am trying to do is break up each Blog post so it appears in its own “box” rather than one large rolling column (so its 1 column with each blog post with a gap in between each).
I’ve attached a screenshot, a before and after (the after shot being what I am trying to accomplish).
If anyone could help with this I’d really appreciate it!
Many Thanks,
T.