Artisteer Footer Glitch

Just a little glitch!
The latest version of the Artisteer software gives you a theme option to input footer data including links in your newly created WordPress theme. The only problem is when you enter a URL like you’re suppose to with “quotes” around it, then you save it, it alters the code by inserting ” \ ” characters.
Simple solution!!
Just enter the URL with NO “quotes”.
<a href=”http://www.gdscomp.com”>GDScomp<a/> WON’T WORK
<a href=http://www.gdscomp.com>GDScomp<a/> Will Work Fine.
Problem solved!




