[Haskell-beginners] Hamlet hyperlinks in Yesod
Bryce Verdier
bryceverdier at gmail.com
Fri Jul 26 00:49:22 CEST 2013
Its been a long time since I've done Yesod stuff, but what about:
<p>
Welcome!
Please read the
<a href=@{WikiR}>How to Help
wiki page to find out more....
Bryce
On 07/25/2013 01:11 PM, Kimberley Hoff wrote:
> Hi, new member here! I've really no prior experience with web
> development but trying to learn as fast as possible.
>
> I'm trying to get a hyperlink in a Hamlet file to connect to the right
> text. It goes to the right place, but the words I want it to link from
> don't even appear in the browser view of the web page. I've tried
> copying and pasting from other Hamlet files in the project but it
> doesn't seem to work.
>
> This is the code that's been giving me difficulties:
>
> <p>
> Welcome!
> Please read the
> <a href=@{WikiR}>How to Help #
> / wiki page to find out more about our particular needs at
> this time.
>
> I am trying to get "How to Help" as the link but in the browser view
> "How to Help wiki page" doesn't even appear and the rest of the
> sentence is the link.
>
> Can anyone tell me what I'm doing wrong?
>
> Thanks,
>
> Kim Hoff
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130725/0d0e7c1e/attachment.htm>
More information about the Beginners
mailing list