I'm getting there. I removed "Recommend...." because the output is called from the language file.
Here's the problem:
It's not appearing as a link. Here's the block:
Code:
echo "<td valign=\"center\">";
echo "<div style='width:100%; height:100%; vertical-align: center;'>";
echo "<a href=\"javascript:newWindow('sendemail.php?'+document.location.href,'email',400,300,'')">" style=display: block;>";
echo "<span>";
echo "<img src=\"".$mosConfig_live_site."/components/com_marketplace/images/system/writead.gif\" border=\"0\" align=\"top\" >";
echo "</span>";
echo " ";
echo "<span>";
echo JOO_TELL_FRIEND;
echo "</span>";
echo "</a>";
echo "</div>";
echo "</td>";
This is what the result is:
It should be a link to pop-up the tell a friend form and I don't know why the "1" is in front of the image.
I'm a total newb and I'm sure it's something stupid.
|