summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/themes/advanced/docs/en/insert_image_button.htm
blob: 1529648d5664ad01d95e05ecc52d73c8065a1f27 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>Insert image button</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>

<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
  <tr> 
    <td><span class="title">Insert image button</span></td>
    <td align="right"><a href="index.htm"><acronym title="Table of contents">TOC</acronym></a></td>
  </tr>
</table>
<hr noshade>
<br>
The insert image button opens the window shown below.<br>
<br>
<img src="images/insert_image_window.gif" alt="Insert image dialog/window" /><br>
<br>
You simply enter a URL to the image you want to link to and enter a image description, 
this is then displayed as an alternative text descripton of the image on the page.<br>
<br>
<strong>Field descriptions:</strong><br>
<table border="1" cellspacing="0">
  <tr>
    <td width="150"><strong>Image URL </strong></td>
    <td>URL/path to the image.</td>
  </tr>
  <tr>
    <td width="150"><strong>Image description </strong></td>
    <td>Alternative description of image contents.</td>
  </tr>
  <tr>
    <td><strong>Dimentions</strong></td>
    <td>Image width/height. </td>
  </tr>
  <tr>
    <td><strong>Alignment</strong></td>
    <td>Image alignment, useful when wrapping text around images.</td>
  </tr>
  <tr>
    <td><strong>Border</strong></td>
    <td>Border thickness. </td>
  </tr>
  <tr>
    <td><strong>VSpace</strong></td>
    <td>Vertical space, useful when wrapping text around images.</td>
  </tr>
  <tr>
    <td><strong>HSpace</strong></td>
    <td>Horizontal space, useful when wrapping text around images.</td>
  </tr>
</table>
<br>
<hr noshade>
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
  <tr> 
    <td>Go to: <a href="index.htm">Table of contents</a></td>
    <td align="right"><a href="#">Top</a></td>
  </tr>
</table>
<br>
</BODY>
</HTML>