Default, can't remove contact table, Grrr |
![]() ![]() |
Default, can't remove contact table, Grrr |
Aug 2 2007, 04:06 AM
Post
#1
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
For some reason I can't get this script to work.
I have this as my default code: CODE <style type="text/css">
body{background-image:url("http://img176.imageshack.us/img176/1365/brightdefaultbackgroundwq6.gif"); </style> <style type="text/css"> body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:2F2F2F; font-size:12px; font-weight:normal; font-style:normal; font-family:georgia; line-height:17px;} .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{font-family:Georgia; color:2F2F2F; font-size:16px; font-weight:normal; line-height:21px;} a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{font-family:georgia; color:2F2F2F; font-size:12px; line-height:17px; font-weight:normal; text-decoration:none;} a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{font-family:georgia; color:2F2F2F; font-size:12px; line-height:17px; font-weight:normal; text-decoration:line-through;} .nametext{font-family:Georgia; color:2F2F2F; font-size:18px; letter-spacing:-2px; text-decoration:none; font-weight:bold; line-height:24px; text-transform:lowercase;} div table table td font a {visibility:visible;} .x {visibility:hidden;} td, tr, table {height:0px !important;} table, td {border:none; border-width:0px; padding:0px; color:2F2F2F; font-size:12px; font-weight:normal; font-style:normal; font-family:georgia; line-height:17px;} table table table {border-width:0px !important; border-style:solid; border-color:ffffff;} table table table table {border-width:0px !important;} body div table tbody tr td font {visibility:hidden;} body table div table tbody tr td font {visibility:visible;} tr{} .r{; display:none;} Table, Td{visibility:visible;} </style></textarea> |
|
|
|
Aug 2 2007, 04:17 AM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
hmm.. try this? it doesn't work in preview but after saving it works
CODE <style type="text/css">
.navigationBar { display: none; } </style> |
|
|
|
Aug 2 2007, 04:20 AM
Post
#3
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
LOL That took out the navigation links, not the contact box. Thanks though...
EDIT: Nevermind, I thought that was the code I used to take out my contact table... I was wrong. It was this one if anyone is interested: .contactTable {display:none!important; border:0px !important;} |
|
|
|
Aug 2 2007, 07:39 AM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
^
|
|
|
|
| *IVIike* |
Aug 2 2007, 10:29 AM
Post
#5
|
|
Guest |
CODE <style type="text/css">.contactTable {display:none!important; border:0px !important;}</style> that should work |
|
|
|
![]() ![]() |