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
jaxdmasterjaxdmaster 

Underline needs to be removed

Hi Guys,

 

I'm having a pageBlock but it shows line (please see screenshot highlighted in blue). I want to remove so that it look like related list. How can i do that?

 



Chamil MadusankaChamil Madusanka

Hi,

 

If this table is in a VF page, add this style in to your page.

 

<style type="text/css">
a {text-decoration:none;}
</style>

 If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

Chamil's Blog

jaxdmasterjaxdmaster

Hey Chamil,

 

It's not working. I think you misunderstood my question. Are you able to see screenshot? I want to remove line highlighted with yellow.

 

 

 

Thanks

Chamil MadusankaChamil Madusanka

Hi,

 

Yes I can see your screenshot. I think you need to use firebug and find the css path for that particular line. Then you can write new css to that path with border : none;

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

Chamil's Blog