Does anybody. |
Does anybody. |
![]()
Post
#1
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 ![]() |
ok, im customizing my MS BLOG and i am trying to hide certain things..
so far i have these codes that i am using and work.. CODE <style> {hidden stuff} .blogtimestamp {display:none;} .blogsubject {display:none;} .blogcontent {display:none;} table.nav {display:none;} .googleafc {display:none;} .blogarchieve {display:none;} </style> <style> {hide MS Logo} table img {display:none}table {border:0px;}table.main img {display:block;} </style> and i need to know all the codes for the Layout of the Default Myspace Blog.. Help will be APPRECIATED! thanks, -Jon |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 ![]() |
YAY!! thanks, i had to add 1 little thing to it cuz it was hiding the BLOG POST but it was showing the BOX that supported it..
QUOTE <style>table td div {visibility:hidden;}
.blogTimeStamp, .blogcontent, .blog, .blogSubject, .clear {visibility:visible;} </style> |
|
|
![]() ![]() |