Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Design Help (http://www.bvlist.com/showthread.php?t=5810)

DND 14th December 2010 11:03

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

Fynnon 14th December 2010 13:39

i think the trick here is the "outer" which needs to change to smth else

dont know for sure but you should try to make "outer" hidden, try this:

PHP Code:

<tr><td align='center' class='outer' style='overflow: hidden; padding-top: 15px; padding-bottom: 15px'


DND 14th December 2010 14:03

no change ...
border still there

Subzero 14th December 2010 14:09

Post css file that might help

DND 14th December 2010 14:11

2 Attachment(s)
here ...
as I've said .. if td would be removed from the code, the border is gone but page isn't centered

Subzero 14th December 2010 14:15

2 Attachment(s)
try this

DND 14th December 2010 19:22

lol works! what did u do ?
i really need to know

u just changed the color ?
all my other borders are gone, i don't want this way

Subzero 14th December 2010 22:19

i removed the border 1px to 0px try changeing one of the tds back to 1px

DND 15th December 2010 08:26

i've changed them
i've told a few posts up that all td{ are red .. and the border i want to remove is also td{ ...

KiD 15th December 2010 19:33

Your answer...
http://installer09.me/index.php?/top...__178#entry178

PHP Code:

table.maintable.mainouter {
  
background-colortransparent;
  
bordernone
}
td {
        
font-size8pt;
        
bordernone




All times are GMT +2. The time now is 04:58.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.