Greetings all
I'm making a web page and it has an anchor at the bottom that links to the home page. Below is the code I'm using.
<p>
Click here to go to the
<a href="home_page.htm">
Home page
</a>
There you will find links to the other pages.
</p>
And when I use this code, the words "Home page" are underlined and this is fine. However the space between the word "page" and the word "There" is also underlined.
I'd like to omit the part of the underline that's under the space.
Help!
Adam