Skip to main content
August 21, 2008
Question

CFGRID remove underline

  • August 21, 2008
  • 1 reply
  • 735 views
How do I remove underline for href in cfgrid ?
This topic has been closed for replies.

1 reply

Inspiring
August 21, 2008
Hi,

Refer Azadi's post here
August 22, 2008
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 !