Hi,
I don't allow user to put html tag in my textarea. I want to make a button for link like in the post here.
thanx
Printable View
Hi,
I don't allow user to put html tag in my textarea. I want to make a button for link like in the post here.
thanx
I don't know what scripting language you are using but you would have to put the textarea text in a string and search for the href part and take it out and then put the string back into the text area without the href and then stick the href after the textarea closing tag. other than that give them another choice to inter an href that would go under the textarea closing tag.
these butons are done using an array I think so that is why they are there after each post.