Go to Google Groups Home    StaticMatic
Image link syntax

Chap <c...@chap.otherinbox.com>

What's the syntax for having an image link?

I tried:
    = link = img "question_sense_logo.png", "http://
www.questionsense.com"

But finally just did:
    %a{:href => "http://www.questionsense.com"}
      = img "question_sense_logo.png"

Is this the prettiest way?