Quote:
Originally Posted by bplinson
Getting this error:
Parse error: parse error, unexpected T_STRING in /xxxxxxx/xxxxxx/xxxxxxx/nitro-rider.com/httpdocs/forum/index.php(537) : eval()'d code on line 13
Here is the banner code:
<a href="http://www.kqzyfj.com/click-2466787-10458480" target="_blank">
<img src="http://www.tqlkg.com/image-2466787-10458480" width="88" height="31" alt="4 Wheel Parts - Off-Road Superstores" border="0"/></a>
|
As I have stated, you must use apostrophes for the markup, or place backslashes before the quotations.
Try this:
HTML Code:
<a href=\"http://www.kqzyfj.com/click-2466787-10458480\" target=\"_blank\">
<img src=\"http://www.tqlkg.com/image-2466787-10458480\" width=\"88\" height=\"31\" alt=\"4 Wheel Parts - Off-Road Superstores\" border=\"0\" /></a>