You need to sign in to do that
Don't have an account?

Lookup field in PDF
I have a page which has one or more lookup fields of the object.
I am using outputfield tag to display the value of the lookup fields.
The page is getting rendered with values in PDF but the hyperlink is also rendered.
Is there any way to supress the underline - in HTML using stylesheet I can supress it but for PDF I am not able to supress.
Any help in this area is appreciated.
I am using outputfield tag to display the value of the lookup fields.
The page is getting rendered with values in PDF but the hyperlink is also rendered.
Is there any way to supress the underline - in HTML using stylesheet I can supress it but for PDF I am not able to supress.
Any help in this area is appreciated.
I have used following style sheet commands
a:link { text-decoration: none; } a:visited {text-decoration:none; } a:hoover {text-decoration:none; }
to suppress.
Waiting for some feedback.
thanks