1 (edited by gordo 2011-12-17 10:01:49)

Topic: News manager Template

Hope this is OK here in this forum.

When news manager displays the items on my index page.  There is only one content footer at the bottom of the list of Items.

I would like to display a the footer on every item, so there is a more defined break between the posted items, also if possible a small line header at the top of each posted item.

Hope I have made that clear

Post's attachments

screenshot.jpg 609.73 kb, 1 downloads since 2011-12-17 

You don't have the permssions to download the attachments of this post.

Re: News manager Template

If you aren't familiar with css coding, which is the only right way to achieve the goal, provide a valid link to your website, and I'll see what we can do ;)

If news manager's code didn't change, add below css code to your template's .css file:

.nm_post {
padding:10px 0;
margin:10px 0;
border-top: 2px solid #197005;
border-bottom: 2px dotted #f21b23;
}

wujitsu.pl - simple sites, simple solutions, because I like getsimple ;)

Re: News manager Template

Brilliant thanks, I can tinker away with that. appreciate the help