The difference between the PDF and JPG is that the JPG has to be an 'img' tag 
and the PDF has to be an 'href' tag.

So instead of:

<img src="/folder1/picture.jpg" alt="cool photo" />

Try:

<a href="/folder1/important_stuff.pdf">Download Important Stuff</a>

Shawn


--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to