For a complete list of How To's follow this link.
If you're looking for something else,
check out the LABELs drop down menu.

Friday, September 29, 2006

WIP Tracker - with links!

If you have sussed the WIP tracker from Matthew Harvey, and you're feeling really clever, how about adding a link in the project title.

That way when you (or visitors) want to check out any info about the project you're working on, you can simply click on the project name and it will take you to either the pattern you're working on, or perhaps an article you wrote on your blog about that project.

This is how the code would look with just the name of the project:

<p>Fat-Bottomed-Bag (SnB)</p>
<script language="javascript">drawPercentBar(100, 66, 'yellow', 'white'); </script>

and this is how it would look on your blog:



This is how the code would look with the name of the project and a link to the pattern/blog article etc...:

<p><a href="http://craftybernie.blogspot.com/2006/09/september-bag-me-kal-grannys-no-square.html">Granny's No Square Bag (SnB)</a></p>
<script language="javascript">drawPercentBar(100, 25, 'turquoise', 'white'); </script>

and this is how it would look on your blog:



To check out how the links work, visit my blog and scroll down to the right-sidebar to the WIP list.

Hope you find this helpful. Any problems then let me know!

Toodles!

3 comments:

Becka said...

Thanks! I'm going to have to do that!

Nora said...

This is great Bernie - thanks.

Quick question: how do u strike out a word or phrase but still keep it visible with a line through it?

Artis-Anne said...

Thanks Bernie this is great