NEED HELP REMOVING THINGS |
![]() ![]() |
NEED HELP REMOVING THINGS |
Sep 3 2004, 01:37 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2004 Member No: 46,161 |
question #1: how to i get rid of the 'read my profile' and 'sign my guestbook' links at the left of my entries? question # 2: how do i get rid of the thing that seys " member since. . . " at the left of my entries? question #3: how to i get rid of both of the "subscription" links at the left of my entries? question # 4: how to i get rid of the calandar at the left of my entries? question # 5: how do i put a border around my entries and then the backround of the entries white, so that i cant see my backround picture? again, if u could help with any plz post just right the number question your posting to PLEASE AND THANKYOU! |
|
|
|
Sep 3 2004, 02:01 PM
Post
#2
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
# 1 and #3 Remove text link
http://www.createblog.com/forums/index.php?showtopic=32 #2 Remove text http://www.createblog.com/forums/index.php?showtopic=230 #4 Get rid of left modules (profile,subscriptions,blogring and posting calendar) CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.left,td.mainleft,table.search,#SearchBar1_pnlYouAreHere, hr,table.navigation, table.footer TD {display: none;} </style> <!-- end code provided by createblog.com --> // Please check "Xanga Script" before ask for help. #5 QUOTE <style type="text/css"> table.blogbody { text-align:left; background-color: none; border :1px solid #000000;} </style> or make the blog transparent QUOTE <!-- begin code provided by createblog.com --> <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> - Tran - |
|
|
|
![]() ![]() |