inherit
110763
0
Jun 13, 2024 9:57:27 GMT -8
~ Sparkle Farts ~
32
September 2007
bowtiebaby
|
Post by ~ Sparkle Farts ~ on Jun 23, 2013 8:10:13 GMT -8
I'm using the Smangii's Side Tables and I was wondering if there is any way to add a background image? Instead of taking it upon myself to try and work a code in there and screw everything up thought I would ask.. Thanks to anyone who helps
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 23, 2013 21:27:50 GMT -8
Since you didn't provide a link I'm assuming you still have a V4.5 site as I don't recall a plug-in for Smangii's side tables for V5. (I could be wrong)
With Smangii's side tables you will need to remove the classes (In red) and then add the blue for the background image.
<!-- ===== BOX #1 START ===== --> <table id="sidetables" cellpadding="4px" class="bordercolor" cellspacing="1" style="background-image:url(http://bkgimageurl.jpg); background-repeat:no-repeat;"> <tr><td align="center" class="titlebg"> Side Box Title </td></tr> <tr><td class="windowbg">
The bolded part is if you don't want it to repeat but if you do just change it to:
background-repeat:repeat;
If you want the big image or repeating image behind all your side tables you can just add the blue to first table td tag.
<table width="95%" align="center" cellpadding="0px" cellspacing="0px"> <tr> <td vAlign="top" style="background-image:url(http://bkgimageurl.jpg); background-repeat:no-repeat;">
|
|
inherit
110763
0
Jun 13, 2024 9:57:27 GMT -8
~ Sparkle Farts ~
32
September 2007
bowtiebaby
|
Post by ~ Sparkle Farts ~ on Jul 9, 2013 5:26:03 GMT -8
Sorry bout that. Yes I am still using the "old" version of proboards, but thank you
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 12, 2013 3:52:23 GMT -8
|
|