View Single Post
Old 12-19-2013, 11:43 AM   #17
GMcG
Writer
GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.
 
GMcG's Avatar
 
Posts: 101
Karma: 590630
Join Date: Mar 2011
Location: Munich, Germany
Device: none
You may check your coding.

In <style type="text/css"> it is not border="0" but:
border-style: none;
or border-style: hidden;

I think that border is a style attribute for text elements like <h1>, <p>, <table>, <td>, not for images.

Is rel="nofollow" a style attribute? I didn't find it. And if so, the coding is also wrong at this place as with border.
If you don't want the link being followed, why do you insert it?

In <a class style="text-decoration:none;" ......
don't use the semicolon. But I don't see a text link (Post #5). So why do you need it?

I would use border="0" in the <img> tag, if it is a link. Like
<img alt="Logo" src="../Images/Amazon-small-quality.com.jpg" border="0" />

George
GMcG is offline   Reply With Quote