Bonjour,

j'ai commencé à utiliser Whizzywig pour l'édition de texte.
Je souhaitais configurer les variables JS pour configurer la position de l'image et d'un CSS personnalisé, cependant lorsque je suis les instructions du site officiel je n'arrive pas à le faire fonctionner (http://www.unverse.net/Customize-Whizzywig).

Voici mon code qui ne permet pas l'affichage de l'image.

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html> 
	<head> 
		<title>Whizzywig editor</title> 
 
		<script type="text/javascript" src="js/whizzywig63.js"> </script>
		<script type="text/javascript">buttonPath= "img/";</script>
	</head> 
	<body onload="whizzywig(&quot;; formatblock fontname fontsize newline bold italic underline | left center right | number bullet indent outdent | undo redo | color hilite rule | link image table | clean html spellcheck &quot;)"> 
		<form> 
			<textarea name="description" style="width:95%; height:300px"> </textarea> 
			<input type="submit" value="Submit"> 
		</form> 
	</body>
</html>

Voici la hiérarchie de mon dossier :
- img (dossier)
- js (dossier)
- index.php

Merci de votre attention.

Cordialement,

ROTTOT