Outpost Universe Forums

Off Topic => Computers & Programming General => Topic started by: CK9 on February 28, 2006, 12:31:57 AM

Title: How Do I...
Post by: CK9 on February 28, 2006, 12:31:57 AM
...set a link so that it goes to a specific spot on another page?  I know these for linking to a spot on the same page:

Code: [Select]
<a name="NAME"></a>
<a href="#NAME"></a>
 

my thought was that I'd have to type it as:

Code: [Select]
<a href="page.html #NAME"></a>

Am I correct?
Title: How Do I...
Post by: BlackBox on February 28, 2006, 07:42:03 AM
Correct, but don't use the space between the page name and the # sign.
Title: How Do I...
Post by: CK9 on February 28, 2006, 11:11:17 AM
:D  I was corect for once!  lmao