Ecard Link Ecard Link
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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?