Topic: Enhancing Your Songbook
g'Day,
I'm rather new at this so it's mostly discovery and there have been some interesting ones. Being able to edit a song once you put it in your songbook is marvelous though what I also wanted was related material to be close as hand. Material like song performances, lessons, backing tracks, etc. What I found out was that not only can you edit the songs in your songbook you can code HTML in the song also. If you look at a number of the songs in my songbook you'll see that at the end of them I've added links to numerous places, mostly on YouTube, for lessons, performances, jams, etc. http://bit.ly/119SupK
Here's the template for the links
<ul>
<li><a href="" target="_blank">B) </a>
<li><a href="" target="_blank">C) </a>
<li><a href="" target="_blank">J) </a>
<li><a href="" target="_blank">L) </a>
<li><a href="" target="_blank">P) </a>
<li><a href="" target="_blank">S) </a>
<li><a href="" target="_blank">T) </a>
<li><a href="" target="_blank">Y) </a>
</ul>