Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: myCode and html help
quote: Originally posted by NagamasaAzai
And also, how do i get the webpage i want to link to to open the at spot that I want to? I think I do something with the #...but I forget. Heres the link i want to link to http://mybrightcorner.plusdimension.com/school.htm
For the title.. use
code: <a name="grade7">Grade 7</a>
and to link to it
code: <a href="#grade7">Goto Grade 7</a>
|
|