I need help in removing the small border before the comment! I can find the location of the inline style with firebug but I cannot find the actual file to remove it from! It says element.style but cant find it anywhere!

Please help!



Code: Select all
$gbPosts .= '<div class="pgcontent" style="overflow: auto;border-left:5px solid '.$this->tmpl['background_color'].';">' . $values->content . $end_quote .$end_a. '</div>'; Code: Select all
$gbPosts .= '<div class="pgcontent" style="overflow: auto;border-left:0px solid '.$this->tmpl['background_color'].';">' . $values->content . $end_quote .$end_a. '</div>';