Hi Jet Thompson
I have not used Paperclip. But an example usage of link_to_remote+image_tag is
link_to_remote (image_tag("/images/cancel.png", {:alt => 'Cancel', :class=>"classhere",:title=>"Cancel"}),{:url => { :action => 'projects/show', :id => "#{photo.project_id}"}})
Sijo