The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi Is there a way to edit ONLY the regulations rules backround without changing the SCC of my whole forum?
Thanks in advacne!! |
#2
|
||||
|
||||
![]()
You can use inline css to give a back-ground color for that area. I think it's the register_rules template, this line:
HTML Code:
<div class="page" style="border:thin inset; padding:$stylevar[cellpadding]px;<if condition="!is_browser('konqueror')"> height:175px; overflow:auto</if>">
|
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
You may add whichever background properties you'd like - just add it into the style part of that line. Here's a link for the css background properties - http://www.w3schools.com/css/css_background.asp
|
#5
|
|||
|
|||
![]()
im sorry but the TUT u shoed me doesnt seem to correspond to what I am asking. Im asking how to integrate this code. Where in the code above would I add the BG color code?
|
#6
|
||||
|
||||
![]()
In the style part of the tag. Such as:
HTML Code:
<div class="page" style="background-color: yellow; border:thin inset; padding:$stylevar[cellpadding]px;<if condition="!is_browser('konqueror')"> height:175px; overflow:auto</if>">
|
#7
|
|||
|
|||
![]()
ok ill try it thanks I thought u knew what I meant LOL
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|