Hello,
Haml newbie here.
I'm having trouble writing the hamlized version of this:
<a href="www.mysite.com"><img id="thumb" src="/images/my_pic.gif"></a>
I tried
link_to %img#thumb{"/images/my_pic.gif"}, "www.mysite.com"
but of course, that won't work.
Could I get some help?
-c.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---