Is this code right. HTML

by 3 replies
4
Not sure if this is the right forum to post this in as it is simple HTML code. Hopefully someone can help me.

I want a link in my post to open in a new window, and also to carry the no follow atribute. The no follow is simple as that is checking a box in WordPress. But to add the no follow attribute, I am not sure of the quotation marks. Is this right.

Do I have that right?
#programming #code #html
  • No you're using syntactically incorrect quotes, and you missed a quote.

    Here's the fix:

    • [ 1 ] Thanks
    • [1] reply
    • I thought there was something wrong, but I couldn't figure out exactly what. thanks for the help.
  • Good fix LordKat

Next Topics on Trending Feed

  • 4

    Not sure if this is the right forum to post this in as it is simple HTML code. Hopefully someone can help me. I want a link in my post to open in a new window, and also to carry the no follow atribute. The no follow is simple as that is checking a box in WordPress. But to add the no follow attribute, I am not sure of the quotation marks. Is this right.