How do i add a background image from a downloaded image?
So far your software is awesome! But i'm struggling with some of the programming.
For my page i added a background image as you said on your site, with the following code:
$('div[dsid="mobilecontainer1"]').css('background-image',
'url("http://www.sdcblog.com/wp-content/upl...")')
It works fine, but how can upload an image to Tiggzi, and then access that asset. What would the code look like. My programming skills are limited.
Thanks in advance.