Announcement

Collapse
No announcement yet.

Search Settings

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

    Search Settings

    Hi All,

    I'm struggling to font format the drop down tables in the search settings: Price Bands & Searching by Sections. I can locate the variables eg: NETQUOTEVAR:PRICERANGECONTROL but despite amending the formatting through Act_SearchTemplate.html but any formatting I try to amend does not take. Is there somewhere else I should be looking? Any help would be greatly appreciated. Thanks.
    Regards
    Stuart Naylor
    AZTEX

    #2
    Hi,

    You will need to create a style in your stylesheet (Advanced | Template Manager | Miscellaneous | CSS Files | Actinic.css) for the format of the text in the drop-down boxes and then add the class to the <SELECT> statement for the drop-downs that you want it to appear in.

    For the search drop-downs, go to Design | Text and click on the 'Go To' button in the bottom left corner and use ID:

    1212 for the Price Range option

    and

    1217 for the Sections option

    For example, if you add a style to the style sheet called 'mystyle' then the above prompts would need to look something like:

    <SELECT NAME="PR" SIZE=1 class="mystyle">
    and
    <SELECT NAME="SX" class="mystyle">

    respectively.

    I hope this helps.
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X