Hi All!
I am currently using the "Curve" theme. I tried adding an add to the site, and when I entered the code under "Manage Blocks" and save it, what will appear is only a broken icon of the .gif file I entered. The .gif files were correctly uploaded to the Curve theme folder in my server.
These are the codes I used.
<a href="[url]http://www.facebook.com/discarte?ref=ts/"[/url] target="_blank">
<img src="msu1.gif" width="150" height="200" border="1" alt="Photo of a big bunny rabbit!" />
</a>
or
<?php
echo "<a href=\"[url]http://www.facebook.com/discarte?ref=ts/\"[/url] target=\"_blank\">\n";
echo "<img src=\"msu1.gif\" width=\"150\" height=\"200\" border=\"1\" alt=\"Photo of a big bunny rabbit!\" />\n";
echo "</a>\n";
?>
None of these codes seemed to work.
My Jcow is 4.2.0
Please advise.
Thanks! |