How do I code in re=nofolow to an IMG
-
This post is deleted! -
This looks like BBCode, not HTML. Nofollw is an atribute for the anchor tag in HTML code. You won't be able to nofollow a link in BBCode unless you have a mod installed or nofollow all your links in your forum settings.
-
You need to put the nofollow property into the html.
I've enclosed a link below to how you would put an image into a page using html, using the img src tag. This is where you would assign other properties to the image, such as the image size, the alt text for the image etc. This is where the nofollow needs to go.
If you wanted the image to be clickable you'd need to add the a href tag around the img src code.
http://www.w3schools.com/tags/tag_img.asp
Are you using wordpress? If you give more details on what you are using to access the back end, I could answer more specifically.
Hope that helps!
-
This post is deleted! -
the links are being place on blackhatworld.com forum
we want all of these links to be nofollow
we cant install a mod on someone elses site - is it impossible for us to make these links nofollow?