Announcement

Collapse
No announcement yet.

Extended Information Background

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

    Extended Information Background

    Hi all,

    Me again, sorry, I am trying to change the background that is being used for the extended info pages. I changed the <BODY tag in Act_ExtendedInfo.html but that didn't seem to do it. What am I missing?

    Thanks
    Rick
    Isaiah 40:31But they that wait upon the LORD shall renew [their] strength; they shall mount up with wings as eagles; they shall run, and not be weary; [and] they shall walk, and not faint.

    #2
    Hi there

    The reason why its not working is because its referring the background colour in the stylesheet. If you have a look at "actinic.css", simply find the reference of:

    HTML Code:
    /*body specific*/
    body{
    NETQUOTEVAR:BODYBACKGROUND; 
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    }
    and take out

    Code:
    NETQUOTEVAR:BODYBACKGROUND;
    It should work after this.

    Also it may be better to resave the actinic.css to actinic2.css and do the above change, then in the "Act_ExtendedInfo.html" change the stylesheet reference to "actinic2.css"

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X