View Single Post
Old 07-09-2007, 07:29 AM   #5 (permalink)
Nebuchadnezzar
New Artist
Nebuchadnezzar's User Activity: 0/10
4 - 1
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.

Last edited by Nebuchadnezzar; 07-09-2007 at 07:32 AM.
Nebuchadnezzar is offline   Reply With Quote
The Following User Says Thank You to Nebuchadnezzar For This Useful Post: