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 4 2004, 02:38 PM
Post
#2
|
|
|
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 |
|
|
|
DesiPari90 custom extra module: how do you add things to it? Jun 3 2004, 02:49 PM
Beyond Elite That's what im looking! Does that work? Jun 3 2004, 02:59 PM
Kathleen Um...did you read the whole thread on that script?... Jun 3 2004, 03:26 PM
DrNick311 You CANT add pictures and links to it.
Your best ... Jun 4 2004, 03:05 PM
DesiPari90 is there a way to insert links into an already mad... Jun 6 2004, 06:35 PM![]() ![]() |