sign-in/sign-out, removing it |
![]() ![]() |
sign-in/sign-out, removing it |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2004 Member No: 4,433 ![]() |
is there a code to remove the top and bottem lines of xanga that have the sign in, sign out, xanga, join, and upgrade.
they are the ones that are located right before the blog and right after the blog. |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 946 Joined: Jan 2004 Member No: 603 ![]() |
"Removes the "username: reviews - events - subscribe!- sign out"
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.navigation {display: none;} </style> <!-- end code provided by createblog.com --> Removes the "xanga - join - upgrade - skins - personals - about - terms of use - privacy - help - contact us - sign in" CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.footer {display: none;} </style> <!-- end code provided by createblog.com --> Or u can just combine both CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.footer, table.navigation {display: none;} </style> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2004 Member No: 4,433 ![]() |
thanks.
i tried the code and it wont get rid of the navigation on top, but it removes the footer just find. |
|
|
![]()
Post
#4
|
|
![]() ceterum morsus... ![]() ![]() Group: Member Posts: 15 Joined: Feb 2004 Member No: 4,435 ![]() |
I used that code as well and it works well. Thanks.
|
|
|
![]() ![]() |