function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DS777DS777 

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.

dchasmandchasman
What have you tried w.r.t. CSS styling to suppress the underline of the hyperlink?
DS777DS777
a:link { text-decoration: none; } a:visited {text-decoration:none; } a:hoover {text-decoration:none; }
DS777DS777
Hi Doug,

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
DS777DS777
Any pointers to the issue mentioned...
 
dchasmandchasman
We've been trying a couple of things but so far no workaround or solution has been found.