The area I'm having trouble with is:
Code: Select all
<div id="content">
<div id="left">
<h3>{title}</h3>
{content}
</div>
<div id="right">
<!-- <h3>Submenu</h3>
{cms_module module='menumanager' template='bulletmenu' collapse='1' template='list_children'} -->
<h3>News</h3>
{news}
</div>
<div style="clear:both;"> </div>
</div>
Code: Select all
#right {
width: 150px;
height: 460px;
float: right;
padding: 10px 30px 0 10px;
color: #fff;
font-weight: normal;
font-size: 11px;
background: url(uploads/images/opaque_news.png) repeat-y;
overflow-x: hidden;
overflow-y: auto;
}

I suspect I need to make some changes to the News Template I'm using. At present the News Template (currently the "Sample") is in it's default configuration and I'm not sure what changes to make or if this is the wrong assumption. The version of the News Module I'm using is 2.10.4. Suggestions, tips?
Thanks to all out there!
-Kevict