The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Don't know how to call this, but how to put it:
![]() |
#2
|
||||
|
||||
![]()
Anyone people?!?!!
|
#3
|
||||
|
||||
![]()
It just looks like a background image in the category strip. The only way to really tell is to look at the page source.
|
#4
|
||||
|
||||
![]()
It cant be found in page source, Im sure it's not hard, but I dont know how to do it
|
#5
|
|||
|
|||
![]()
Ofcourse it can be found in the pagesource. If it is not in the source, then it would not show.
|
#6
|
||||
|
||||
![]()
I typed in search the name of that picture, and it can't be found.
|
#7
|
|||
|
|||
![]()
Most likely it is set as background image for the "striscia" css class, judging by your source.
|
#8
|
||||
|
||||
![]()
cant find it exactly, can you tell me how and where to put my image, just that
|
#9
|
|||
|
|||
![]()
Find out what the css class or name of the element you want to change. I believe the element you want to change has the class "tcat", but this class is also assigned to other headers, so if you change that you will end up having this image on other places aswell, not just where you specify you want it.
To resolve this you could give the element another class by adding it to the class value of the element. This would look like this: Code:
<td class="tcat customback" Code:
<td class="tcat" Code:
.customback { background-image: url('/images/customback.jpg'); } |
#10
|
||||
|
||||
![]()
Thnx a lot, but do I need to upload it on hosting, because, I upload it on image hosting, and it didn't show. Do I put this:
.customback { background-image: url('http://i25.tinypic.com/2rxcx86.gif'); } to Extra CSS Attributes or somewhere else? --------------- Added [DATE]1247736831[/DATE] at [TIME]1247736831[/TIME] --------------- Hey, I tried to upload it also on my hosting, and again the same thing, it didn't show up now the code was: .customback { background-image: url('/images/logo.gif'); } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|