Hi,
Refer Azadi's post http://www.adobe.com/cfusion/webforu...ord1=underline
This is a discussion on CFGRID remove underline - Cold Fusion ; How do I remove underline for href in cfgrid ? :confused;...
How do I remove underline for href in cfgrid ? :confused;
Hi,
Refer Azadi's post http://www.adobe.com/cfusion/webforu...ord1=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 !