If you install a theme that has no banner included in the layout example, but it is possible to add one - how do you know what dimensions to make it? Is it just a wild guess, or are the skins all roughly the same when it comes to banner size?
What is the code for that? Sorry if that is a dumb question.
Thanks for replying. I just opened my header.tpl and I don't have what you told me to look for. I just have this.
<!-- START BLOCK : header -->
<body>
<div id="{page_id}">
<div id="leftcontainer">
<div id="maincontainer">
<div id="leftcolumn">
<div class="leftblock">
<div class="lefttitle"><div class="lefttitle2">{menu2_title}</div></div>
<div class="blockbox">{menu2_content}</div>
</div>
<div class="leftblock">
<div class="lefttitle"><div class="lefttitle2">{random_title}</div></div>
<div class="content">{random_content}</div>
</div>
{login_title}{login_content}
</div>
<div id="banner"></div>
<div id="skincontainer"><div id="skincontainerB"><div id="skincontainerC">{menu_content}{skinchange_content}{rss}</div></div></div>
</div>
<div id="mainpage">
<!-- END BLOCK : header -->
