blind_html Re: putting a heading as a link

  • From: Nimer <nimerjaber1@xxxxxxxxx>
  • To: blind_html@xxxxxxxxxxxxx
  • Date: Sat, 12 Jan 2008 14:55:25 -0700

All right. I recreated yoru test.
Here is the code I used.
<html>
<head>
<title>Test</title>
</head>

<body>
<h1> <a href="http://www.marrie.org/";>Check it out!</a> </h1>
</body>
</html>
Thanks
Nimer J

Sarah wrote:
Just tried it and no go. I got a page wihtno links. here is the example code.
<h1> <a href="www.marrie.org">check it out.</a> </h1>

SA&G ----- Original Message -----
*From:* Nimer <mailto:nimerjaber1@xxxxxxxxx>
*To:* blind_html@xxxxxxxxxxxxx <mailto:blind_html@xxxxxxxxxxxxx>
*Sent:* Saturday, January 12, 2008 1:33 PM
*Subject:* blind_html Re: putting a heading as a link

Here is what I think.
I believe the problem is that you have to put in <h1> at the beginning. you didn't specify the level of the heading in your beginning tag. And, what was the output of that code you tried?
I would just do this.
<h1> <a href="Link URL">Link Title</a> </h1>
Thanks
Nimer J

Sarah wrote:
helo all. i can't remember how ot put a heading as a link. i tried
<h>  <a href="linkaddress">heading title </a> </h1>
but that flopped majorly.
Thanks. SA&G

Other related posts: