The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
set a background with php
yeah, im having a little trouble, dont ask y, but, im editng index.php, i have tryed both these codes and ...
PHP Code:
PHP Code:
can somone show me the proper way 2 add a background to index.php? thanks for your help also, just so you know, after i get this down, i am finished my skin well, just teh editing part, i ahev 2 resize 4 images after this |
#2
|
||||
|
||||
You don't always have to echo everything, sometimes it is easier to go out of PHP.
PHP Code:
HTML Code:
<!-- HTML BABY --> <body style="background: url(images/background.jpg); background-repeat: no-repeat; background-attachment: fixed"> PHP Code:
|
#3
|
|||
|
|||
yeah it is vbulltings index.php and, i tryed wiht html, ill try your version tho
EDIT: nope, it dident work /; could u use it with php 2? thatway, i can just input it |
#4
|
||||
|
||||
Don't do the ?> thing with vBulletin. Add the extra CSS into your body CSS. (Style Manager > Main CSS) if you only want it for index.php I will try another way.
What I would do is: FORUMHOME: find <body> replace with HTML Code:
<body style="background: url(images/background.jpg); background-repeat: no-repeat; background-attachment: fixed">
|
#5
|
|||
|
|||
umm, i cant add it to the header, because, i have set up different backgrounds for different forums, thats right I did somehting useful, and i need 1 JUST 4 the index /;
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|