Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Make a empty box
#1
Not Solved
Hi.
Can someone tell me how to make a empty box for banner exchange? Smile
#2
Not Solved
Create a div where you want and set the size of it with css.

<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 {
...
...
}


Forum Jump:


Users browsing this thread: 1 Guest(s)