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
vikas  malikvikas malik 

Pageblock has a weird black line on the top side

Best Answer chosen by vikas malik
Gaurav NirwalGaurav Nirwal

This line is coming as you are using PageBlock in your code.
Try to override its css by inserting following code in style tags.
 
.bPageBlock
{
border-top: 0px
 }


If that solves your problem, please mark this as Best Answer