2013-06-14, 02:09 PM
2013-06-14, 02:40 PM
Create a div where you want and set the size of it with css.
With banner:
You can further apply CSS styles or effects using the class "banner"
<div class="banner" style="width: 468px; height: 60px; ></div>
With banner:
<div class="banner" style="width: 468px; height: 60px; >
<a href="http://somesite.com/somepage.html" target="_blank" title="Sitename">
<img src="http://somehost.com/banner.png" />
</a>
</div>
You can further apply CSS styles or effects using the class "banner"
.banner {
...
...
}