Hi everyone!
I'm trying to add the class="" to an image tag in php but I can't make it work. The code is this:
echo "<td width=\"$columnWidth%\" align=\"center\"><a href=\"$url\"><img class="pImageCenter" src=\"$image\" border=\"1\" /><br>$name</a></td>\r\n";
Help please