Send Beginners mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  Hamlet hyperlinks in Yesod (Kimberley Hoff)
   2. Re:  Hamlet hyperlinks in Yesod (Bryce Verdier)
   3. Re:  Hamlet hyperlinks in Yesod (Kimberley Hoff)


----------------------------------------------------------------------

Message: 1
Date: Thu, 25 Jul 2013 14:11:33 -0600
From: Kimberley Hoff <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] Hamlet hyperlinks in Yesod
Message-ID:
        <cae+yjkuebfnkexfs5dhrb1lisajyhxrtbauwbbjz5xpykir...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130725/74c05d7e/attachment-0001.html>

------------------------------

Message: 2
Date: Thu, 25 Jul 2013 15:49:22 -0700
From: Bryce Verdier <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Hamlet hyperlinks in Yesod
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

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
> [email protected]
> 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-0001.html>

------------------------------

Message: 3
Date: Thu, 25 Jul 2013 18:10:00 -0600
From: Kimberley Hoff <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Hamlet hyperlinks in Yesod
Message-ID:
        <cae+yjkwpqux94jn1kbzaszk4p8s8hbqwm+d5yql+-xpg1sn...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

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 <[email protected]>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 
> [email protected]http://www.haskell.org/mailman/listinfo/beginners
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> 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-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 61, Issue 30
*****************************************

Reply via email to