Post centering, module deletion, and borders?, please help? |
Post centering, module deletion, and borders?, please help? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Feb 2004 Member No: 3,790 ![]() |
Alright, I've searched this site, and went through most pages trying to find the answers to my questions, without luck. So I turned to here, posting them hoping some nice person can help me out...
First thing--I'd like to know if theres a script that defaults all the text in your posts so that its centered [theres the option for it in the modules, but not the actual posts unless you have premium]. I know if you do edit html in the post, you can edit it so the text is centered, but I was wondering if there was one where you didnt have to edit every single one, so that it was the default? 2nd thing--I'm trying to find the script to have a border around your whole xanga, not around each entry, which is the only thing I could find here. Like this. 3rd thing-- Is there a way to just delete "Get Involved!"? the codes I've found delete all the modules [Subscriptions, posting calendar, get involved, etc.]. I just need that single one gone... Thanks so much, -Krissy Kat --------- My Xanga |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
here's the code for the third one
![]() CODE <!-- begin code provided by createblog.com -->
<script language="javascript"><!-- //Get Involved! Box Remover if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Get Involved!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |