Read the statement by Michael Teeuw here.
Module compliments
-
Hi there,
how to format my compliments? Let’s say, I want to add a line break like
or something like that?
Is there an easy way, or do I have to split long texts into multiple compliments?I know, I could use iFrame or HTMLBox :-)
Thanks!
Mega -
I don’t know if the compliments allows it, but you might try
<br />? -
Guess what, I have tried that already.
Within the quotes and outside the quotes with +
None of those worked. -
line 153 in
compliments.jsvar compliment = document.createTextNode(complimentText);Modify it.
var compliment = document.createElement("div") compliment.innerHTML = complimentTextI didn’t test it.
-
Yeah textnode doesn’t parse html.
-
Oh man, I forgot that everything is right there in the “source files”, so that I can edit it myself.
Thanks! That works!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login