Announcement

Collapse
No announcement yet.

Drop down list text.

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

    Drop down list text.

    Can anybody suggest how I could change the text size in the choices drop down lists? I want to make them smaller. I've tried putting a FONT SIZE tag in the choice html box but with no effect.

    Peter Landon

    #2
    Use css within the <SELECT...> statement. I.e. Change Act_VariantListHeader.html to be:-

    <SELECT NAME="NETQUOTEVAR:ATTRIBUTEREF" style="font-size:10px">


    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Norman,
      Thanks for that. Exactly what I needed.

      regards

      Peter Landon

      Comment

      Working...
      X