For the Tapestry blog
here's the code for your template to link to other blogs..
<!-- Beginning of side bar links -->
<br />
<h2>Other Blogs</h2>
<br />
<a href="http://www.theerrorblog.blogspot.com">The Error Blog</a>
<br />
<!-- End of side bar links -->
then scroll down the code in your template untill you get to this bit... (It's about a third of the way down the template code) and put that chunk of code in where I've marked, making sure that it's above the
</div>
tag.
<div class=\'widget-content\'>
<a href="http://umbrellog.blogspot.com/">
<img src="http://www.eureferendum.com/images/umbicon.gif"/>
</a>
.....Code for links goes here.....
</div>
When you want to add more links, then just use the same format for the link..
<a href="the full url including http">The text you want to appear</a>
<br />
and add it underneath the previous one.
Cheers
Liam
<< Home