<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Sample CKEditor Site</title>
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
CKEDITOR.replace( 'editor1' );
};
</script>
</head>
<body>
<form method="post">
My Editor:<br />
<textarea id="editor1" name="editor1">Initial value.</textarea>
<p>
<input type="submit" />
</p>
</form>
</body>
</html>
Wed, 02/23/2011 - 15:41
#1

Re: Newbie needs help o/
Re: Newbie needs help o/
Re: Newbie needs help o/