custom extra module: how do you add things to it?, PLZ i need help i'm a starter! |
![]() ![]() |
custom extra module: how do you add things to it?, PLZ i need help i'm a starter! |
Jun 3 2004, 02:49 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2004 Member No: 19,933 |
[FONT=Arial][SIZE=5][COLOR=blue] Hi everyone! i'm a new user and so i don't know too much about this place and how to use it...plz bear with me
<!-- begin code provided by createblog.com --> <script> titleContent = 'module title'; moduleContent = 'module text '; 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 --> THANKYOU EVERYONE!!!! |
|
|
|
Jun 3 2004, 02:59 PM
Post
#2
|
|
|
Senior Member. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,619 Joined: Apr 2004 Member No: 12,940 |
That's what im looking! Does that work?
|
|
|
|
| *Kathleen* |
Jun 3 2004, 03:26 PM
Post
#3
|
|
Guest |
Um...did you read the whole thread on that script? I know I specifically gave the directions for it as well as an example.
|
|
|
|
Jun 4 2004, 02:38 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2004 Member No: 19,933 |
WHAT TO EDIT:
-'Title Here' to the title you want -'Module Content' to what you want in the custom module (beware you can't use any HTML in there - only text) CODE: <!-- begin code provided by createblog.com --> <script> titleContent = 'Title Here'; 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 --> this was it! ok...now by the "what to edit" it says: beware no HTML...my question is: how do you add links and pictures to it then? thankyou everyone! email: anjalianu591990@yahoo.com. AIM: DesiPari90 |
|
|
|
Jun 4 2004, 03:05 PM
Post
#5
|
|
![]() . ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,488 Joined: Feb 2004 Member No: 3,625 |
You CANT add pictures and links to it.
Your best bet is to just use the full custom modules script. |
|
|
|
Jun 6 2004, 06:35 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2004 Member No: 19,933 |
is there a way to insert links into an already made module? making it more specific: there's modules made on XANGA for users already...is there a way to just add a link or two to that itself? thankyou i appreciate ur help!
~Anu~ |
|
|
|
![]() ![]() |