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
sainath .chalamcherlasainath .chalamcherla 

I want to display hyperlink as button in custom visualforce page in liveagent when agent allows customer to attach file option

Hi,
In live agent enabling file transfer for customer to attach files. successfully implemented the functionality but i want that feature looks like button
for customer.
.User-added image
I tried a lot but not figured out exact solution.

Thanks & Regards
sainath
NagendraNagendra (Salesforce Developers) 
Hi Sainath,

Use btn class for style and it will look like button also add custom CSS to remove the underline Syntax will look like below.
<apex:commandLink value="" styleClass="btn" style="text-decoration:none;/>"
Hope this helps.

Please mark this as solved if it's resolved.

Thanks,
Nagendra