HTML help

by 3 replies
3
Any body have a clue as to why when I put links into the html code it turns everything after it into a link? I am using download buttons with urls for the links


<p align="center">[SHOULD MY PAGE LINK GO HERE?]<img src="images/download-button.png" width="630"></p>

Like this....<a href=http://page link>?

Hope this can be answered in the way I have asked it

I have several download links on same page but no matter where I begin to add the page links, everything after turns into a hyperlink

Thanks in advance
#programming #html
  • Banned
    [DELETED]
  • Banned
    Put the <a> and </a> tags around what you want linked and also dont forget to put spaces and also put comments in your code for an easier time editing in the future
    • [ 1 ] Thanks
    • [1] reply
    • Thanks guys ,was missing the </a> for closing the download link, learning new stuff everyday about this html stuff...appreciate the help
  • You should try SoloLearn's Learn HTML mobile app, it's easy, and you can learn from it.
  • [DELETED]

Next Topics on Trending Feed

  • 3

    Any body have a clue as to why when I put links into the html code it turns everything after it into a link? I am using download buttons with urls for the links