calormierda16
Programmer
I am trying to send HTML emails from Perl. The quotation marks are giving me trouble. Since HTML works without quotations or with this ('), how can I have a subroutine go through a flat file or variable and delete all the quotations?
Examples. <p align="right"> is no good
It works like this however <p align='right'> or <p align=right>
The reason why I ask this is I am making a mailing list program for my brother and I would like him to simply copy and past HTML code from Frontpage into the text area. It would be too confusing for him, and tedious, to explain to him why the quotes have to be removed, etc.
If there are any suggestions, I would love to hear them!
Thanks, Nick
Examples. <p align="right"> is no good
It works like this however <p align='right'> or <p align=right>
The reason why I ask this is I am making a mailing list program for my brother and I would like him to simply copy and past HTML code from Frontpage into the text area. It would be too confusing for him, and tedious, to explain to him why the quotes have to be removed, etc.
If there are any suggestions, I would love to hear them!
Thanks, Nick