News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Ecard Link

Started by Ralphfolkes, August 19, 2005, 09:24:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ralphfolkes

In the received ecard I get slashes where there shouldn't be

For example

<p align=\"center\"><a href=\"http://isaiahfolkes.com/Gallery\"><b>Click this link to view more pictures !</b></a></p>
If i remove the slashes to
<p align="center"><a href="http://isaiahfolkes.com/Gallery"><b>Click this link to view more pictures !</b></a></p>
it works

but that is in the HTML that the ecard sends.

How do I change it so they don't get put there initially?