Log In · Register

 
sign-in/sign-out, removing it
nana
post Feb 18 2004, 12:54 AM
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.
 
 
Start new topic
Replies (1 - 3)
aznhybriddragon
post Feb 18 2004, 01:01 AM
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 -->
 
nana
post Feb 18 2004, 01:28 AM
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.
 
Sentio Irritum
post Feb 18 2004, 02:24 AM
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.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: