The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using images from server
Silly question, but if I want to use an image that's been uploaded to my server (so I don't have to use a 3rd party host, excede bandwidth and look like more of an idiot) how do I go about doing this?
Say this is where I've uploaded it to: Image: plazz.gif forum/images/misc/plazz.gif I want to use this in places like postbit and background. So how would the code look? Thanks alot! |
#2
|
||||
|
||||
<img src="images/misc/plazz.gif" border="0" alt="" />
|
#3
|
|||
|
|||
Thanks so much!
Quick question though, how would I use it in this code? .supermod { background: #191b1c url (whereever image is located); background-repeat: no-repeat; border-left: solid 1px #3c3c3c; border-right: solid 1px #3c3c3c; } |
#4
|
||||
|
||||
no problem, you could also use
<img src="$stylevar[imgdir_misc]/pizza.gif" border="0" alt="" /> that you can use in all styles as long as you upload the image to the misc folder, as it takes the path from the stylevar settings |
#5
|
|||
|
|||
Awesome thanks alot!
|
#6
|
||||
|
||||
Quote:
Code:
.supermod { background: #191b1c url (images/misc/pizza.gif); background-repeat: no-repeat; border-left: solid 1px #3c3c3c; border-right: solid 1px #3c3c3c; } Code:
.supermod { background: #191b1c url (/images/misc/pizza.gif); background-repeat: no-repeat; border-left: solid 1px #3c3c3c; border-right: solid 1px #3c3c3c; } |
#7
|
|||
|
|||
Worked like a charm man, thanks so much!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|