Quote:
Originally Posted by Palmcone
Fast and easy. Works perfectly.
Thank you.
One question, how can I add a 3px border around the banners in the widget?
|
Sorry I did not get a notification on this topic that you had posted. In the case of adding a 3px border around each ad you would need to change up the code a bit to include some css. So your code would look something like this instead of the default code already presented in the thread:
Code:
<div align="center" style="border:3px solid #000000;"><!--@vbbanners:4@--></div>
Do that for each banner and change the hex color number "#000000" to the desired hex color number you want. You can find lists of hex colors just by doing a google search. You will be adding the red portion of the code to the code you have already in your template.