[TYPO3-english] How can I fix this link on my Powermail submit page?

Oliver Salzburg oliver.salzburg at googlemail.com
Sat Aug 4 21:52:02 CEST 2012


On 2012-08-02 18:57, Oliver Salzburg wrote:
The key was to simply use _normal_ TYPO3 links in the RTE. I just
didn't know how to *properly* use them.

Luckily, it was explained to me in time:
http://stackoverflow.com/a/11809890/259953

I tried to use:
    <a href="http://a.com/?id={pageid}">xyz</a>

The correct syntax to use is:
    <a href="http://a.com/###{pageid}###">xyz</a>

Now everything works great :)



More information about the TYPO3-english mailing list