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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.