Skip to content Skip to sidebar Skip to footer

Using Html Anchor On My Web Site

I am using weebly site builder and so just a beginner on Html coding. I am having issues making anchors work on my pages. They seem to work on some systems and not others, and so I

Solution 1:

There is a little trick to it, but it's an easy fix for you. You are missing   in your Anchor.

Change:

<a id="smith2"></a>

To:

<aid="smith2">&nbsp;</a>

Make sure to publish the changes.

And, note that your Anchor Link should be: http://arthurvaso.weebly.com/guests2016.html#smith2without the / after .html

Post a Comment for "Using Html Anchor On My Web Site"