Message from discussion
Image link syntax
MIME-Version: 1.0
Received: by 10.100.131.16 with SMTP id e16mr982584and.10.1238513717365; Tue,
31 Mar 2009 08:35:17 -0700 (PDT)
Date: Tue, 31 Mar 2009 08:35:17 -0700 (PDT)
X-IP: 208.89.21.38
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us)
AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16,gzip(gfe),gzip(gfe)
Message-ID: <fdea834f-5fbc-422a-a802-f70c201bd5ec@s19g2000vbp.googlegroups.com>
Subject: Image link syntax
From: Chap <c...@chap.otherinbox.com>
To: StaticMatic <staticmatic@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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"