Hi
Please check the following code, I do not get an error when I run it, but when I try to insert an image I get an error. Here is my code
Code:
if ($seo_on == 0)
{ echo "<div align='center'><a href='{$site_url}/index.php?task=viewnew'><img src="template/images/newest.png" border="0" />View More Newest Videos</a></div>"; }
else
{ echo "<div align='center'><a href='{$site_url}/new.html'><img src="template/images/newest.png" border="0" />View More Newest Videos</a></div>"; }
Please suggestion or any advice on this, how to fix it? thanks in advance.
Bookmarks