Thread: Design Help
View Single Post
  #1  
Old 14th December 2010, 11:03
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,243
Default Design Help
http://i56.tinypic.com/2wfi72s.png

how to remove the 1st red border ?
i have it on all pages

i have this piece of code in bittorrent.php that will remove it

PHP Code:
<tr><td align='center' class='outer' style='padding-top: 15px; padding-bottom: 15px'
but if i remove it most of the pages wouldn't be centered i looked in css and i found that td{ variable has the red border

but don't know how to modify it only to remove that specific border
i've tried to modify in td1, and in css also, but with no results
Reply With Quote