This is probably the main repository of knowledge, this forum, for things like this. Try a search for 'insert html'.
There are links not more than five lines down, in this forum, that explain just what you're looking for. Sheesh. I feel like that sign that reads: "illiterate? Need help reading? Call this number".
Not that it would stem the tide of questions like these (really, it won't), but I volunteer to put together at least a FAQ for the stuff that's been frequently asked....
Anyone know if it's possible to 'download' all forum entries? hrm... now that I think about it... I'll check my mail, see what all I've got. That should work, actually... hope I didn't delete any good ones...
RE: "insert html" button
This is probably the main repository of knowledge, this forum, for things like this. Try a search for 'insert html'.
There are links not more than five lines down, in this forum, that explain just what you're looking for. Sheesh. I feel like that sign that reads: "illiterate? Need help reading? Call this number".
Not that it would stem the tide of questions like these (really, it won't), but I volunteer to put together at least a FAQ for the stuff that's been frequently asked....
Anyone know if it's possible to 'download' all forum entries? hrm... now that I think about it... I'll check my mail, see what all I've got. That should work, actually... hope I didn't delete any good ones...
RE: "insert html" button
RE: "insert html" button
It is all right. Sorry I was so rude. I did not mean it personally.
Here is the link to a JS function in case you missed it:
https://sourceforge.net/forum/forum.php ... _id=379487
RE: "insert html" button
It works:
function InsertIt(Html)
{
document.form1.full.value = Html;
if (this.FCKeditorAPI)
{
this.FCKeditorAPI.__Instances['full'].InsertHtml(Html);
}
}