by blyle
3 replies
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
#html
  • Profile picture of the author j13adidas
    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
    {{ DiscussionBoard.errors[10819162].message }}
    • Profile picture of the author blyle
      Thanks guys ,was missing the </a> for closing the download link, learning new stuff everyday about this html stuff...appreciate the help
      {{ DiscussionBoard.errors[10819539].message }}
  • Profile picture of the author Slym
    You should try SoloLearn's Learn HTML mobile app, it's easy, and you can learn from it.
    {{ DiscussionBoard.errors[10819651].message }}

Trending Topics