Jump to content

[SOLVED] TinyMCE


Ell20

Recommended Posts

Hey guys,

 

You have been so helpful to me whilst I have been making my website and the guys at tinymce charge for support so I thoughts I would see if any of you can possibly help me.

 

Im not sure where to post it so I am just going to put it here, sorry if its wrong.

 

I am trying to use TinyMCE to convert my textareas to look similar to what you can see when you post on this forum.

 

I have followed the online instructions they give to install tinymce yet I dont seem to be able to get it working.

 

I uploaded the whole folder downloaded from the site to the /public_html folder. I then placed this code in the header on the page:

 

<head>
<script language="javascript" type="text/javascript" src="/public_html/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas"
});
</script>
</head>

 

But when I load the page the textarea looks no different from normal?

 

Really appreciate any help, it could be a simple error!

Link to comment
https://forums.phpfreaks.com/topic/81336-solved-tinymce/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.