can i put images in extra custom modules? |
![]() ![]() |
can i put images in extra custom modules? |
Jan 16 2005, 12:33 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jan 2005 Member No: 85,056 |
I know how to get an extra custom module with this 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 --> But is there a way that i can add pictures to it at all? or do i absolutely need to have a different code so i can have pictures in the custom module? if anybody knows please helpp... |
|
|
|
Jan 16 2005, 01:11 AM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Read direction it said: " (beware you can't use any HTML in there - only text)"
|
|
|
|
Jan 16 2005, 02:11 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
since you're wanting to use html in your custom module, try this script. remember to paste it into your website stats
|
|
|
|
Jan 16 2005, 09:26 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jan 2005 Member No: 85,056 |
THANKSSS FORR YOUR HELP
|
|
|
|
Jan 17 2005, 05:05 AM
Post
#5
|
|
![]() What r u looking at!? ![]() ![]() ![]() Group: Member Posts: 34 Joined: Jan 2005 Member No: 85,144 |
QUOTE(lilbaybipinay19 @ Jan 16 2005, 1:33 PM) I know how to get an extra custom module with this 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 --> But is there a way that i can add pictures to it at all? or do i absolutely need to have a different code so i can have pictures in the custom module? if anybody knows please helpp... Actually you CAN insert image into the extra module using the above script! And other HTML codes as well! Just edit the "moduleContent" like this: you just edit the urls to what you want! |
|
|
|
Jan 17 2005, 01:07 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
|
|
|
|
![]() ![]() |