Image side show for custom module, is there such code?! |
Image side show for custom module, is there such code?! |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 ![]() |
Is there anyway you can get and image slideshow for your custom module?!? someone please help me! it will be greatly appreciated!
![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 ![]() |
could it be the code I am using??? this is what I am using....
[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 --> |
|
|
![]() ![]() |