PDA

View Full Version : Adding custom sidebar to VB4


Evo-L
02-13-2012, 09:24 PM
I do not want to use the default sidebar "block" since users can minimize it.

How would I go about adding in a custom sidebar?

I have tried adding this code inside the FORUMHOME above the "sidebar" code, and it doesn't work.


<div id="sidebar_container" style="width:150px;float:right">
<table border="1">
<tr>
<td><img src="http://xxxxx/images/upload/vendor/ad1.png"></td>
</tr>
</div>


Any suggestions? Im out of ideas.