• Resolved barias4641

    (@barias4641)


    I am trying to add Hyperlink to an outside page using the html editor in WP and here is my code:

    I am following a training program that I read in <a href="http://www.competitor.com" title="Competitor Magazine"></a> I will be running 3 days a week and cycling 2 days a week and 2 rest days.

    Output:
    I am following a training program that I read in I will be running 3 days a week and cycling 2 days a week and 2 rest days.

    I am using Pixel theme and haven’t made any changes to it. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have to add text that will be linked to the URL inside the anchor tag. For example:

    <a href="http://www.competitor.com" title="Competitor Magazine">LINKED TEXT HERE</a>

    will show up as: LINKED TEXT HERE. Just change that bit of text in between the brackets.

    Thread Starter barias4641

    (@barias4641)

    duh …basic html…thanks…I hate when I cannot see common coding errors…sometimes it just takes another set of eyes…Thanks Chris!
    -B

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hyperlinks’ is closed to new replies.