1
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 |
<HEAD>
|
|
3 |
<TITLE>Insert image button</TITLE>
|
|
4 |
<link href="style.css" rel="stylesheet" type="text/css">
|
|
5 |
</HEAD>
|
|
6 |
|
|
7 |
<BODY>
|
|
8 |
|
|
9 |
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
|
|
10 |
<tr>
|
|
11 |
<td><span class="title">Insert image button</span></td>
|
|
12 |
<td align="right"><a href="index.htm"><acronym title="Table of contents">TOC</acronym></a></td>
|
|
13 |
</tr>
|
|
14 |
</table>
|
|
15 |
<hr noshade>
|
|
16 |
<br>
|
|
17 |
The insert image button opens the window shown below.<br>
|
|
18 |
<br>
|
|
19 |
<img src="images/insert_image_window.gif" alt="Insert image dialog/window" /><br>
|
|
20 |
<br>
|
|
21 |
You simply enter a URL to the image you want to link to and enter a image description,
|
|
22 |
this is then displayed as an alternative text descripton of the image on the page.<br>
|
|
23 |
<br>
|
|
24 |
<strong>Field descriptions:</strong><br>
|
|
25 |
<table border="1" cellspacing="0">
|
|
26 |
<tr>
|
|
27 |
<td width="150"><strong>Image URL </strong></td>
|
|
28 |
<td>URL/path to the image.</td>
|
|
29 |
</tr>
|
|
30 |
<tr>
|
|
31 |
<td width="150"><strong>Image description </strong></td>
|
|
32 |
<td>Alternative description of image contents.</td>
|
|
33 |
</tr>
|
|
34 |
<tr>
|
|
35 |
<td><strong>Dimentions</strong></td>
|
|
36 |
<td>Image width/height. </td>
|
|
37 |
</tr>
|
|
38 |
<tr>
|
|
39 |
<td><strong>Alignment</strong></td>
|
|
40 |
<td>Image alignment, useful when wrapping text around images.</td>
|
|
41 |
</tr>
|
|
42 |
<tr>
|
|
43 |
<td><strong>Border</strong></td>
|
|
44 |
<td>Border thickness. </td>
|
|
45 |
</tr>
|
|
46 |
<tr>
|
|
47 |
<td><strong>VSpace</strong></td>
|
|
48 |
<td>Vertical space, useful when wrapping text around images.</td>
|
|
49 |
</tr>
|
|
50 |
<tr>
|
|
51 |
<td><strong>HSpace</strong></td>
|
|
52 |
<td>Horizontal space, useful when wrapping text around images.</td>
|
|
53 |
</tr>
|
|
54 |
</table>
|
|
55 |
<br>
|
|
56 |
<hr noshade>
|
|
57 |
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
|
|
58 |
<tr>
|
|
59 |
<td>Go to: <a href="index.htm">Table of contents</a></td>
|
|
60 |
<td align="right"><a href="#">Top</a></td>
|
|
61 |
</tr>
|
|
62 |
</table>
|
|
63 |
<br>
|
|
64 |
</BODY>
|
|
65 |
</HTML>
|