I have a problem with all
<a>
tags in posts' images, currently you can see that appears an
"> just before any images in posts.
you can see it on
http://www.farma-ceutics.com/Developer/consells/
Also, there is what shows on Chrome source viewer:
<a href="http://www.farma-ceutics.com/Developer/wp-content/uploads/img_fondasala1.png" rel="lightbox[450]" title="<div style=" margin:="" 0="" 75px;="" color:="" #5e4617"="" class="cboxElement">"><img src="http://www.farma-ceutics.com/Developer/wp-content/uploads/img_fondasala1.png" alt="img_fondasala1" width="471" height="262" class="aligncenter size-full wp-image-460"></a>
As you can see, the title of the tag is a
<div>
with some style, I suppose that here's the problem, but I don't know how to solve it.
Thanks