Hiya,

I'm trying to rewrite the output of an image field in a view so that the image is clickable. I've edited the field in views, checked the rewrite box and entered this code:

[field_recipe_image1_fid]

The problem is that I'm on a IIS server, and so url rewriting / clean urls is off so the url comes out as:
http://www.mydomain.com/recipes/breakfast/22

rather than
http://www.mydomain.com/index.php?q=recipes/breakfast/22

Is there any variable or code I can put in the rewrite sequence to create the /index.php?q=r string?

Thanks,
H