Hi
When i link some text to the "mailto:" link, i would like to pre-write a "Subject" so that when the user emails me, they wont need to write the subject in, it will already be there. (Similar to the $mailsubj = "xxx"; in a form) ?
I have included the HTML of the line that I would like to add to. The subject that i would like to include would be "More info on the 3rd year schedule". How would the HTML look if i had to add this in?
<font style="font-size:13px" color="#000000" face="Arial"><a href="mailto:info@mcpbm.com">Click here</a> to ask me more</font>
Many Thanks
When i link some text to the "mailto:" link, i would like to pre-write a "Subject" so that when the user emails me, they wont need to write the subject in, it will already be there. (Similar to the $mailsubj = "xxx"; in a form) ?
I have included the HTML of the line that I would like to add to. The subject that i would like to include would be "More info on the 3rd year schedule". How would the HTML look if i had to add this in?
<font style="font-size:13px" color="#000000" face="Arial"><a href="mailto:info@mcpbm.com">Click here</a> to ask me more</font>
Many Thanks
Comment