CFGRID remove underline - Cold Fusion

This is a discussion on CFGRID remove underline - Cold Fusion ; How do I remove underline for href in cfgrid ? :confused;...

+ Reply to Thread
Results 1 to 3 of 3

CFGRID remove underline

  1. Default CFGRID remove underline

    How do I remove underline for href in cfgrid ? :confused;

  2. Default Re: CFGRID remove underline


  3. Default Re: CFGRID remove underline

    I tried with this code:
    <style type="text/css">
    a {text-decoration: none;}
    </style>
    <!--- --->
    <cfform name="form01">
    <cfgrid hrefkey="IDdatiOrdine" href="gestOrdini2.cfm"
    but don't work !


+ Reply to Thread