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
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 ![]() |
|
|
|
![]()
Post
#3
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 ![]() |
I know that, but i typed in BLOG and Nothing showed up..
well something did, but it is the wrong thing. |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
If you came up with those, shouldn't you be able to figure out the rest? Anyway, see if this helps you out:
CODE <style type="text/css">
Body {text-align:center;font-family:Verdana;color:000000;font-size:11px;text-decoration:none;background-attachment:fixed;background-color:FFFFFF;background-image:url();background-position:center;background-repeat:no-repeat;} :link {font-family:Verdana;color:003399;font-size:11px;text-decoration:underline;} a:link {font-family:Verdana;color:003399;font-size:11px;text-decoration:underline;} a:visited {font-family:Verdana;color:003399;font-size:11px;text-decoration:underline;} a:active {font-family:Verdana;color:003399;font-size:11px;text-decoration:none;} table.main {width:90%;border:none;} table.main TD, table.main TR {border:none;} table.nav {font-family:Verdana;color:000000;font-size:11px;} table.header {width:100%;background-color:D5E8FB;border:1px solid;border-color:000000;} table.header TH {font-family:Verdana;color:000000;font-size:23px;text-decoration:none;font-weight:normal;border:none;} table.header TD {font-family:Verdana;color:000000;font-size:11px;text-decoration:none;border:none;} table.profile {width:100%;border:1px solid;border-color:B1D0F0;background-color:ffffff;text-align:center;} table.profile TD {font-family:Verdana;color:000000;font-size:11px;text-decoration:none;border:none;} table.blog {width:100%;font-size:11px;font-family:Verdana;color:000000;word-wrap:break-word;background-color:B1D0F0;} .blogTimeStamp {font-size:11px;font-family:Verdana;color:000000;font-weight:bold;background-color:B1D0F0;text-align:left;} .blogSubject {font-size:11px;font-family:Arial;color:000000;font-weight:bold;} .blogContent {font-size:11px;font-family:Verdana;color:000000;font-weight:normal;} .blogContentInfo {font-size:11px;font-family:Verdana;color:000000;font-weight:normal;} .blogCommentsProfile {width:25%;font-size:11px;font-family:Verdana;color:000000;font-weight:bold;background-color:FF9933;text-align:center;} .blogComments {background-color:F9D6B4;} .blogCommentsContent {font-size:11px;font-family:Verdana;color:000000;} .spacer {height:2;background-color:FFFFFF;} .commentSpacer {height:2;background-color:FFFFFF;} </style> |
|
|
![]()
Post
#5
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 ![]() |
do you know how to hide the BOTTOM LINKS IN THE BLOG?
|
|
|
![]()
Post
#6
|
|
![]() 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. |
|
|
![]()
Post
#7
|
|
![]() 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> |
|
|
![]()
Post
#8
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Topic closed & moved.
|
|
|
![]() ![]() |