I notice Tiggzi applies to Image placeholders.
I'm trying to place text using css over image. But cant Use img dsid and append a tag.
I have to view output code first to find the
for each image. And then do like so..
code
</$('<p>').appendTo(".mobileimage1_div").text('hello!.').css({'position':'absolute', 'margin-left':'0px','margin-top':'-70px'});/code
Is there a better way
Thanks