Wednesday, March 21, 2012

HTML anchors

Hi,

I have a webpage with alot of text so i want to create anchors (links to other parts of the same page). I have attempted to do this but am having problems.

Here is my code:

<p>
<a href="http://links.10026.com/?link=#A1" style="Z-INDEX: 125; LEFT: 16px; WIDTH: 472px; POSITION: absolute; TOP: 112px">
<font face="Arial" size="2"="ARIAL"><STRONG>Search Page</STRONG></font></FONT></a></p>
<p>

<h1><a name="A1" style="Z-INDEX: 125; LEFT: 16px; WIDTH: 472px; POSITION: absolute; TOP: 288px">
<font face="Arial" size="2"="ARIAL"><STRONG>Search Page</STRONG></font></FONT></a></h1>

Can anyone tell me whether asp.net has the same way of doing anchors as in html or is it different? IF so how do i do this?

ThanksSame as HTML. To link to it,

<a href="http://links.10026.com/?link=#A1">Click here</a>

No comments:

Post a Comment