[Haskell-beginners] Hamlet hyperlinks in Yesod

Kimberley Hoff kchoff at gmail.com
Fri Jul 26 02:10:00 CEST 2013


Thank you, that did turn out to be the correct markup!

It looks like the real issue is that things weren't rebuilding, but that's
what you get when liberal arts majors code.


On Thu, Jul 25, 2013 at 4:49 PM, Bryce Verdier <bryceverdier at gmail.com>wrote:

>  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 listBeginners at haskell.orghttp://www.haskell.org/mailman/listinfo/beginners
>
>
>
> _______________________________________________
> 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/db1f1ef3/attachment.htm>


More information about the Beginners mailing list