The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help setting background images for site:
My site is http://www.taoofmrsparkles.net/forum/
I added Code:
background:url(http://img.photobucket.com/albums/v299/HemiTAO/bannermid.jpg) no-repeat The problem that i need help with has to do with reading a thread. When you are actually looking at the posts, the picture repeats itself in the bottom (example: http://www.taoofmrsparkles.net/forum...read.php?t=246) What can i edit to stop that from happening? I am using the basic theme, but i have edited certain aspects of it. If there is a specific template that i need to post just tell me and ill attach it. -Thanks, Firus |
#2
|
|||
|
|||
You know, after some modifications, i came to realize that its simply a problem of the picture showing up twice, on every page, although some pages just have the second iteration covered up completely. How do i make it show up only once?
|
#3
|
|||
|
|||
Simple CSS, add this after/under your background-image in the same class
HTML Code:
background-repeat: no-repeat; |
#4
|
|||
|
|||
hmm when i add that attribute the picture will not show. Reminds me of when i tried to add 'center' to the end and it also would not show.
Exactly this, right: HTML Code:
background:url(http://img.photobucket.com/albums/v299/HemiTAO/bannermid.jpg) no-repeat background-repeat: no-repeat; |
#5
|
||||
|
||||
HTML Code:
background:url([url]http://img.photobucket.com/albums/v299/HemiTAO/bannermid.jpg[/url]); background-repeat: no-repeat; |
#6
|
|||
|
|||
Still nothing :-(
|
#7
|
||||
|
||||
oh woops did you remove the [url] tags in my code post if you didnt, remove them then
|
#8
|
|||
|
|||
I just did, and the picture popped up, but it is still repeating twice. Is there something in the templates that refers to the "Page Background" class in two different spots or something?
|
#9
|
|||
|
|||
Still repeating? Have you cleared your cache?
It shouldn't. Are you using the <div class="page"> </div> round your whole forum? |
#10
|
|||
|
|||
cleared my cache, still there.
Neg, i have not edited the template itself. I cannot decipher it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|