Link to Fragment Indentifier
-
I am a novice to themeing/php, but I do have a programming background and I am a web developer.
I have the following code in the
header.php
of the theme I am working on:
<a href="#content">go to main content</a>
and the resultant code on a live page is”
<a href="www.domain.com/#content">go to main content</a>
How do I keep it from adding the domain?
Thanks all.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link to Fragment Indentifier’ is closed to new replies.