Announcement

Collapse
No announcement yet.

Need A little help how to set page default colour in templates

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need A little help how to set page default colour in templates

    Need a little help on how to set page colour in rXp templates could you please add the script and under line the parts that can be changed to set the defalt colour I think it can be done in the banner section of template but dont know how. this is from W3C CSS Validator. 2 BODY Property scrollbar-face-color doesn't exist : #aaaaaa
    3 BODY Property scrollbar-highlight-color doesn't exist : #ffffff
    4 BODY Property scrollbar-shadow-color doesn't exist : #ffffff
    5 BODY Property scrollbar-3dlight-color doesn't exist : #c6c6c6
    6 BODY Property scrollbar-arrow-color doesn't exist : #ffffff
    7 BODY Property scrollbar-track-color doesn't exist : #c6c6c6
    8 BODY Property scrollbar-darkshadow-color doesn't exist : #c6c6c6
    12 .menu a:hover Value Error : color F97B00 is not a color value : F97B00
    21 .plans em Value Error : color F99200 is not a color value : F99200
    24 .data a Value Error : color F99200 is not a color value : F99200
    26 .plans a Value Error : color F99200 is not a color value : F99200
    27 .plans a:hover Value Error : color F96F00 is not a color value : F96F00
    33 .order a Value Error : color F99200 is not a color value : F99200
    54 .order_table Value Error : color Unknown dimension0C338C
    63 .order_td_left Value Error : color Unknown dimension0C338C
    65 .order_td_left Value Error : padding only 0 can be a length. You must put an unit after your number : 1 4 0 7
    72 .order_td_right Value Error : color Unknown dimension0C338C
    74 .order_td_right Value Error : padding only 0 can be a length. You must put an unit after your number : 1 1 1 10
    99 .order_table a Value Error : color C80000 is not a color value : C80000
    114 .order_th Value Error : color Unknown dimension0C338C
    116 .order_th Value Error : padding only 0 can be a length. You must put an unit after your number : 4 4 4 4
    124 .order_td_center Value Error : color Unknown dimension0C338C
    126 .order_td_center Value Error : padding only 0 can be a length. You must put an unit after your number : 4 4 4 4
    140 .drop_down Value Error : color grey is not a color value : grey

  • #2
    You can paste the following code in the Custom HTML field of the Header tab in the Marketing Tools section of your reseller control panel to replace the background color of a reseller template (do not forget to replace the ****** with the respective hex code of the color that you want to use):

    Code:
    <script language=javascript>
    document.body.style.backgroundColor='#******';
    </script>
    I have posted this code on the forum at least a couple of times already. Please, use the forum search tool to locate the relevant information, before starting a new thread. If you do not obtain the desired results using the built-in forum search tool you can also use Google to make searches in the forum through the following syntax (replace the key word(s) with the ones you need):

    Code:
    [b][I]key word(s)[/I] site:forum.resellerspanel.com[/b]
    P.S. By the way, we are to launch a new billing system on Saturday, June 16, 2007. I would like to invite all resellers to test the new billing system and provide us with your feedback about it so we could quickly eliminate any bugs that have escaped the rigorous in-house testing process. More information about the new billing system is available here.
    Last edited by Milen; 02-11-2007, 01:17 AM.

    Comment


    • #3
      Nice tip on how to search forum useing google.

      That can come in handy for some searches.

      Comment

      Working...
      X