Zaxza
March 19th, 2006, 06:39 AM
http://codewalkers.com/tutorials.php?show=5
I've just finished this tutorial. And have realised that the'<img src=' tag and '<a href=' tag don't work properly. In the html a '\' symbol incerts itself before a ' " ' symbol.
e.g. <img src=\"images/logo.gif\">
and before a link this happens...
Type this in the field <a href="http://www.yoursite.com">
Outcome = http://www.mysite.com/\"http://www.yoursite.com\"
Is there a simple way to stop this, or should i try to make a BB Code for it?
I've just finished this tutorial. And have realised that the'<img src=' tag and '<a href=' tag don't work properly. In the html a '\' symbol incerts itself before a ' " ' symbol.
e.g. <img src=\"images/logo.gif\">
and before a link this happens...
Type this in the field <a href="http://www.yoursite.com">
Outcome = http://www.mysite.com/\"http://www.yoursite.com\"
Is there a simple way to stop this, or should i try to make a BB Code for it?