- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<html> <head> <title></title> </head> <body> . . - </body> </html>
<head> <title></title> </head>
<html><head><style>a{color:red}</style></head><body style="color:green"> You text </body></html>
{ }
$message=$this->event()->get("body"); $body="<html>......<body>".$message."</body></html>"; $this->event()->set("body",$body);