Help!!, Help with Xanga Skin |
Help!!, Help with Xanga Skin |
Aug 10 2004, 05:53 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2004 Member No: 39,185 |
I know a fair share of html but how do youmake a custom right side moule or delete the left on and make a custom one there.Ive seen this done but how!!I want to make the left side module custom.I dont have premium and ive seen people do this without it.
|
|
|
|
![]() |
Aug 10 2004, 05:56 PM
Post
#2
|
|
![]() i LUST you. <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 709 Joined: Jun 2004 Member No: 22,299 |
Well which code do you want to use? The one that replaces all of the modules with new ones? Or the one that just adds one module (keep in mind you can't use major HTML for that script).
** okay. You want one like mine. Use this script: http://www.createblog.com/forums/index.php?showtopic=12751. CODE <!-- begin code provided by createblog.com --> <script> titleContent = 'THE TITLE OF YOUR MODULE'; moduleContent = 'MODULE CONTENT'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> Okay. See where it says THE TITLE OF YOUR MODULE? That's where you type in what you want the title of the custom module to be. Where it says MODULE CONTENT, type in whatever you want in the body of your custom module. Remember to keep the ' single apostrophes intact '. Keep in mind you can't use major HTML in this script, because it will not work. Trust me. If you want to add complex stuff like music in your custom module, you need to use the other script http://www.createblog.com/forums/index.php?showtopic=178. |
|
|
|
simple_tranquility Help!! Aug 10 2004, 05:53 PM
boysbr3akhearts The code is found in Xanga Scripts. Please check ... Aug 10 2004, 05:54 PM
simple_tranquility i couldnt understand it.I want one like yours Aug 10 2004, 05:55 PM
simple_tranquility thanx i have it now Aug 10 2004, 06:01 PM
simple_tranquility how do you make the underline go away on the links Aug 10 2004, 06:03 PM
boysbr3akhearts QUOTE(simple_tranquility @ Aug 10 2004, 1:03 ... Aug 10 2004, 06:10 PM![]() ![]() |