module help |
module help |
Nov 23 2004, 01:01 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 65,035 |
How do I create a module on the left side of my blog that links to past posts that I had.....
|
|
|
|
![]() |
Nov 23 2004, 02:11 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
oh i see, you can put them in a custom module:
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 --> |
|
|
|
mila module help Nov 23 2004, 01:01 AM
MyChemicalRomance. isn't that what the Posting Calendar is for Nov 23 2004, 01:36 AM
mila well I wanted to link to specific pages....like ea... Nov 23 2004, 01:54 AM
x_pink_jessie_x is there a code? oh there is..um...weird..never kn... Nov 23 2004, 03:01 AM
mila I want to add multiple links but I put in the modu... Nov 23 2004, 04:08 PM
MyChemicalRomance. do you just need the actual url for a post? well y... Nov 23 2004, 06:51 PM![]() ![]() |