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
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
This is all I came up with:
CODE table td div {visibility:hidden;} .blogTimeStamp, .blog, .blogSubject, table td div div {visibility:visible;} .clear {visibility:visible;} I don't know if that'll make certain things hidden as well, but I made sure the blog was still visible when you hide the bottom links. |
|
|
![]() ![]() |