
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

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@haskell.org http://www.haskell.org/mailman/listinfo/beginners

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
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@haskell.orghttp://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Bryce Verdier
-
Kimberley Hoff