Hi,
We have implemented the RTE and noted that when a user tries to create an email link, the subject is blank. Here is the code that is generated:
<DIV style="MARGIN: 0cm 0cm 0pt"><U><A href="mailto:sales@rpmpro.co.uk" subject="increasing sales enquiry"><FONT size=1>Contact us</FONT></A></U><FONT size=1> for more information.</FONT></DIV>
We found that by manually typing in a "?" and removing the second quote it allowed the subject to appear as follows:
<DIV style="MARGIN: 0cm 0cm 0pt"><U><A href="mailto:sales@rpmpro.co.uk?subject=increasing sales enquiry"><FONT size=1>Contact us</FONT></A></U><FONT size=1> for more information.</FONT></DIV>
This involved us having to manually enter the code. Is this a common issue and is there a fix apart from the workaround above?
Thanks in advance,
Phil