Definitely will download these when i get home. I've still got two videos from the first part to watch! :P
I'll help you fix the links.
Instead of: (i added spaces between the < and the first A, and between the last < and /.
Code:
< a href="http://www.sendspace.com/file/7m3ld0" target="_blank">Send big files the easy way with sendspace. Files too large for email attachments? No problem!< /a>
Replace:
Code:
Send big files the easy way with sendspace. Files too large for email attachments? No problem!
With the name of whatever you are linking. (Again, added spaces in the same places)
Code:
< a href="http://www.sendspace.com/file/7m3ld0" target="_blank">Grunge Brush< /a>
End result:
Grunge Brush
Note: for some reason, the forum's Code tag does not work like it should. With text/code wrapped in the Code tag, it should show up without any formatted HTML (example: no clickable links). This is not the case, however, because i had to add spaces in the HTML to make my examples work.