Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 14th December 2010, 11:03
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
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
  #2  
Old 14th December 2010, 13:39
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
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'
Reply With Quote
  #3  
Old 14th December 2010, 14:03
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
no change ...
border still there
Reply With Quote
  #4  
Old 14th December 2010, 14:09
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Post css file that might help
Reply With Quote
  #5  
Old 14th December 2010, 14:11
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
here ...
as I've said .. if td would be removed from the code, the border is gone but page isn't centered
Attached Files
File Type: css 1.css (11.8 KB, 3 views)
File Type: css 2.css (7.9 KB, 3 views)
Reply With Quote
  #6  
Old 14th December 2010, 14:15
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
try this
Attached Files
File Type: css 1.css (11.8 KB, 5 views)
File Type: css 2.css (7.9 KB, 3 views)
Reply With Quote
  #7  
Old 14th December 2010, 19:22
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
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
Reply With Quote
  #8  
Old 14th December 2010, 22:19
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
i removed the border 1px to 0px try changeing one of the tds back to 1px
Reply With Quote
  #9  
Old 15th December 2010, 08:26
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
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{ ...
Reply With Quote
  #10  
Old 15th December 2010, 19:33
KiD's Avatar
KiD KiD is offline
Senior Member
 
Join Date: Nov 2008
Denmark
Posts: 110
Default
Your answer...
http://installer09.me/index.php?/top...__178#entry178

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

__________________
Regards KiD

ThemeFactory - Tracker Related Skins, Graphic & Support
Visit us here: http://www.themefactory.net
Reply With Quote
Reply

Tags
design


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 03:55. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.