about.htm
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Informazioni su TinyMCE</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="pageheader" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td><span class="title">Informazioni su TinyMCE</span></td>
<td align="right"><a href="index.htm">TOC</a></td>
</tr>
</tbody>
</table>
<hr noshade="noshade">
<br>
TinyMCE è un piccolo WYSIWYG (What You See Is What You Get,
quello che vedi è quello che ottieni) editor per i web browser
come MSIE o Mozilla che permette di editare HTML in modo comodo. Ha le
funzionalità comuni di molti word processor e non dovrebbe
essere difficile da usare.<br>
<br>
<hr noshade="noshade">
<table class="pagefooter" border="0" cellpadding="1" cellspacing="3"
width="100%">
<tbody>
<tr>
<td>Vai a: <a href="index.htm">Tavola dei contenuti</a></td>
<td align="right"><a href="#">Su</a></td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>