I'm creating a website for a band called TAURUS.
However i want something prety simple but i don't know how.
This is what i want:
And this is what i've got
www.tauruswebsite.com
This is my template:
Code: Select all
{* Start Content (Navigation and Content columns) *}
<div id="content">
{* Start Sidebar *}
<div id="sidebar" class="hascontent">
<!-- Start Right Sidebar -->
<div id="rightsidebar" align='center'>
<hr class="accessibility" />
</div>
<!-- End Right Sidebar -->
{* Start News *}
<div id="news">
<h2>News</h2>
{news number='4' detailpage='news'}
</div>
{* End News *}
{*{content block='Sidebar'}*}
</div>
{* End Sidebar *}
Code: Select all
ndiv#content {
margin: 0em auto 0em 0; /* some air above and under menu and content */
}
div#rightsidebar {
float: right;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 5px;
width: 160px;
padding: 0px;
}
div#main {
1. is my code correct?
2. if 1 = "yes" then how do i fill it up with some data. which page should i use?
3. excuus me for my bad lanqueage. I'm from the netherlands
Hope you guys could help this N00b.

