2 replies
  • WEB DESIGN
  • |
I know in order to put a no follow on hyperlink you have to put in the code " rel="nofollow"> but can anyone tell me if it maters if there is a space inbetween the " and the rel. I have done a little html code and sometimes a space is required for some thing to work and not for others. Thanks Mark
#code #follow
  • Profile picture of the author Michael71
    E.g.

    Code:
    <a href="http://site.com" rel="nofollow">Link Text</a>
    This is right, wrong would be e.g.

    Code:
    <a href="http://site.com"rel="nofollow">Link Text</a>
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[8149761].message }}
  • Profile picture of the author marks2424
    Thanks I thought I was right by thinking I needed to leave a space. Mark
    {{ DiscussionBoard.errors[8150704].message }}

Trending Topics