PDA

View Full Version : Moving banner over


cnredd
Tue 24th Jun '08, 3:00pm
Got a new banner, but I can't remember how to move it over to the right a touch so the left side aligns with the forum...:confused:

http://i189.photobucket.com/albums/z23/cnredd/question_banner.gif

Jake Bunce
Tue 24th Jun '08, 3:13pm
Set the spacer to 0:

Admin CP -> Styles & Templates -> Style Manager -> StyleVars (in the menu) -> Spacer Size

cnredd
Tue 24th Jun '08, 3:24pm
Set the spacer to 0:

Admin CP -> Styles & Templates -> Style Manager -> StyleVars (in the menu) -> Spacer SizeThat DOES work Jake, but now I have no margins on either side of the forum...

I liked having that "25" there on the sides...having "0" makes the foum look too wide...

Is there a way to move the banner 25 pixels to the right instead of removing the 25 pixels from the forum's margins?...

Jake Bunce
Tue 24th Jun '08, 7:08pm
You can add a margin to the image tag itself:


<img style="margin-left: 25px;" src="path/to/image.gif" alt="" border="0" />

cnredd
Wed 25th Jun '08, 5:12am
You can add a margin to the image tag itself:


<img style="margin-left: 25px;" src="path/to/image.gif" alt="" border="0" />
I'll give that a whirl...

Thanks!...;)