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, 01:36 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
isn't that what the Posting Calendar is for
|
|
|
|
Nov 23 2004, 01:54 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 65,035 |
well I wanted to link to specific pages....like each entry has a title...I wanted to link the title so they can refer back
|
|
|
|
Nov 23 2004, 02:11 AM
Post
#4
|
|
![]() 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 --> |
|
|
|
Nov 23 2004, 03:01 AM
Post
#5
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
is there a code? oh there is..um...weird..never knew
|
|
|
|
Nov 23 2004, 04:08 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 65,035 |
I want to add multiple links but I put in the module name and the content and then what else because the word is there but they cant click it, what am I doing wrong
|
|
|
|
Nov 23 2004, 06:51 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
do you just need the actual url for a post? well you know where your posting calendar is, just put in the date of the post you want and go to it and copy the url that comes up... and then put it in ur custom modules.. thats all i can think of
edit// oh yeah, and just incase you didn't know, here is how to make a link: <a href="url here">LINK NAME</a> |
|
|
|
![]() ![]() |