Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Re: [platform-doc-dev] new help system proposal

On Fri, 2004-11-05 at 07:56 -0500, Tod Creasey wrote:
> The only issue I see with this solution is that we currently specify the 
> image sizes in all of our documentation - this is obviously not an option 
> for the case where we might have multiple images.
> 
> We have gone back and forth on doing this - currently we are specifiying. 
> I know that we have specified in the past so that slow loading machines do 
> not have text jumping around after a load of the images. 
> 
> I think it is likely fine not to but I know Jim may have some other input 
> to this.

Attached are some patches that will remove the width and height
properties in the image tags. After checking out the documentation
modules from cvs, I ran following command to remove these properties:

find -name \*.htm -exec sed --in-place \ 
  "s/width=[\"][0123456789]*[\"] \ height=[\"][0123456789]*[\"]//" {} \;

So I guess, we just need some feedback from Jim.

Cheers, Ben 

Index: guide/jdt_api.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api.htm,v
retrieving revision 1.15
diff -u -r1.15 jdt_api.htm
--- guide/jdt_api.htm	23 Jun 2004 23:27:11 -0000	1.15
+++ guide/jdt_api.htm	10 Nov 2004 21:17:54 -0000
@@ -41,7 +41,7 @@
     tabs.</li>
 </ul>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_classpath.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_classpath.htm,v
retrieving revision 1.19
diff -u -r1.19 jdt_api_classpath.htm
--- guide/jdt_api_classpath.htm	23 Jun 2004 23:27:11 -0000	1.19
+++ guide/jdt_api_classpath.htm	10 Nov 2004 21:17:54 -0000
@@ -286,7 +286,7 @@
 resolved.
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: guide/jdt_api_codeassist.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_codeassist.htm,v
retrieving revision 1.15
diff -u -r1.15 jdt_api_codeassist.htm
--- guide/jdt_api_codeassist.htm	23 Jun 2004 23:27:11 -0000	1.15
+++ guide/jdt_api_codeassist.htm	10 Nov 2004 21:17:54 -0000
@@ -173,7 +173,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: guide/jdt_api_compile.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm,v
retrieving revision 1.32
diff -u -r1.32 jdt_api_compile.htm
--- guide/jdt_api_compile.htm	23 Jun 2004 23:27:11 -0000	1.32
+++ guide/jdt_api_compile.htm	10 Nov 2004 21:17:54 -0000
@@ -158,7 +158,7 @@
 be resolved or is not a valid superclass</b> and its id is <b>IProblem.SuperclassNotFound</b>
  . <p></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_editors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_editors.htm,v
retrieving revision 1.4
diff -u -r1.4 jdt_api_editors.htm
--- guide/jdt_api_editors.htm	23 Jun 2004 23:27:11 -0000	1.4
+++ guide/jdt_api_editors.htm	10 Nov 2004 21:17:54 -0000
@@ -37,7 +37,7 @@
 also provide a label for your hover type so that the user can enable and disable
 the different types of hovers from the editor preferences page.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_junit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_junit.htm,v
retrieving revision 1.6
diff -u -r1.6 jdt_api_junit.htm
--- guide/jdt_api_junit.htm	24 Jun 2004 18:20:24 -0000	1.6
+++ guide/jdt_api_junit.htm	10 Nov 2004 21:17:54 -0000
@@ -21,7 +21,7 @@
 extension point.&nbsp; Your plug-in's markup should supply the name of the
 listener class that implements <a href="../reference/api/org/eclipse/jdt/junit/ITestRunListener.html"><b>ITestRunListener</b></a><b>.</b> </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_manip.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_manip.htm,v
retrieving revision 1.39
diff -u -r1.39 jdt_api_manip.htm
--- guide/jdt_api_manip.htm	24 Jun 2004 15:08:06 -0000	1.39
+++ guide/jdt_api_manip.htm	10 Nov 2004 21:17:54 -0000
@@ -487,7 +487,7 @@
 </pre></font>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: guide/jdt_api_open_editor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_open_editor.htm,v
retrieving revision 1.12
diff -u -r1.12 jdt_api_open_editor.htm
--- guide/jdt_api_open_editor.htm	23 Jun 2004 23:27:11 -0000	1.12
+++ guide/jdt_api_open_editor.htm	10 Nov 2004 21:17:54 -0000
@@ -21,7 +21,7 @@
 <p> The methods <code>openInEditor</code> and <code>revealInEditor</code> also 
   work for class files and for members contained in class files. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_options.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm,v
retrieving revision 1.19
diff -u -r1.19 jdt_api_options.htm
--- guide/jdt_api_options.htm	23 Jun 2004 23:27:11 -0000	1.19
+++ guide/jdt_api_options.htm	10 Nov 2004 21:17:55 -0000
@@ -1259,7 +1259,7 @@
 </table>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: guide/jdt_api_prompter.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_prompter.htm,v
retrieving revision 1.14
diff -u -r1.14 jdt_api_prompter.htm
--- guide/jdt_api_prompter.htm	23 Jun 2004 23:27:11 -0000	1.14
+++ guide/jdt_api_prompter.htm	10 Nov 2004 21:17:55 -0000
@@ -29,7 +29,7 @@
   provides additional methods for creating Open Package and Open Main Type dialogs. 
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_render.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_render.htm,v
retrieving revision 1.14
diff -u -r1.14 jdt_api_render.htm
--- guide/jdt_api_render.htm	23 Jun 2004 23:27:11 -0000	1.14
+++ guide/jdt_api_render.htm	10 Nov 2004 21:17:55 -0000
@@ -108,7 +108,7 @@
     JavaElementSorter</b></a> can be plugged into a JFace viewer to sort Java elements 
     according to the Java UI sorting style. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_run.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_run.htm,v
retrieving revision 1.17
diff -u -r1.17 jdt_api_run.htm
--- guide/jdt_api_run.htm	23 Jun 2004 23:27:11 -0000	1.17
+++ guide/jdt_api_run.htm	10 Nov 2004 21:17:55 -0000
@@ -59,7 +59,7 @@
 </pre>
 </font>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_search.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_search.htm,v
retrieving revision 1.26
diff -u -r1.26 jdt_api_search.htm
--- guide/jdt_api_search.htm	23 Jun 2004 23:27:11 -0000	1.26
+++ guide/jdt_api_search.htm	10 Nov 2004 21:17:55 -0000
@@ -174,7 +174,7 @@
 </ul> 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: guide/jdt_api_utility.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_utility.htm,v
retrieving revision 1.5
diff -u -r1.5 jdt_api_utility.htm
--- guide/jdt_api_utility.htm	23 Jun 2004 23:27:11 -0000	1.5
+++ guide/jdt_api_utility.htm	10 Nov 2004 21:17:55 -0000
@@ -14,7 +14,7 @@
     you to programmatically open editors on Java elements, open a Java or Java 
     Browsing perspective,&nbsp; and open package and type prompter dialogs. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_wizards.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_wizards.htm,v
retrieving revision 1.5
diff -u -r1.5 jdt_api_wizards.htm
--- guide/jdt_api_wizards.htm	23 Jun 2004 23:27:11 -0000	1.5
+++ guide/jdt_api_wizards.htm	10 Nov 2004 21:17:55 -0000
@@ -147,7 +147,7 @@
    }
 }</font></pre>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_api_write_jar_file.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_write_jar_file.htm,v
retrieving revision 1.13
diff -u -r1.13 jdt_api_write_jar_file.htm
--- guide/jdt_api_write_jar_file.htm	23 Jun 2004 23:27:11 -0000	1.13
+++ guide/jdt_api_write_jar_file.htm	10 Nov 2004 21:17:55 -0000
@@ -40,7 +40,7 @@
 <p> Once the JAR is described by a <a href="../reference/api/org/eclipse/jdt/ui/jarpackager/JarPackageData.html"><b>JarPackageData</b></a>,
 it can be programmatically written using a <a href="../reference/api/org/eclipse/jdt/ui/jarpackager/JarWriter.html"><b>JarWriter</b></a>.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int.htm,v
retrieving revision 1.11
diff -u -r1.11 jdt_int.htm
--- guide/jdt_int.htm	23 Jun 2004 23:27:11 -0000	1.11
+++ guide/jdt_int.htm	10 Nov 2004 21:17:55 -0000
@@ -39,7 +39,7 @@
 </ul>
 <p>We'll examine each component's structure and the API it provides.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int_core.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int_core.htm,v
retrieving revision 1.5
diff -u -r1.5 jdt_int_core.htm
--- guide/jdt_int_core.htm	23 Jun 2004 23:27:11 -0000	1.5
+++ guide/jdt_int_core.htm	10 Nov 2004 21:17:55 -0000
@@ -47,7 +47,7 @@
 <code>org.eclipse.jdt.core.jdom</code> will be deprecated in the 2.2. stream and replaced with <code>org.eclipse.jdt.core.dom</code>.
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int_debug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int_debug.htm,v
retrieving revision 1.4
diff -u -r1.4 jdt_int_debug.htm
--- guide/jdt_int_debug.htm	23 Jun 2004 23:27:11 -0000	1.4
+++ guide/jdt_int_debug.htm	10 Nov 2004 21:17:55 -0000
@@ -56,7 +56,7 @@
     code by prompting the user.</li>
 </ul>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int_junit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int_junit.htm,v
retrieving revision 1.4
diff -u -r1.4 jdt_int_junit.htm
--- guide/jdt_int_junit.htm	23 Jun 2004 23:27:11 -0000	1.4
+++ guide/jdt_int_junit.htm	10 Nov 2004 21:17:55 -0000
@@ -18,7 +18,7 @@
 JUnit tests</a>.&nbsp; The topics in this guide discuss how to interact
 programmatically with the JUnit IDE plug-in. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int_model.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int_model.htm,v
retrieving revision 1.7
diff -u -r1.7 jdt_int_model.htm
--- guide/jdt_int_model.htm	23 Jun 2004 23:27:11 -0000	1.7
+++ guide/jdt_int_model.htm	10 Nov 2004 21:17:55 -0000
@@ -190,7 +190,7 @@
   Java project nature (and therefore can be treated as an <a href="../reference/api/org/eclipse/jdt/core/IJavaProject.html"><b> 
   IJavaProject</b></a>).</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/jdt_int_ui.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_int_ui.htm,v
retrieving revision 1.21
diff -u -r1.21 jdt_int_ui.htm
--- guide/jdt_int_ui.htm	24 Jun 2004 19:28:13 -0000	1.21
+++ guide/jdt_int_ui.htm	10 Nov 2004 21:17:55 -0000
@@ -45,7 +45,7 @@
     and configuring Java elements. </li>
 </ul>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: concepts/cbrkpnts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cbrkpnts.htm,v
retrieving revision 1.15
diff -u -r1.15 cbrkpnts.htm
--- concepts/cbrkpnts.htm	23 Jun 2004 22:40:34 -0000	1.15
+++ concepts/cbrkpnts.htm	10 Nov 2004 21:16:43 -0000
@@ -27,13 +27,13 @@
 
     <p>Breakpoints are displayed in the vertical editor ruler and in the Breakpoints view.</p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
      <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
      <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
      <a href="../tasks/tasks-134.htm">Suspending threads</a></p>
 
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
      <a href="../reference/ref-11.htm">Debug preferences</a><br>
      <a href="../reference/ref-51.htm">Debug view</a><a href="../reference/ref-4.htm"><br>
     Run menu</a><br>
@@ -41,7 +41,7 @@
      <a href="../reference/ref-35.htm">Breakpoints view</a><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/cbuildcp.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cbuildcp.htm,v
retrieving revision 1.16
diff -u -r1.16 cbuildcp.htm
--- concepts/cbuildcp.htm	23 Jun 2004 22:40:34 -0000	1.16
+++ concepts/cbuildcp.htm	10 Nov 2004 21:16:43 -0000
@@ -18,12 +18,12 @@
     specified for each project. In the project properties, it is referred
     to as the &quot;Java Build Path.&quot;</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="concepts-4.htm">Java builder</a><br>
      <a href="cclsspthv.htm">Classpath variable</a>
     </p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-113.htm">Adding a JAR file to the build path</a><br>
      <a href="../tasks/tasks-112.htm">Adding a library folder to the build path</a><br>
      <a href="../tasks/tasks-106.htm">Building a Java program</a><br>
@@ -43,7 +43,7 @@
     <p><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/cclsspthv.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cclsspthv.htm,v
retrieving revision 1.14
diff -u -r1.14 cclsspthv.htm
--- concepts/cclsspthv.htm	23 Jun 2004 22:40:34 -0000	1.14
+++ concepts/cclsspthv.htm	10 Nov 2004 21:16:43 -0000
@@ -24,11 +24,11 @@
     this way, you can share build paths across teams and define the variables to
     refer to the correct location for your particular computer.</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="concepts-1.htm">Java development tools (JDT)</a><br>
      <a href="cbuildcp.htm">Build classpath</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-114.htm">Adding a variable classpath entry</a><br>
      <a href="../tasks/tasks-116.htm">Attaching source to a classpath variable</a><br>
      <a href="../tasks/tasks-117.htm">Defining a classpath variable</a><br>
@@ -39,7 +39,7 @@
      <a href="../reference/ref-123.htm">Java Build Path properties</a><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/clocdbug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/clocdbug.htm,v
retrieving revision 1.12
diff -u -r1.12 clocdbug.htm
--- concepts/clocdbug.htm	23 Jun 2004 22:40:34 -0000	1.12
+++ concepts/clocdbug.htm	10 Nov 2004 21:16:43 -0000
@@ -24,20 +24,20 @@
     launching.&nbsp; You may then use breakpoints, stepping, or expression
     evaluation to debug your program.</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
     <a href="cbrkpnts.htm">Breakpoints</a></p>
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
     <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
     <a href="../tasks/tasks-134.htm">Suspending threads</a></p>
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
     <a href="../reference/ref-11.htm">Debug preferences</a><br>
     <a href="../reference/ref-51.htm">Debug view</a><br>
     <a href="../reference/ref-4.htm">Run and debug actions</a><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/cnls.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cnls.htm,v
retrieving revision 1.20
diff -u -r1.20 cnls.htm
--- concepts/cnls.htm	23 Jun 2004 22:40:34 -0000	1.20
+++ concepts/cnls.htm	10 Nov 2004 21:16:43 -0000
@@ -50,7 +50,7 @@
       <li><a href="http://java.sun.com/docs/books/tutorial/i18n/intro/index.html";>http://java.sun.com/docs/books/tutorial/i18n/intro/index.html</a></li>
     </ul>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-188.htm">Finding strings to externalize</a><br>
      <a href="../tasks/tasks-202.htm">Finding unused and incorrectly used keys in property files</a><br>
      <a href="../tasks/tasks-180.htm">Using the Externalize Strings wizard</a></p>
@@ -60,7 +60,7 @@
      <a href="../reference/ref-wizard-externalize-strings.htm">Externalize Strings wizard</a><br>
      <a href="../reference/ref-preferences-compiler.htm">Compiler preferences</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-1.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-1.htm,v
retrieving revision 1.20
diff -u -r1.20 concepts-1.htm
--- concepts/concepts-1.htm	23 Jun 2004 22:40:34 -0000	1.20
+++ concepts/concepts-1.htm	10 Nov 2004 21:16:43 -0000
@@ -41,7 +41,7 @@
      <a href="../reference/ref-155.htm">JDT glossary</a><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-10.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-10.htm,v
retrieving revision 1.18
diff -u -r1.18 concepts-10.htm
--- concepts/concepts-10.htm	23 Jun 2004 22:40:34 -0000	1.18
+++ concepts/concepts-10.htm	10 Nov 2004 21:16:43 -0000
@@ -24,13 +24,13 @@
     program started on a computer that is accessible through a
     network (remote debugging).</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
      <a href="../concepts/cbrkpnts.htm">Breakpoints</a><br>
      <a href="cremdbug.htm">Remote debugging</a><br>
      <a href="clocdbug.htm">Local debugging</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
      <a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
      <a href="../tasks/tasks-141.htm">Connecting to a remote VM with the Remote Java application launch configuration</a><br>
@@ -43,7 +43,7 @@
      <a href="../tasks/tasks-134.htm">Suspending threads</a><br>
     </p>
 
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
      <a href="../reference/ref-11.htm">Debug preferences</a><br>
      <a href="../reference/ref-51.htm">Debug view</a><br>
      <a href="../reference/ref-4.htm">Run and debug actions</a><br>
@@ -52,7 +52,7 @@
     <p><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-11.htm,v
retrieving revision 1.16
diff -u -r1.16 concepts-11.htm
--- concepts/concepts-11.htm	23 Jun 2004 22:40:34 -0000	1.16
+++ concepts/concepts-11.htm	10 Nov 2004 21:16:43 -0000
@@ -19,23 +19,23 @@
     <p>From a Java scrapbook editor, you can select a code snippet, evaluate it, and display the result as a string.
     You can also show the object that results from evaluating a code snippet in the debugger's expressions view.</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
      <a href="../concepts/concepts-10.htm">Debugger</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
      <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an expression</a><br>
      <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an expression</a><br>
      <a href="../tasks/tasks-65.htm">Using content/code assist</a><br>
      <a href="../tasks/tasks-107.htm">Viewing compilation errors and warnings</a></p>
 
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
      <a href="../reference/ref-129.htm">New Java Scrapbook Page wizard</a><br>
      <a href="../reference/ref-34.htm">Java scrapbook page</a><br>
      <a href="../reference/ref-56.htm">Expressions view</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-3.htm,v
retrieving revision 1.27
diff -u -r1.27 concepts-3.htm
--- concepts/concepts-3.htm	23 Jun 2004 22:40:34 -0000	1.27
+++ concepts/concepts-3.htm	10 Nov 2004 21:16:43 -0000
@@ -30,11 +30,11 @@
       groups.</span></li>
     </ul>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="concepts-4.htm">Java builder</a><br>
      <a href="../concepts/concepts-9.htm">Refactoring support</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-12.htm">Creating a new Java project</a><br>
      <a href="../tasks/tasks-13.htm">Creating a Java project as its own source container</a><br>
      <a href="../tasks/tasks-14.htm">Creating a Java project with source folders</a><br>
@@ -49,7 +49,7 @@
      <a href="../reference/ref-121.htm">New Java Project wizard</a><br>
      <a href="../reference/ref-preferences-new-project.htm">New Project preferences</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-4.htm,v
retrieving revision 1.19
diff -u -r1.19 concepts-4.htm
--- concepts/concepts-4.htm	23 Jun 2004 22:40:34 -0000	1.19
+++ concepts/concepts-4.htm	10 Nov 2004 21:16:43 -0000
@@ -24,11 +24,11 @@
     most likely related to an invalid build path), the Java builder does not produce any CLASS
     files.</p>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="cbuildcp.htm">Build classpath</a><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-106.htm">Building a Java program</a><br>
      <a href="../tasks/tasks-108.htm">Building automatically</a><br>
      <a href="../tasks/tasks-109.htm">Building manually</a><br>
@@ -43,7 +43,7 @@
      <a href="../reference/ref-123.htm">Java Build Path properties</a><br>
      <a href="../reference/ref-preferences-compiler.htm">Java Compiler preferences</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-5.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-5.htm,v
retrieving revision 1.26
diff -u -r1.26 concepts-5.htm
--- concepts/concepts-5.htm	23 Jun 2004 22:40:34 -0000	1.26
+++ concepts/concepts-5.htm	10 Nov 2004 21:16:43 -0000
@@ -70,16 +70,16 @@
       <li><span>Console</span></li>
     </ul>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
      <a href="../concepts/concepts-6.htm">Java views</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
      <a href="../tasks/tasks-42.htm">Opening a type hierarchy in its own perspective</a><br>
      <a href="../tasks/tasks-134.htm">Suspending threads</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+    <p><img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-35.htm">Breakpoints view</a><br>
      <a href="../reference/ref-45.htm">Console view</a><br>
      <a href="../reference/ref-51.htm">Debug view</a><br>
@@ -90,7 +90,7 @@
      <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a><br>
      <a href="../reference/ref-74.htm">Variables view</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-6.htm,v
retrieving revision 1.28
diff -u -r1.28 concepts-6.htm
--- concepts/concepts-6.htm	23 Jun 2004 23:09:35 -0000	1.28
+++ concepts/concepts-6.htm	10 Nov 2004 21:16:43 -0000
@@ -51,14 +51,14 @@
     Typically, the Types view is used to make this selection.
     </p>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="../concepts/concepts-5.htm">Java perspectives</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-consoleAppearance.htm">Changing the appearance of the Console view</a><br>
      <a href="../tasks/tasks-38.htm">Changing the appearance of the Hierarchy view</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+    <p><img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-35.htm">Breakpoints view</a><br>
      <a href="../reference/ref-45.htm">Console view</a><br>
      <a href="../reference/ref-51.htm">Debug view</a><br>
@@ -73,7 +73,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: concepts/concepts-7.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-7.htm,v
retrieving revision 1.29
diff -u -r1.29 concepts-7.htm
--- concepts/concepts-7.htm	23 Jun 2004 22:40:34 -0000	1.29
+++ concepts/concepts-7.htm	10 Nov 2004 21:16:43 -0000
@@ -46,10 +46,10 @@
     also open the editor by opening Java elements, such as types, methods, or
     fields, from other views.</p>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-73.htm">Opening an editor for a selected element</a><br>
      <a href="../tasks/tasks-54.htm">Using the Java editor</a><br>
      <a href="../tasks/tasks-65.htm">Using content/code assist</a><br>
@@ -61,14 +61,14 @@
      <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
     </p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+    <p><img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-java-editor.htm">Java editor actions</a><br>
      <a href="../reference/ref-21.htm">Java editor preferences</a><br>
      <a href="../reference/ref-view-outline.htm">Outline view for Java</a><br>
      <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-8.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-8.htm,v
retrieving revision 1.22
diff -u -r1.22 concepts-8.htm
--- concepts/concepts-8.htm	23 Jun 2004 22:40:34 -0000	1.22
+++ concepts/concepts-8.htm	10 Nov 2004 21:16:43 -0000
@@ -106,17 +106,17 @@
 
     <p><span class="control">Working Set</span> - only resources that belong to the chosen working set are included in this search</p>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-79.htm">Searching Java code</a></p>
 
     <p><img src="../images/ngrelr.gif" alt="Related reference" border="0" height="27" width="159"><br>
      <a href="../reference/ref-menu-search.htm">Search actions</a><br>
      <a href="../reference/ref-131.htm">Java Search tab</a></p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/concepts-9.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/concepts-9.htm,v
retrieving revision 1.25
diff -u -r1.25 concepts-9.htm
--- concepts/concepts-9.htm	23 Jun 2004 22:40:34 -0000	1.25
+++ concepts/concepts-9.htm	10 Nov 2004 21:16:43 -0000
@@ -36,10 +36,10 @@
     often require changes in dependent files.
     </p>
 
-    <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+    <p><img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-80.htm">Refactoring</a><br>
      <a href="../tasks/tasks-82.htm">Refactoring without preview</a><br>
      <a href="../tasks/tasks-83.htm">Refactoring with preview</a><br>
@@ -48,14 +48,14 @@
      <a href="../tasks/tasks-101.htm">Redoing a refactoring operation</a><br>
     </p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+    <p><img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
      <a href="../reference/ref-117.htm">Refactoring wizard</a><br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a><br>
      <a href="../reference/ref-154.htm">Extract Method Errors</a><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/cquickfix.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cquickfix.htm,v
retrieving revision 1.8
diff -u -r1.8 cquickfix.htm
--- concepts/cquickfix.htm	24 Jun 2004 20:55:57 -0000	1.8
+++ concepts/cquickfix.htm	10 Nov 2004 21:16:43 -0000
@@ -149,7 +149,7 @@
 	<a href="../concepts/concepts-7.htm">Java editor</a></p><p><img src="../images/ngrelr.gif" width=159 height=27 alt="Related reference" border="0"><br>
     <a href="../reference/ref-2.htm">JDT actions</a><a href="../reference/ref-152.htm"></a><br>
 </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
 
 </body>
 </html>
Index: concepts/cremdbug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/cremdbug.htm,v
retrieving revision 1.13
diff -u -r1.13 cremdbug.htm
--- concepts/cremdbug.htm	23 Jun 2004 22:40:34 -0000	1.13
+++ concepts/cremdbug.htm	10 Nov 2004 21:16:43 -0000
@@ -43,12 +43,12 @@
     </ol>
     <p>More specific instructions for setting up a launch configuration for
     remote debugging should be obtained from your VM provider.&nbsp; </p>
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     <a href="../tasks/tasks-141.htm">Using the remote Java application launch configuration<br>
     </a>
     <a href="../tasks/tasks-142.htm">Disconnecting from a VM</a><br>
     </p>
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: concepts/ctemplates.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/concepts/ctemplates.htm,v
retrieving revision 1.16
diff -u -r1.16 ctemplates.htm
--- concepts/ctemplates.htm	23 Jun 2004 22:40:34 -0000	1.16
+++ concepts/ctemplates.htm	10 Nov 2004 21:16:43 -0000
@@ -29,12 +29,12 @@
     <strong>Window &gt; Preferences &gt; Java &gt; Editor &gt; Templates</strong>.
     You can also create your own templates or edit the existing ones.</p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+    <p><img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
      <a href="../tasks/tasks-171.htm">Using templates</a><br>
      <a href="../tasks/tasks-203.htm">Writing your own templates</a>
     </p>
 
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
      <a href="../reference/ref-menu-edit.htm">Edit menu</a><br>
      <a href="../reference/ref-143.htm">Java Content Assist</a><br>
      <a href="../reference/ref-preferences-templates.htm">Templates preferences</a><br>
@@ -43,7 +43,7 @@
     <p><br>
     </p>
 
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a></p>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a></p>
   </body>
 </html>
 
Index: gettingStarted/qs-10.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-10.htm,v
retrieving revision 1.29
diff -u -r1.29 qs-10.htm
--- gettingStarted/qs-10.htm	24 Jun 2004 20:55:57 -0000	1.29
+++ gettingStarted/qs-10.htm	10 Nov 2004 21:16:43 -0000
@@ -59,7 +59,7 @@
 <p> <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
   <a href="../reference/ref-117.htm">Refactoring wizard</a><br>
   <a href="../reference/ref-23.htm">Refactoring preferences</a> </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-11.htm,v
retrieving revision 1.28
diff -u -r1.28 qs-11.htm
--- gettingStarted/qs-11.htm	24 Jun 2004 20:55:57 -0000	1.28
+++ gettingStarted/qs-11.htm	10 Nov 2004 21:16:44 -0000
@@ -114,7 +114,7 @@
 <p> <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
   <a href="../reference/ref-117.htm">Refactoring wizard</a><br>
   <a href="../reference/ref-23.htm">Refactoring preferences</a> </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-12.htm,v
retrieving revision 1.33
diff -u -r1.33 qs-12.htm
--- gettingStarted/qs-12.htm	24 Jun 2004 20:55:57 -0000	1.33
+++ gettingStarted/qs-12.htm	10 Nov 2004 21:16:44 -0000
@@ -84,12 +84,12 @@
      <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
     </p>
 
-    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
      <a href="../reference/ref-51.htm">Debug view</a><br>
      <a href="../reference/ref-4.htm">Run and debug actions</a><br>
     </p>
 
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm,v
retrieving revision 1.35
diff -u -r1.35 qs-13.htm
--- gettingStarted/qs-13.htm	24 Jun 2004 20:55:57 -0000	1.35
+++ gettingStarted/qs-13.htm	10 Nov 2004 21:16:44 -0000
@@ -82,12 +82,12 @@
   </li>
 </ol>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="../concepts/cbrkpnts.htm">Breakpoints</a><br>
      <a href="../concepts/cremdbug.htm">Remote debugging</a><br>
      <a href="../concepts/clocdbug.htm">Local debugging</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
      <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
      <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
@@ -103,7 +103,7 @@
      <a href="../reference/ref-56.htm">Expressions view</a><br>
      <a href="../reference/ref-74.htm">Variables view</a></p>
 
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-14.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-14.htm,v
retrieving revision 1.29
diff -u -r1.29 qs-14.htm
--- gettingStarted/qs-14.htm	23 Jun 2004 22:42:05 -0000	1.29
+++ gettingStarted/qs-14.htm	10 Nov 2004 21:16:44 -0000
@@ -42,19 +42,19 @@
   </li> 
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-10.htm">Debugger</a></p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
 <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an
 expression</a><br>
 <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an
 expression</a><br>
 <a href="../tasks/tasks-107.htm">Viewing compilation errors and warnings</a></p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-56.htm">Expressions view</a></p>
 
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-15.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-15.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-15.htm
--- gettingStarted/qs-15.htm	24 Jun 2004 20:55:57 -0000	1.23
+++ gettingStarted/qs-15.htm	10 Nov 2004 21:16:44 -0000
@@ -48,20 +48,20 @@
     can close the editor.&nbsp; Save the changes in the page if you want to keep
     the snippets for future use. </li>
 </ol>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-10.htm">Debugger</a></p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
 <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an
 expression</a><br>
 <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an
 expression</a><br>
 <a href="../tasks/tasks-107.htm">Viewing compilation errors and warnings</a></p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-129.htm">New Java Scrapbook Page wizard</a><br>
 <a href="../reference/ref-34.htm">Java scrapbook page</a><br>
 <a href="../reference/ref-56.htm">Expressions view</a></p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-2.htm,v
retrieving revision 1.36
diff -u -r1.36 qs-2.htm
--- gettingStarted/qs-2.htm	24 Jun 2004 20:55:57 -0000	1.36
+++ gettingStarted/qs-2.htm	10 Nov 2004 21:16:44 -0000
@@ -75,7 +75,7 @@
 &gt; Preferences &gt; Java &gt; Editor &gt; Syntax</STRONG> has <STRONG>Enable
 advance highlighting</STRONG> checked on.</P>
 <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -97,7 +97,7 @@
        <a href="../reference/ref-preferences-new-project.htm">New Project Preferences</a><br>
        <a href="../reference/ref-21.htm">Java Editor Preferences</a><br>
     </p>
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-3.htm,v
retrieving revision 1.34
diff -u -r1.34 qs-3.htm
--- gettingStarted/qs-3.htm	24 Jun 2004 20:55:57 -0000	1.34
+++ gettingStarted/qs-3.htm	10 Nov 2004 21:16:44 -0000
@@ -77,7 +77,7 @@
 	</LI>
 </OL>
 <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -98,7 +98,7 @@
       <a href="../reference/ref-121.htm">New Java Project Wizard</a><br>
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-4.htm,v
retrieving revision 1.27
diff -u -r1.27 qs-4.htm
--- gettingStarted/qs-4.htm	24 Jun 2004 20:55:57 -0000	1.27
+++ gettingStarted/qs-4.htm	10 Nov 2004 21:16:44 -0000
@@ -33,7 +33,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../tasks/tasks-6.htm">Java views</a><br>
@@ -50,7 +50,7 @@
     <p>
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
-    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+    <p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-6.htm,v
retrieving revision 1.39
diff -u -r1.39 qs-6.htm
--- gettingStarted/qs-6.htm	24 Jun 2004 20:55:57 -0000	1.39
+++ gettingStarted/qs-6.htm	10 Nov 2004 21:16:44 -0000
@@ -98,7 +98,7 @@
 </p>
 <p> <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a><br>
   <a href="../reference/ref-13.htm">Java Base preference page</a> </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-7.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-7.htm,v
retrieving revision 1.32
diff -u -r1.32 qs-7.htm
--- gettingStarted/qs-7.htm	24 Jun 2004 20:55:57 -0000	1.32
+++ gettingStarted/qs-7.htm	10 Nov 2004 21:16:44 -0000
@@ -89,7 +89,7 @@
 </p>
 <p> <a href="../reference/ref-21.htm">Editor preference page</a><br>
   <a href="../reference/ref-java-editor-quickfix.htm">Quick Fix</a> </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-8.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-8.htm,v
retrieving revision 1.25
diff -u -r1.25 qs-8.htm
--- gettingStarted/qs-8.htm	24 Jun 2004 20:55:57 -0000	1.25
+++ gettingStarted/qs-8.htm	10 Nov 2004 21:16:44 -0000
@@ -67,7 +67,7 @@
 <p> <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
   <a href="../reference/ref-117.htm">Refactoring wizard</a><br>
   <a href="../reference/ref-23.htm">Refactoring preferences</a> </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-9.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-9.htm,v
retrieving revision 1.34
diff -u -r1.34 qs-9.htm
--- gettingStarted/qs-9.htm	24 Jun 2004 20:55:57 -0000	1.34
+++ gettingStarted/qs-9.htm	10 Nov 2004 21:16:44 -0000
@@ -104,7 +104,7 @@
   <a href="../reference/ref-17.htm">Code formatter preference page</a><br>
   <a href="../reference/ref-preferences-code-generation.htm">Code generation preference page</a><br>
 </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-AddMethod.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-AddMethod.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-AddMethod.htm
--- gettingStarted/qs-AddMethod.htm	24 Jun 2004 20:55:57 -0000	1.11
+++ gettingStarted/qs-AddMethod.htm	10 Nov 2004 21:16:44 -0000
@@ -55,7 +55,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -73,7 +73,7 @@
        <a href="../reference/ref-21.htm">Java Editor Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-BasicTutorial.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-BasicTutorial.htm,v
retrieving revision 1.2
diff -u -r1.2 qs-BasicTutorial.htm
--- gettingStarted/qs-BasicTutorial.htm	23 Jun 2004 22:42:05 -0000	1.2
+++ gettingStarted/qs-BasicTutorial.htm	10 Nov 2004 21:16:44 -0000
@@ -16,7 +16,7 @@
       This tutorial provides a step by step walk-through of the Java development tooling.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-Browsing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-Browsing.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-Browsing.htm
--- gettingStarted/qs-Browsing.htm	24 Jun 2004 20:55:57 -0000	1.8
+++ gettingStarted/qs-Browsing.htm	10 Nov 2004 21:16:44 -0000
@@ -78,7 +78,7 @@
       Therefore activating these functions is analogous to activating them in the Java perspective.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-ContentAssist.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-ContentAssist.htm,v
retrieving revision 1.9
diff -u -r1.9 qs-ContentAssist.htm
--- gettingStarted/qs-ContentAssist.htm	24 Jun 2004 20:55:57 -0000	1.9
+++ gettingStarted/qs-ContentAssist.htm	10 Nov 2004 21:16:44 -0000
@@ -60,7 +60,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -80,7 +80,7 @@
        <a href="../reference/ref-21.htm">Java Editor Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-DetectingExistingLayout.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-DetectingExistingLayout.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-DetectingExistingLayout.htm
--- gettingStarted/qs-DetectingExistingLayout.htm	24 Jun 2004 19:50:38 -0000	1.10
+++ gettingStarted/qs-DetectingExistingLayout.htm	10 Nov 2004 21:16:44 -0000
@@ -61,7 +61,7 @@
 	</p>
 
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -85,7 +85,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-EditorTemplates.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-EditorTemplates.htm,v
retrieving revision 1.7
diff -u -r1.7 qs-EditorTemplates.htm
--- gettingStarted/qs-EditorTemplates.htm	24 Jun 2004 20:55:57 -0000	1.7
+++ gettingStarted/qs-EditorTemplates.htm	10 Nov 2004 21:16:44 -0000
@@ -106,7 +106,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -127,7 +127,7 @@
        <a href="../reference/ref-21.htm">Java Editor Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-ExtractMethod.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-ExtractMethod.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-ExtractMethod.htm
--- gettingStarted/qs-ExtractMethod.htm	24 Jun 2004 20:55:57 -0000	1.8
+++ gettingStarted/qs-ExtractMethod.htm	10 Nov 2004 21:16:44 -0000
@@ -81,7 +81,7 @@
        <a href="../reference/ref-23.htm">Refactoring Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-LocalHistory.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-LocalHistory.htm,v
retrieving revision 1.9
diff -u -r1.9 qs-LocalHistory.htm
--- gettingStarted/qs-LocalHistory.htm	24 Jun 2004 20:55:57 -0000	1.9
+++ gettingStarted/qs-LocalHistory.htm	10 Nov 2004 21:16:44 -0000
@@ -71,7 +71,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -84,7 +84,7 @@
        <a href="../tasks/tasks-62.htm">Using the local history</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-Navigate.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-Navigate.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-Navigate.htm
--- gettingStarted/qs-Navigate.htm	24 Jun 2004 20:55:57 -0000	1.8
+++ gettingStarted/qs-Navigate.htm	10 Nov 2004 21:16:44 -0000
@@ -66,7 +66,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-OpenJavaEditor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-OpenJavaEditor.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-OpenJavaEditor.htm
--- gettingStarted/qs-OpenJavaEditor.htm	24 Jun 2004 20:55:57 -0000	1.11
+++ gettingStarted/qs-OpenJavaEditor.htm	10 Nov 2004 21:16:44 -0000
@@ -78,7 +78,7 @@
 		</ol>
 	</p>	
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../tasks/tasks-6.htm">Java views</a><br>
@@ -101,7 +101,7 @@
        <a href="../reference/ref-21.htm">Java Editor Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-OrganizeImports.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-OrganizeImports.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-OrganizeImports.htm
--- gettingStarted/qs-OrganizeImports.htm	24 Jun 2004 20:55:57 -0000	1.10
+++ gettingStarted/qs-OrganizeImports.htm	10 Nov 2004 21:16:44 -0000
@@ -44,7 +44,7 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -62,7 +62,7 @@
        <a href="../reference/ref-22.htm">Organize Imports Preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-OrganizingSources.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-OrganizingSources.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-OrganizingSources.htm
--- gettingStarted/qs-OrganizingSources.htm	24 Jun 2004 19:50:38 -0000	1.10
+++ gettingStarted/qs-OrganizingSources.htm	10 Nov 2004 21:16:44 -0000
@@ -72,7 +72,7 @@
     </li>
 	</ol>    
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -96,7 +96,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-ProjectConfiguration.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-ProjectConfiguration.htm,v
retrieving revision 1.6
diff -u -r1.6 qs-ProjectConfiguration.htm
--- gettingStarted/qs-ProjectConfiguration.htm	23 Jun 2004 22:42:05 -0000	1.6
+++ gettingStarted/qs-ProjectConfiguration.htm	10 Nov 2004 21:16:44 -0000
@@ -19,7 +19,7 @@
     </p>
 
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -43,7 +43,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-WorkingWithExistingLayout1.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-WorkingWithExistingLayout1.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-WorkingWithExistingLayout1.htm
--- gettingStarted/qs-WorkingWithExistingLayout1.htm	24 Jun 2004 20:55:57 -0000	1.11
+++ gettingStarted/qs-WorkingWithExistingLayout1.htm	10 Nov 2004 21:16:44 -0000
@@ -63,7 +63,7 @@
 	</ol>
 
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -87,7 +87,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-WorkingWithExistingLayout2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-WorkingWithExistingLayout2.htm,v
retrieving revision 1.9
diff -u -r1.9 qs-WorkingWithExistingLayout2.htm
--- gettingStarted/qs-WorkingWithExistingLayout2.htm	24 Jun 2004 19:50:38 -0000	1.9
+++ gettingStarted/qs-WorkingWithExistingLayout2.htm	10 Nov 2004 21:16:44 -0000
@@ -74,7 +74,7 @@
 	</ol>
 		
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -98,7 +98,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-WorkingWithExistingLayout3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-WorkingWithExistingLayout3.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-WorkingWithExistingLayout3.htm
--- gettingStarted/qs-WorkingWithExistingLayout3.htm	24 Jun 2004 19:50:38 -0000	1.11
+++ gettingStarted/qs-WorkingWithExistingLayout3.htm	10 Nov 2004 21:16:44 -0000
@@ -70,7 +70,7 @@
 	</ol>
 
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -94,7 +94,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-WorkingWithExistingLayout4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-WorkingWithExistingLayout4.htm,v
retrieving revision 1.13
diff -u -r1.13 qs-WorkingWithExistingLayout4.htm
--- gettingStarted/qs-WorkingWithExistingLayout4.htm	24 Jun 2004 19:50:38 -0000	1.13
+++ gettingStarted/qs-WorkingWithExistingLayout4.htm	10 Nov 2004 21:16:44 -0000
@@ -73,7 +73,7 @@
 	different compiler options, then different errors could be reported on each &quot;Common.java&quot; file.
 	
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -97,7 +97,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-WorkingWithExistingLayout5.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-WorkingWithExistingLayout5.htm,v
retrieving revision 1.5
diff -u -r1.5 qs-WorkingWithExistingLayout5.htm
--- gettingStarted/qs-WorkingWithExistingLayout5.htm	24 Jun 2004 19:50:38 -0000	1.5
+++ gettingStarted/qs-WorkingWithExistingLayout5.htm	10 Nov 2004 21:16:44 -0000
@@ -95,7 +95,7 @@
 	</ol>
 
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a><br>
@@ -119,7 +119,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer View</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: gettingStarted/qs-junit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-junit.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-junit.htm
--- gettingStarted/qs-junit.htm	24 Jun 2004 20:55:57 -0000	1.14
+++ gettingStarted/qs-junit.htm	10 Nov 2004 21:16:44 -0000
@@ -181,7 +181,7 @@
     the wizard to update existing test suite classes. Editing code between the markers is 
     not recommended.</p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkAccess.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkAccess.htm,v
retrieving revision 1.10
diff -u -r1.10 brkAccess.htm
--- reference/brkAccess.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/brkAccess.htm	10 Nov 2004 21:16:45 -0000
@@ -16,18 +16,18 @@
       When this option is turned on, the watchpoint causes execution to suspend on access of a field.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
     	<a href="../tasks/tasks-130.htm">Launching a Java program</a> <br>
 		<a href="../tasks/tasks-126.htm">Running and debugging</a> 
 	 </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkEntry.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkEntry.htm,v
retrieving revision 1.8
diff -u -r1.8 brkEntry.htm
--- reference/brkEntry.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/brkEntry.htm	10 Nov 2004 21:16:45 -0000
@@ -16,11 +16,11 @@
       When this option is turned on, the breakpoint causes execution to suspend on entry of the method.
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-145.htm">Setting method breakpoints</a>
 	</p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkExit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkExit.htm,v
retrieving revision 1.9
diff -u -r1.9 brkExit.htm
--- reference/brkExit.htm	23 Jun 2004 22:41:00 -0000	1.9
+++ reference/brkExit.htm	10 Nov 2004 21:16:45 -0000
@@ -16,11 +16,11 @@
       When this option is turned on, the breakpoint causes execution to suspend on exit of the method.
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-145.htm">Setting method breakpoints</a>
 	</p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkMod.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkMod.htm,v
retrieving revision 1.10
diff -u -r1.10 brkMod.htm
--- reference/brkMod.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/brkMod.htm	10 Nov 2004 21:16:45 -0000
@@ -16,18 +16,18 @@
       When this option is turned on, the watchpoint causes execution to suspend on modification of a field.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
 	</p>
 	<p>
-       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
 	    <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
      <a href="../tasks/tasks-126.htm">Running and debugging</a> 
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkProperties.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkProperties.htm,v
retrieving revision 1.9
diff -u -r1.9 brkProperties.htm
--- reference/brkProperties.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/brkProperties.htm	10 Nov 2004 21:16:45 -0000
@@ -16,7 +16,7 @@
       This action realizes a breakpoint properties dialog for the currently selected breakpoint
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-146.htm">Applying hit counts</a><br>
        <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
@@ -26,7 +26,7 @@
        <a href="../tasks/tasks-145.htm">Setting method breakpoints</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkSelectAll.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkSelectAll.htm,v
retrieving revision 1.9
diff -u -r1.9 brkSelectAll.htm
--- reference/brkSelectAll.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/brkSelectAll.htm	10 Nov 2004 21:16:45 -0000
@@ -16,7 +16,7 @@
       This command selects all breakpoints in the <strong>Breakpoints view</strong>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkShowSupported.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkShowSupported.htm,v
retrieving revision 1.10
diff -u -r1.10 brkShowSupported.htm
--- reference/brkShowSupported.htm	23 Jun 2004 22:41:00 -0000	1.10
+++ reference/brkShowSupported.htm	10 Nov 2004 21:16:45 -0000
@@ -16,7 +16,7 @@
 <p> When this action is toggled on, the breakpoints view only displays breakpoints 
   applicable to the selected debug target. </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/brkSuspendPolicy.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/brkSuspendPolicy.htm,v
retrieving revision 1.12
diff -u -r1.12 brkSuspendPolicy.htm
--- reference/brkSuspendPolicy.htm	23 Jun 2004 22:40:59 -0000	1.12
+++ reference/brkSuspendPolicy.htm	10 Nov 2004 21:16:45 -0000
@@ -18,18 +18,18 @@
       <br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
     	<a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
       	<a href="../tasks/tasks-126.htm">Running and debugging</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-11.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-11.htm
--- reference/ref-11.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-11.htm	10 Nov 2004 21:16:45 -0000
@@ -132,7 +132,7 @@
        <a href="ref-menu-search.htm">Search menu</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-115.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-115.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-115.htm
--- reference/ref-115.htm	23 Jun 2004 22:41:00 -0000	1.12
+++ reference/ref-115.htm	10 Nov 2004 21:16:45 -0000
@@ -38,7 +38,7 @@
        <a href="ref-23.htm">Refactoring preference page</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-117.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-117.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-117.htm
--- reference/ref-117.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-117.htm	10 Nov 2004 21:16:45 -0000
@@ -37,7 +37,7 @@
        <a href="ref-156.htm">Icons</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-117a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-117a.htm,v
retrieving revision 1.3
diff -u -r1.3 ref-117a.htm
--- reference/ref-117a.htm	23 Jun 2004 22:41:00 -0000	1.3
+++ reference/ref-117a.htm	10 Nov 2004 21:16:45 -0000
@@ -116,7 +116,7 @@
       <a href="ref-156.htm">Icons</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-117b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-117b.htm,v
retrieving revision 1.4
diff -u -r1.4 ref-117b.htm
--- reference/ref-117b.htm	23 Jun 2004 22:40:59 -0000	1.4
+++ reference/ref-117b.htm	10 Nov 2004 21:16:45 -0000
@@ -122,7 +122,7 @@
       <a href="ref-156.htm">Icons</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-12.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-12.htm
--- reference/ref-12.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-12.htm	10 Nov 2004 21:16:45 -0000
@@ -125,7 +125,7 @@
       You can also click the <strong>Change</strong> button to set the font for the Console.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-121.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-121.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-121.htm
--- reference/ref-121.htm	23 Jun 2004 22:40:59 -0000	1.19
+++ reference/ref-121.htm	10 Nov 2004 21:16:45 -0000
@@ -71,7 +71,7 @@
     </p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-123.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-123.htm,v
retrieving revision 1.33
diff -u -r1.33 ref-123.htm
--- reference/ref-123.htm	23 Jun 2004 22:41:00 -0000	1.33
+++ reference/ref-123.htm	10 Nov 2004 21:16:45 -0000
@@ -247,7 +247,7 @@
     </p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-124.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-124.htm,v
retrieving revision 1.22
diff -u -r1.22 ref-124.htm
--- reference/ref-124.htm	23 Jun 2004 22:40:59 -0000	1.22
+++ reference/ref-124.htm	10 Nov 2004 21:16:45 -0000
@@ -67,7 +67,7 @@
     </p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-125.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-125.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-125.htm
--- reference/ref-125.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-125.htm	10 Nov 2004 21:16:45 -0000
@@ -50,7 +50,7 @@
      <a href="../reference/ref-menu-file.htm">File actions</a></p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-126.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-126.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-126.htm
--- reference/ref-126.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-126.htm	10 Nov 2004 21:16:45 -0000
@@ -122,7 +122,7 @@
      <a href="../reference/ref-menu-file.htm">File actions</a></p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-127.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-127.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-127.htm
--- reference/ref-127.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-127.htm	10 Nov 2004 21:16:45 -0000
@@ -92,7 +92,7 @@
      <a href="../reference/ref-menu-file.htm">File actions</a></p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-128.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-128.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-128.htm
--- reference/ref-128.htm	23 Jun 2004 22:40:59 -0000	1.20
+++ reference/ref-128.htm	10 Nov 2004 21:16:45 -0000
@@ -65,7 +65,7 @@
      <a href="../reference/ref-menu-file.htm">File actions</a></p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-129.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-129.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-129.htm
--- reference/ref-129.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-129.htm	10 Nov 2004 21:16:45 -0000
@@ -50,7 +50,7 @@
     </p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-13.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-13.htm
--- reference/ref-13.htm	23 Jun 2004 22:40:59 -0000	1.20
+++ reference/ref-13.htm	10 Nov 2004 21:16:45 -0000
@@ -140,7 +140,7 @@
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer view</a> <a href="../reference/ref-type-hierarchy.htm">Hierarchy view</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-131.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-131.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-131.htm
--- reference/ref-131.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-131.htm	10 Nov 2004 21:16:45 -0000
@@ -92,7 +92,7 @@
      <a href="../reference/ref-menu-search.htm">Search</a></p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-143.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-143.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-143.htm
--- reference/ref-143.htm	24 Jun 2004 20:55:57 -0000	1.19
+++ reference/ref-143.htm	10 Nov 2004 21:16:45 -0000
@@ -59,7 +59,7 @@
        <a href="../reference/ref-preferences-templates.htm">Templates preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-148.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-148.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-148.htm
--- reference/ref-148.htm	23 Jun 2004 22:40:59 -0000	1.15
+++ reference/ref-148.htm	10 Nov 2004 21:16:45 -0000
@@ -37,7 +37,7 @@
       <a href="../reference/ref-menu-navigate.htm">Navigate actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-149.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-149.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-149.htm
--- reference/ref-149.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-149.htm	10 Nov 2004 21:16:45 -0000
@@ -15,13 +15,13 @@
     <p>
       This menu allows you to manage the running of an application in the workbench. Some menu items are only active if the Debug view is the active view.<br>
       <br>
-       <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+       <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
@@ -29,11 +29,11 @@
        &nbsp;
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <a href="ref-4.htm">Run and debug actions</a> 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-15.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-15.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-15.htm
--- reference/ref-15.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-15.htm	10 Nov 2004 21:16:45 -0000
@@ -116,7 +116,7 @@
       <a href="ref-18.htm">Installed JREs</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-150.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-150.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-150.htm
--- reference/ref-150.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-150.htm	10 Nov 2004 21:16:45 -0000
@@ -16,7 +16,7 @@
       Many of the commands in this menu allow you to step through code being debugged. <a href="ref-51.htm">See Debug View</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-152.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-152.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-152.htm
--- reference/ref-152.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-152.htm	10 Nov 2004 21:16:45 -0000
@@ -135,20 +135,20 @@
 <p>Yes, you can create a linked folder that points to the desired location and 
   use that folder as the source or output folder in your Java project.</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-123.htm">Java Build Path page</a><br>
        <a href="../reference/ref-155.htm">JDT glossary</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-154.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-154.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-154.htm
--- reference/ref-154.htm	23 Jun 2004 22:40:59 -0000	1.14
+++ reference/ref-154.htm	10 Nov 2004 21:16:45 -0000
@@ -89,7 +89,7 @@
        &nbsp;
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-155.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-155.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-155.htm
--- reference/ref-155.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-155.htm	10 Nov 2004 21:16:45 -0000
@@ -135,19 +135,19 @@
       Virtual machine.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-152.htm">Frequently asked questions on JDT</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-156.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-156.htm,v
retrieving revision 1.32
diff -u -r1.32 ref-156.htm
--- reference/ref-156.htm	24 Jun 2004 20:55:57 -0000	1.32
+++ reference/ref-156.htm	10 Nov 2004 21:16:46 -0000
@@ -402,7 +402,7 @@
       <tbody>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/java_ovr.gif" alt="Java Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/java_ovr.gif" alt="Java Overlay" ><br>
           </td>
           <td valign="top">
             marks project as Java project<br>
@@ -415,7 +415,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/error_co.gif" alt="Abstract Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/error_co.gif" alt="Abstract Overlay" ><br>
           </td>
           <td valign="top">
             this Java element causes an error<br>
@@ -423,7 +423,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/warning_co.gif" alt="Warning Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/warning_co.gif" alt="Warning Overlay" ><br>
           </td>
           <td valign="top">
             this Java element causes warning<br>
@@ -431,7 +431,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/deprecated.gif" alt="Deprecation Overlay" width="16" height="16"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/deprecated.gif" alt="Deprecation Overlay" ><br>
           </td>
           <td valign="top">
             this Java element is deprecated<br>
@@ -444,7 +444,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/constr_ovr.gif" alt="Constructor Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/constr_ovr.gif" alt="Constructor Overlay" ><br>
           </td>
           <td valign="top" width="90%">
             constructor<br>
@@ -452,7 +452,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/abstract_co.gif" alt="Abstract Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/abstract_co.gif" alt="Abstract Overlay" ><br>
           </td>
           <td valign="top" width="90%">
             abstract member<br>
@@ -460,7 +460,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/final_co.gif" alt="Final Overlay" width="7" height="7"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/final_co.gif" alt="Final Overlay" ><br>
           </td>
           <td valign="top" width="90%">
             final member<br>
@@ -468,7 +468,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/static_co.gif" alt="Static overlay" width="7" height="7"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/static_co.gif" alt="Static overlay" ><br>
           </td>
           <td valign="top">
             static member<br>
@@ -476,7 +476,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/synch_co.gif" alt="Synchronized Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/synch_co.gif" alt="Synchronized Overlay" ><br>
           </td>
           <td valign="top">
             synchronized member<br>
@@ -488,7 +488,7 @@
         -->
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/run_co.gif" alt="Run Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/run_co.gif" alt="Run Overlay" ><br>
           </td>
           <td valign="top">
             type with public static void main(String[] args)<br>
@@ -501,7 +501,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/implm_co.gif" alt="Implementor of interface overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/implm_co.gif" alt="Implementor of interface overlay" ><br>
           </td>
           <td valign="top" width="90%">
             implements method from interface<br>
@@ -509,7 +509,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/over_co.gif" alt="Overrides Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/over_co.gif" alt="Overrides Overlay" ><br>
           </td>
           <td valign="top" width="90%">
             overrides method from super class<br>
@@ -522,7 +522,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/focus_ovr.gif" alt="Focus Overlay" width="4" height="10"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/focus_ovr.gif" alt="Focus Overlay" ><br>
           </td>
           <td valign="top">
             type with focus in Type hierarchy<br>
@@ -530,7 +530,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/maxlevel_co.gif" alt="Maximal Expansion Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/maxlevel_co.gif" alt="Maximal Expansion Overlay" ><br>
           </td>
           <td valign="top">
             maximal expansion level in Call Hierarchy<br>
@@ -538,7 +538,7 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/recursive_co.gif" alt="Recursive Overlay" width="7" height="8"><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/recursive_co.gif" alt="Recursive Overlay" ><br>
           </td>
           <td valign="top">
             recursive call in Call Hierarchy<br>
@@ -1538,7 +1538,7 @@
 -->
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-17.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-17.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-17.htm
--- reference/ref-17.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-17.htm	10 Nov 2004 21:16:46 -0000
@@ -177,7 +177,7 @@
        <a href="../reference/ref-21.htm">Java editor preferences</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-18.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-18.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-18.htm
--- reference/ref-18.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-18.htm	10 Nov 2004 21:16:46 -0000
@@ -19,7 +19,7 @@
       This JRE defines the values for the three reserved classpath variables (JRE_LIB, JRE_SRC, JRE_SRCROOT).
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-19.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-19.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-19.htm
--- reference/ref-19.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-19.htm	10 Nov 2004 21:16:46 -0000
@@ -94,7 +94,7 @@
       <a href="../reference/ref-124.htm">Source Attachment</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-2.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-2.htm
--- reference/ref-2.htm	23 Jun 2004 22:41:00 -0000	1.12
+++ reference/ref-2.htm	10 Nov 2004 21:16:46 -0000
@@ -50,7 +50,7 @@
        <a href="../reference/ref-4.htm">Run and Debug actions</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-21.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-21.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-21.htm
--- reference/ref-21.htm	18 Aug 2004 15:45:29 -0000	1.19
+++ reference/ref-21.htm	10 Nov 2004 21:16:46 -0000
@@ -716,7 +716,7 @@
       "../reference/ref-java-editor-quickfix.htm">Quick Fix</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-22.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-22.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-22.htm
--- reference/ref-22.htm	23 Jun 2004 22:40:59 -0000	1.14
+++ reference/ref-22.htm	10 Nov 2004 21:16:46 -0000
@@ -225,7 +225,7 @@
       <a href="../reference/ref-menu-source.htm">Source actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-23.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-23.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-23.htm
--- reference/ref-23.htm	23 Jun 2004 22:40:59 -0000	1.13
+++ reference/ref-23.htm	10 Nov 2004 21:16:46 -0000
@@ -95,13 +95,13 @@
       </tbody>
     </table>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-80.htm">Refactoring</a><br>
@@ -112,14 +112,14 @@
        <a href="../tasks/tasks-101.htm">Redoing a refactoring operation</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
        <a href="ref-117.htm">Refactoring wizard</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-24.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-24.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-24.htm
--- reference/ref-24.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-24.htm	10 Nov 2004 21:16:46 -0000
@@ -13,7 +13,7 @@
       Views and editors
     </h1>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-7.htm">Java editor</a><br>
@@ -23,7 +23,7 @@
       </a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-consoleAppearance.htm">Changing the appearance of the console view</a><br>
@@ -33,7 +33,7 @@
        <a href="../tasks/tasks-65.htm">Using content/code assist</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-java-editor.htm">Java editor actions</a><br>
@@ -48,7 +48,7 @@
        <a href="../reference/ref-74.htm">Variables view</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-3.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-3.htm
--- reference/ref-3.htm	23 Jun 2004 22:40:59 -0000	1.15
+++ reference/ref-3.htm	10 Nov 2004 21:16:46 -0000
@@ -162,13 +162,13 @@
     </table>
     <p>
       <br>
-       <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+       <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <a href="../tasks/tasks-11.htm">Creating Java elements</a> <br>
      <a href="../tasks/tasks-76.htm">Opening an editor on a type</a> 
@@ -185,7 +185,7 @@
        <a href="../reference/ref-24.htm">Views and editors</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-34.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-34.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-34.htm
--- reference/ref-34.htm	23 Jun 2004 22:40:59 -0000	1.15
+++ reference/ref-34.htm	10 Nov 2004 21:16:46 -0000
@@ -44,7 +44,7 @@
       <tbody>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-20.gif" align="baseline" width="16" height="16" alt="Run Snippet button">
+            <img src="../images/ref-20.gif" align="baseline"  alt="Run Snippet button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -59,7 +59,7 @@
         </tr>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-21.gif" align="baseline" width="16" height="16" alt="Display button">
+            <img src="../images/ref-21.gif" align="baseline"  alt="Display button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -74,7 +74,7 @@
         </tr>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-22.gif" align="baseline" width="16" height="16" alt="Inspect button">
+            <img src="../images/ref-22.gif" align="baseline"  alt="Inspect button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -89,7 +89,7 @@
         </tr>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-23.gif" align="baseline" width="16" height="16" alt="Terminate button">
+            <img src="../images/ref-23.gif" align="baseline"  alt="Terminate button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -104,7 +104,7 @@
         </tr>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-24.gif" align="baseline" width="16" height="16" alt="Set the import Declarations button">
+            <img src="../images/ref-24.gif" align="baseline"  alt="Set the import Declarations button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -120,13 +120,13 @@
       </tbody>
     </table>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-11.htm">Scrapbook</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
@@ -138,7 +138,7 @@
       <a href="../reference/ref-129.htm">New Java Scrapbook Page wizard</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-35.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-35.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-35.htm
--- reference/ref-35.htm	23 Jun 2004 22:40:59 -0000	1.12
+++ reference/ref-35.htm	10 Nov 2004 21:16:46 -0000
@@ -20,14 +20,14 @@
       This view also lists Java exception breakpoints, which suspend execution at the point where the exception is thrown. You can add or remove exceptions.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a><br>
        <a href="../concepts/concepts-6.htm">Java views</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
@@ -39,13 +39,13 @@
        <a href="../tasks/tasks-145.htm">Setting method breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-36.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-36.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-36.htm
--- reference/ref-36.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-36.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command removes the selected breakpoint(s).
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-37.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-37.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-37.htm
--- reference/ref-37.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-37.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command removes all breakpoints in the workbench.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-38.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-38.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-38.htm
--- reference/ref-38.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/ref-38.htm	10 Nov 2004 21:16:46 -0000
@@ -17,20 +17,20 @@
       breakpoint is associated.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
       	<a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-39.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-39.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-39.htm
--- reference/ref-39.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-39.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide qualified names.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-4.htm,v
retrieving revision 1.21
diff -u -r1.21 ref-4.htm
--- reference/ref-4.htm	24 Jun 2004 17:53:27 -0000	1.21
+++ reference/ref-4.htm	10 Nov 2004 21:16:46 -0000
@@ -36,7 +36,7 @@
       <tbody>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-7.gif" align="baseline" width="16" height="16" alt="Run button">
+            <img src="../images/ref-7.gif" align="baseline"  alt="Run button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -51,7 +51,7 @@
         </tr>
         <tr>
           <td rowspan="1" colspan="1" valign="top" align="left">
-            <img src="../images/ref-8.gif" align="baseline" width="16" height="16" alt="Debug button">
+            <img src="../images/ref-8.gif" align="baseline"  alt="Debug button">
           </td>
           <td rowspan="1" colspan="1" valign="top" align="left">
             <p>
@@ -359,7 +359,7 @@
       </tbody>
     </table>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
@@ -367,7 +367,7 @@
        <a href="../concepts/cremdbug.htm">Remote Debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <br>
        <a href="../tasks/tasks-126.htm">Running and Debugging</a><br>
        <a href="../tasks/tasks-141.htm">Connecting to a remote VM with the Remote Java application launch configuration</a><br>
@@ -376,7 +376,7 @@
        <a href="../tasks/tasks-147.htm">Catching exceptions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related Reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related Reference" >
     </p>
     <p>
       <a href="ref-51.htm">Debug View</a><br>
@@ -384,7 +384,7 @@
        <a href="../reference/ref-4.htm">Run and Debug actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-40.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-40.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-40.htm
--- reference/ref-40.htm	23 Jun 2004 22:41:00 -0000	1.12
+++ reference/ref-40.htm	10 Nov 2004 21:16:46 -0000
@@ -28,13 +28,13 @@
       </li>
     </ul>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
@@ -45,7 +45,7 @@
       <br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-41.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-41.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-41.htm
--- reference/ref-41.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-41.htm	10 Nov 2004 21:16:46 -0000
@@ -16,12 +16,12 @@
       When this option is turned on, execution stops when the exception is thrown and is not caught in the program.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
       <br>
-       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
        <a href="../tasks/tasks-147.htm">Catching exceptions</a><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
@@ -30,13 +30,13 @@
       <br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-40.htm">Add Java exception breakpoint</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-42.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-42.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-42.htm
--- reference/ref-42.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-42.htm	10 Nov 2004 21:16:46 -0000
@@ -16,11 +16,11 @@
       When this option is turned on, execution stops when the exception is thrown and is caught in the program.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <br>
-     <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"> <br>
+     <img border="0" src="../images/ngrelt.gif" alt="Related tasks" > <br>
      <a href="../tasks/tasks-147.htm">Catching exceptions</a><br>
     	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
@@ -28,7 +28,7 @@
      	<a href="../tasks/tasks-126.htm">Running and debugging</a> 
     <p>
       <br>
-       <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+       <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-40.htm">Add Java exception breakpoint</a>
@@ -37,7 +37,7 @@
       &nbsp;<br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-43.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-43.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-43.htm
--- reference/ref-43.htm	23 Jun 2004 22:41:00 -0000	1.11
+++ reference/ref-43.htm	10 Nov 2004 21:16:46 -0000
@@ -18,18 +18,18 @@
       <br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
       	<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
     	<a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
 	    <a href="../tasks/tasks-130.htm">Launching a Java program</a> <br>
      <a href="../tasks/tasks-126.htm">Running and debugging</a> 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-44.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-44.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-44.htm
--- reference/ref-44.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-44.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command enables the selected breakpoints.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-44a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-44a.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-44a.htm
--- reference/ref-44a.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-44a.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command disables the selected breakpoints. A disabled breakpoint does not cause the execution of a program to be suspended.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-45.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-45.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-45.htm
--- reference/ref-45.htm	23 Jun 2004 22:41:00 -0000	1.13
+++ reference/ref-45.htm	10 Nov 2004 21:16:46 -0000
@@ -32,14 +32,14 @@
       &gt; <strong>Console</strong>).
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-consoleAppearance.htm">Changing the appearance of the console view</a><br>
@@ -49,7 +49,7 @@
       <a href="../reference/ref-4.htm">Run menu</a> <a href="../reference/ref-35.htm">Breakpoints view</a> <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-45b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-45b.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-45b.htm
--- reference/ref-45b.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-45b.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command terminates the process that is currently associated with the console
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-46.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-46.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-46.htm
--- reference/ref-46.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-46.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command clears all content in the Console view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-47.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-47.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-47.htm
--- reference/ref-47.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-47.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command copies all selected text from the Console view onto the clipboard.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-48.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-48.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-48.htm
--- reference/ref-48.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-48.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command selects all text in the current pane of the Console view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-49.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-49.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-49.htm
--- reference/ref-49.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-49.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you to search for an expression and replace it with another expression.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-50.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-50.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-50.htm
--- reference/ref-50.htm	23 Jun 2004 22:41:00 -0000	1.8
+++ reference/ref-50.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you to go to the specified line in the console. The line is specified in the resulting dialog.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-51.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-51.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-51.htm
--- reference/ref-51.htm	24 Jun 2004 20:55:57 -0000	1.16
+++ reference/ref-51.htm	10 Nov 2004 21:16:46 -0000
@@ -36,7 +36,7 @@
   </tr>
   </thead> <tbody> 
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-25.gif" align="baseline" width="16" height="16" alt="Resume button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-25.gif" align="baseline"  alt="Resume button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Resume </p>
@@ -46,7 +46,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-26.gif" align="baseline" width="16" height="16" alt="Suspend button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-26.gif" align="baseline"  alt="Suspend button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Suspend </p>
@@ -57,7 +57,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-27.gif" align="baseline" width="16" height="16" alt="Terminate button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-27.gif" align="baseline"  alt="Terminate button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Terminate </p>
@@ -68,7 +68,7 @@
   </tr>
   <tr> 
     <td rowspan="1" colspan="1" valign="top" align="left" width="78"> 
-      <p> <img src="../images/terminate_rem_co.gif" align="baseline" width="16" height="16" alt="Terminate &amp; Remove command in context menu"><br>
+      <p> <img src="../images/terminate_rem_co.gif" align="baseline"  alt="Terminate &amp; Remove command in context menu"><br>
         Context menu only </p>
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
@@ -81,7 +81,7 @@
   </tr>
   <tr> 
     <td rowspan="1" colspan="1" valign="top" align="left" width="78"> 
-      <p> <img src="../images/terminate_all_co.gif" align="baseline" width="16" height="16" alt="Terminate All command in context menu"><br>
+      <p> <img src="../images/terminate_all_co.gif" align="baseline"  alt="Terminate All command in context menu"><br>
         Context menu only </p>
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
@@ -92,7 +92,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-28.gif" align="baseline" width="16" height="16" alt="Disconnect button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-28.gif" align="baseline"  alt="Disconnect button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Disconnect </p>
@@ -103,7 +103,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-29.gif" align="baseline" width="16" height="16" alt="Remove All Terminated Launches button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-29.gif" align="baseline"  alt="Remove All Terminated Launches button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Remove All Terminated Launches </p>
@@ -114,14 +114,14 @@
     </td>
   </tr>
   <tr> 
-    <td colspan="1" valign="top" align="left" width="78"><img src="../images/stepbystep_co.gif" align="baseline" width="16" height="16" alt="Step with Filters button"> 
+    <td colspan="1" valign="top" align="left" width="78"><img src="../images/stepbystep_co.gif" align="baseline"  alt="Step with Filters button"> 
     </td>
     <td colspan="1" valign="top" align="left" width="111">Use Step Filters</td>
     <td colspan="1" valign="top" align="left" width="494">This command toggles 
       step filters on/off. When on, all step functions apply step filters.</td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-30.gif" align="baseline" width="16" height="16" alt="Step Into button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-30.gif" align="baseline"  alt="Step Into button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Step Into </p>
@@ -131,7 +131,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-31.gif" align="baseline" width="16" height="16" alt="Step Over button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-31.gif" align="baseline"  alt="Step Over button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Step Over </p>
@@ -146,7 +146,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-32.gif" align="baseline" width="16" height="16" alt="Run to Return button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-32.gif" align="baseline"  alt="Run to Return button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Run to Return </p>
@@ -157,7 +157,7 @@
     </td>
   </tr>
   <tr> 
-    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-33.gif" align="baseline" width="16" height="16" alt="Show Qualified Names button"> 
+    <td rowspan="1" colspan="1" valign="top" align="left" width="78"> <img src="../images/ref-33.gif" align="baseline"  alt="Show Qualified Names button"> 
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
       <p> Show Qualified Names </p>
@@ -168,7 +168,7 @@
   </tr>
   <tr> 
     <td rowspan="1" colspan="1" valign="top" align="left" width="78"> 
-      <p> <img src="../images/copy_edit_co.gif" align="baseline" width="16" height="16" alt="Copy Stack command in context menu"><br>
+      <p> <img src="../images/copy_edit_co.gif" align="baseline"  alt="Copy Stack command in context menu"><br>
         Context menu only </p>
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
@@ -206,7 +206,7 @@
   </tr>
   <tr> 
     <td rowspan="1" colspan="1" valign="top" align="left" width="78"> 
-      <p> <img src="../images/runlast_co.gif" align="baseline" width="16" height="16" alt="Relaunch command in context menu"><br>
+      <p> <img src="../images/runlast_co.gif" align="baseline"  alt="Relaunch command in context menu"><br>
         Context menu only </p>
     </td>
     <td rowspan="1" colspan="1" valign="top" align="left" width="111"> 
@@ -234,7 +234,7 @@
       
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
@@ -243,7 +243,7 @@
        <a href="../concepts/cremdbug.htm">Remote debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
@@ -257,7 +257,7 @@
        <a href="../tasks/tasks-134.htm">Suspending threads</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-11.htm">Debug preferences</a><br>
@@ -265,7 +265,7 @@
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-51a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-51a.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-51a.htm
--- reference/ref-51a.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-51a.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you open an editor on the declared type of the currently selected stack frame in the <strong>Debug view</strong>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-51b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-51b.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-51b.htm
--- reference/ref-51b.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-51b.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you open an editor on the receiving type of the currently selected stack frame in the <strong>Debug view</strong>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-51c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-51c.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-51c.htm
--- reference/ref-51c.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-51c.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you copy the labels of the currently selected element and its children in the <strong>Debug view</strong> to the system clipboard.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-51d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-51d.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-51d.htm
--- reference/ref-51d.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-51d.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you re-enter the currently stack frame in the <strong>Debug view</strong>.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-52.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-52.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-52.htm
--- reference/ref-52.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-52.htm	10 Nov 2004 21:16:46 -0000
@@ -17,26 +17,26 @@
       directly from the Display view.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-53.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-53.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-53.htm
--- reference/ref-53.htm	23 Jun 2004 22:41:00 -0000	1.8
+++ reference/ref-53.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command clears the display view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-54.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-54.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-54.htm
--- reference/ref-54.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-54.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       You can type an expression in the Display view and then use the <strong>Display</strong> command to display its value.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-55.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-55.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-55.htm
--- reference/ref-55.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-55.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       You can type an expression in the Display view and then use the <strong>Inspect</strong> command to evaluate the expression and inspect the result in the Expressions view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-56.htm
--- reference/ref-56.htm	24 Jun 2004 18:11:15 -0000	1.11
+++ reference/ref-56.htm	10 Nov 2004 21:16:46 -0000
@@ -17,7 +17,7 @@
   scrapbook page, a stack frame of a suspended thread, and other places. The Expressions 
   view opens automatically when an item is added to the view. </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
@@ -25,20 +25,20 @@
        <a href="../concepts/concepts-11.htm">Scrapbook</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
        <a href="../tasks/tasks-134.htm">Suspending threads</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56a.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-56a.htm
--- reference/ref-56a.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-56a.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command selects all expressions in the <strong>Expressions view</strong>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56b.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-56b.htm
--- reference/ref-56b.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-56b.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command copies a text representation of all selected expressions and variables onto the clipboard.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56c.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-56c.htm
--- reference/ref-56c.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-56c.htm	10 Nov 2004 21:16:46 -0000
@@ -19,13 +19,13 @@
       <strong>Display</strong>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56d.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-56d.htm
--- reference/ref-56d.htm	23 Jun 2004 22:41:00 -0000	1.9
+++ reference/ref-56d.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you to add or remove a field watchpoint for the current selected variable in the <strong>Expressions</strong> view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-56e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-56e.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-56e.htm
--- reference/ref-56e.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-56e.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you open an editor on the declared type of the currently selected variable in the <strong>Expressions view</strong>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-57.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-57.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-57.htm
--- reference/ref-57.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-57.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide type names.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-58.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-58.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-58.htm
--- reference/ref-58.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-58.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide qualified names.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-59.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-59.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-59.htm
--- reference/ref-59.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-59.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command removes the selected expressions from the Expressions view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-6.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-6.htm
--- reference/ref-6.htm	23 Jun 2004 22:41:00 -0000	1.8
+++ reference/ref-6.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       Several predefined perspectives are included in the workbench by default.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-60.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-60.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-60.htm
--- reference/ref-60.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/ref-60.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command removes all expressions from the <strong>Expressions</strong> view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-62.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-62.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-62.htm
--- reference/ref-62.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-62.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide static fields.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-63.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-63.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-63.htm
--- reference/ref-63.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/ref-63.htm	10 Nov 2004 21:16:46 -0000
@@ -15,7 +15,7 @@
 <p> This option can be toggled to show or hide constants (static final fields). 
 </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-64.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-64.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-64.htm
--- reference/ref-64.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-64.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command causes the selected variables to be inspected.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-65.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-65.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-65.htm
--- reference/ref-65.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-65.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command allows you to change the value of the selected variable.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-67.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-67.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-67.htm
--- reference/ref-67.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-67.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command terminates the launch associated with the selected element.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-68.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-68.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-68.htm
--- reference/ref-68.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-68.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command disconnects the debugger from the selected remote debug launch.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-69.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-69.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-69.htm
--- reference/ref-69.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-69.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command clears all terminated launches from the view display.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-7.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-7.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-7.htm
--- reference/ref-7.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/ref-7.htm	10 Nov 2004 21:16:46 -0000
@@ -30,7 +30,7 @@
       </li>
     </ul>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-70.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-70.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-70.htm
--- reference/ref-70.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-70.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command terminates the launch associated with the selected element and removes it from the view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-71.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-71.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-71.htm
--- reference/ref-71.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-71.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command terminates all active launches in the view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-72.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-72.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-72.htm
--- reference/ref-72.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-72.htm	10 Nov 2004 21:16:46 -0000
@@ -16,7 +16,7 @@
       This command re-launches the selected launch.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-73.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-73.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-73.htm
--- reference/ref-73.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-73.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This command displays the various properties of the selected launch. For example, you can view the full command line that launched the selected process.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-74.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-74.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-74.htm
--- reference/ref-74.htm	23 Jun 2004 22:40:59 -0000	1.10
+++ reference/ref-74.htm	10 Nov 2004 21:16:47 -0000
@@ -16,14 +16,14 @@
       This view displays information about the variables in the currently-selected stack frame.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-134.htm">Suspending threads</a>
@@ -32,13 +32,13 @@
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-74a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-74a.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-74a.htm
--- reference/ref-74a.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-74a.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This command allows you to add or remove a field watchpoint for the current selected variable in the <strong>Variables</strong> view.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-75.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-75.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-75.htm
--- reference/ref-75.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-75.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide type names.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-76.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-76.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-76.htm
--- reference/ref-76.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-76.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide qualified names.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-78.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-78.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-78.htm
--- reference/ref-78.htm	23 Jun 2004 22:40:59 -0000	1.9
+++ reference/ref-78.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This option can be toggled to show or hide static fields.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-8.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-8.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-8.htm
--- reference/ref-8.htm	23 Jun 2004 22:41:00 -0000	1.8
+++ reference/ref-8.htm	10 Nov 2004 21:16:47 -0000
@@ -21,7 +21,7 @@
       </li>
     </ul>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-80.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-80.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-80.htm
--- reference/ref-80.htm	23 Jun 2004 22:40:59 -0000	1.7
+++ reference/ref-80.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This command causes the selected variable(s) to be inspected.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-81.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-81.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-81.htm
--- reference/ref-81.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-81.htm	10 Nov 2004 21:16:47 -0000
@@ -16,7 +16,7 @@
       This command allows you to change the value of the selected variable.
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-9.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-9.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-9.htm
--- reference/ref-9.htm	23 Jun 2004 22:40:59 -0000	1.8
+++ reference/ref-9.htm	10 Nov 2004 21:16:47 -0000
@@ -39,7 +39,7 @@
       </li>
     </ul>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-dialog-gettersetter.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-dialog-gettersetter.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-dialog-gettersetter.htm
--- reference/ref-dialog-gettersetter.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-dialog-gettersetter.htm	10 Nov 2004 21:16:47 -0000
@@ -89,7 +89,7 @@
       <a href="../reference/ref-menu-source.htm">Source actions</a>
 	</p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-dialog-java-element-filters.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-dialog-java-element-filters.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-dialog-java-element-filters.htm
--- reference/ref-dialog-java-element-filters.htm	23 Jun 2004 22:40:59 -0000	1.15
+++ reference/ref-dialog-java-element-filters.htm	10 Nov 2004 21:16:47 -0000
@@ -85,7 +85,7 @@
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer view</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-dialog-javadoc-location.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-dialog-javadoc-location.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-dialog-javadoc-location.htm
--- reference/ref-dialog-javadoc-location.htm	24 Jun 2004 18:57:58 -0000	1.16
+++ reference/ref-dialog-javadoc-location.htm	10 Nov 2004 21:16:47 -0000
@@ -109,7 +109,7 @@
       <a href="../tasks/tasks-197.htm">Specifying the location of the Javadoc command</a> <br>
       <a href="../tasks/tasks-71.htm">Viewing Javadoc information</a><br><br>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-dialog-override-method.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-dialog-override-method.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-dialog-override-method.htm
--- reference/ref-dialog-override-method.htm	23 Jun 2004 22:41:00 -0000	1.16
+++ reference/ref-dialog-override-method.htm	10 Nov 2004 21:16:47 -0000
@@ -124,7 +124,7 @@
       <a href="../reference/ref-menu-source.htm">Source actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-export-jar.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-export-jar.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-export-jar.htm
--- reference/ref-export-jar.htm	23 Jun 2004 22:40:59 -0000	1.14
+++ reference/ref-export-jar.htm	10 Nov 2004 21:16:47 -0000
@@ -265,7 +265,7 @@
       <a href="../reference/ref-menu-file.htm">File actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-export-javadoc.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-export-javadoc.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-export-javadoc.htm
--- reference/ref-export-javadoc.htm	24 Jun 2004 18:57:58 -0000	1.16
+++ reference/ref-export-javadoc.htm	10 Nov 2004 21:16:47 -0000
@@ -333,7 +333,7 @@
        <a href="../reference/ref-dialog-javadoc-location.htm">Javadoc Location properties</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-java-editor-quickfix.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-java-editor-quickfix.htm
--- reference/ref-java-editor-quickfix.htm	24 Jun 2004 18:48:41 -0000	1.20
+++ reference/ref-java-editor-quickfix.htm	10 Nov 2004 21:16:47 -0000
@@ -17,7 +17,7 @@
       For certain problems underlined with a problem highlight line, the Java editor can offer corrections. This is shown by the light bulb shown in the editor marker bar.
     </p>
 	<p>
-    <img src="../images/qs-37a.gif" width="315" height="127" alt="A Java editor indicating a quick-fixable problem with a lightbulb in the editor marker bar"> <br>
+    <img src="../images/qs-37a.gif"  alt="A Java editor indicating a quick-fixable problem with a lightbulb in the editor marker bar"> <br>
 	</p>
      To see the correction proposals use the Quick Fix action 
     <ul>
@@ -270,7 +270,7 @@
        <a href="../reference/ref-menu-edit.htm">Edit menu</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-java-editor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-java-editor.htm,v
retrieving revision 1.22
diff -u -r1.22 ref-java-editor.htm
--- reference/ref-java-editor.htm	23 Jun 2004 22:40:59 -0000	1.22
+++ reference/ref-java-editor.htm	10 Nov 2004 21:16:47 -0000
@@ -177,7 +177,7 @@
       actions</a> <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-edit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-edit.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-menu-edit.htm
--- reference/ref-menu-edit.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-menu-edit.htm	10 Nov 2004 21:16:47 -0000
@@ -294,25 +294,25 @@
       </tbody>
     </table>
     <p>
-       <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+       <img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
       <a href="../concepts/concepts-7.htm">Java editor</a> <a href="../concepts/concepts-1.htm"><br>
        Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
       <a href="../tasks/tasks-54.htm">Using the Java editor</a><br>
        <a href="../tasks/tasks-175.htm">
       </a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="ref-java-editor.htm">Java editor</a><br>
        <a href="ref-21.htm">Java editor preferences</a><br>
        <a href="ref-view-outline.htm">Outline view for Java</a><br>
        <a href="ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-file.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-file.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-menu-file.htm
--- reference/ref-menu-file.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-menu-file.htm	10 Nov 2004 21:16:47 -0000
@@ -229,16 +229,16 @@
       </tbody>
     </table>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"> <br>
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0"> <br>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"> <br>
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"> <br>
       <a href="../tasks/tasks-11.htm">Creating Java elements</a><br>
        <a href="../tasks/tasks-32.htm">Creating JAR Files</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="ref-121.htm">New Java Project wizard</a><br>
 	  <a href="ref-125.htm">New Java Package wizard</a><br> 
 	  <a href="ref-126.htm">New Java Class wizard</a><br>
@@ -251,7 +251,7 @@
 	  <a href="ref-124.htm">Source Attachment properties</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-navigate.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-navigate.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-menu-navigate.htm
--- reference/ref-menu-navigate.htm	23 Jun 2004 22:40:59 -0000	1.19
+++ reference/ref-menu-navigate.htm	10 Nov 2004 21:16:47 -0000
@@ -235,12 +235,12 @@
       </tbody>
     </table>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"> <br>
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0"> <br>
       <a href="../concepts/concepts-6.htm">Java views</a> <a href="../concepts/concepts-1.htm"><br>
        Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
     <a href="../tasks/tasks-73.htm">Opening an editor for a selected element</a><br>
      <a href="../tasks/tasks-74.htm">Showing an element in the Package Explorer</a><br>
      <a href="../tasks/tasks-75.htm">Opening a type in the Package Explorer</a><br>
@@ -252,14 +252,14 @@
      <a href="../tasks/tasks-42.htm">Opening a type hierarchy in its own perspective</a><br>
     </p> 
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="ref-view-package-explorer.htm">Package Explorer view</a><br>
 	  <a href="ref-type-hierarchy.htm">Type Hierarchy view</a><br>
 	  <a href="ref-dialog-javadoc-location.htm">Javadoc Location properties</a><br>
 	  <a href="ref-export-javadoc.htm">Javadoc export wizard</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-project.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-project.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-menu-project.htm
--- reference/ref-menu-project.htm	4 Aug 2004 16:36:16 -0000	1.13
+++ reference/ref-menu-project.htm	10 Nov 2004 21:16:47 -0000
@@ -152,7 +152,7 @@
       <a href="../tasks/tasks-106.htm">Building a Java program</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-refactor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-refactor.htm,v
retrieving revision 1.23
diff -u -r1.23 ref-menu-refactor.htm
--- reference/ref-menu-refactor.htm	23 Jun 2004 22:40:59 -0000	1.23
+++ reference/ref-menu-refactor.htm	10 Nov 2004 21:16:47 -0000
@@ -277,11 +277,11 @@
       Refactoring commands are also available from the context menus in many views and the Java editor.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-80.htm">Refactoring</a><br>
       <a href="../tasks/tasks-176.htm">Using Structured Selection</a>
     </p>
@@ -292,7 +292,7 @@
        <a href="ref-154.htm">Extract Method Errors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-search.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-search.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-menu-search.htm
--- reference/ref-menu-search.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-menu-search.htm	10 Nov 2004 21:16:47 -0000
@@ -284,11 +284,11 @@
        <a href="../tasks/tasks-104.htm">Conducting a Java search using pop-up menus</a>
     </p>
     <p>
-       <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+       <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-131.htm">Java Search tab</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-menu-source.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-menu-source.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-menu-source.htm
--- reference/ref-menu-source.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-menu-source.htm	10 Nov 2004 21:16:47 -0000
@@ -258,24 +258,24 @@
       </tbody>
     </table>
     <p>
-       <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+       <img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
     <a href="../concepts/concepts-7.htm">Java editor</a><br>
      <a href="../concepts/cnls.htm">String externalization</a><br>
      <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a> 
     <p>
-       <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+       <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
       <a href="../tasks/tasks-54.htm">Using the Java editor</a><br>
       <a href="../tasks/tasks-206.htm">Externalizing Strings</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="ref-java-editor.htm">Java editor</a><br>
        <a href="ref-21.htm">Java editor preferences</a><br>
        <a href="ref-view-outline.htm">Outline view for Java</a><br>
        <a href="ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-appearance.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-appearance.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-preferences-appearance.htm
--- reference/ref-preferences-appearance.htm	23 Jun 2004 22:40:59 -0000	1.13
+++ reference/ref-preferences-appearance.htm	10 Nov 2004 21:16:47 -0000
@@ -131,11 +131,11 @@
        <a href="../tasks/tasks-194.htm">Showing full or compressed package names</a><br>
     </p>
     <p>
-     <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+     <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer view</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-code-generation.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-code-generation.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-preferences-code-generation.htm
--- reference/ref-preferences-code-generation.htm	23 Jun 2004 22:40:59 -0000	1.19
+++ reference/ref-preferences-code-generation.htm	10 Nov 2004 21:16:47 -0000
@@ -174,14 +174,14 @@
 
 
 <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>	
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>	
       <a href="../reference/ref-menu-source.htm">Source actions</a><br>
 	  <a href="../reference/ref-java-editor.htm">Java editor</a><br>
 	  <a href="../reference/ref-21.htm">Java editor preferences</a><br>
 	  <a href="../reference/ref-preferences-templates.htm">Templates preferences</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-compiler.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-compiler.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-preferences-compiler.htm
--- reference/ref-preferences-compiler.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-preferences-compiler.htm	10 Nov 2004 21:16:48 -0000
@@ -758,12 +758,12 @@
        <a href="../tasks/tasks-JREs.htm">Working with JREs</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-15.htm">Classpath Variables preferences</a><br>
 	  <a href="../reference/ref-123.htm">Java Build Path properties</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-junit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-junit.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-preferences-junit.htm
--- reference/ref-preferences-junit.htm	23 Jun 2004 22:40:59 -0000	1.15
+++ reference/ref-preferences-junit.htm	10 Nov 2004 21:16:48 -0000
@@ -74,7 +74,7 @@
       <a href="../gettingStarted/qs-junit.htm">Using JUnit</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-new-project.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-new-project.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-preferences-new-project.htm
--- reference/ref-preferences-new-project.htm	23 Jun 2004 22:40:59 -0000	1.18
+++ reference/ref-preferences-new-project.htm	10 Nov 2004 21:16:48 -0000
@@ -144,11 +144,11 @@
        <a href="../tasks/tasks-JREs.htm">Working with JREs</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-121.htm">New Java Project wizard</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-task-tags.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-task-tags.htm,v
retrieving revision 1.3
diff -u -r1.3 ref-preferences-task-tags.htm
--- reference/ref-preferences-task-tags.htm	23 Jun 2004 22:40:59 -0000	1.3
+++ reference/ref-preferences-task-tags.htm	10 Nov 2004 21:16:48 -0000
@@ -75,7 +75,7 @@
     There is a default task tag named <b>TODO</b> with a <b>Normal</b> priority.
 	</p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-preferences-templates.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-preferences-templates.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-preferences-templates.htm
--- reference/ref-preferences-templates.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-preferences-templates.htm	10 Nov 2004 21:16:48 -0000
@@ -524,11 +524,11 @@
        <a href="../tasks/tasks-203.htm">Writing your own templates</a><br>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-143.htm">Java Content Assist</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-properties-compiler.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-properties-compiler.htm,v
retrieving revision 1.2
diff -u -r1.2 ref-properties-compiler.htm
--- reference/ref-properties-compiler.htm	23 Jun 2004 23:10:24 -0000	1.2
+++ reference/ref-properties-compiler.htm	10 Nov 2004 21:16:48 -0000
@@ -80,7 +80,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-properties-task-tags.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-properties-task-tags.htm,v
retrieving revision 1.3
diff -u -r1.3 ref-properties-task-tags.htm
--- reference/ref-properties-task-tags.htm	23 Jun 2004 22:40:59 -0000	1.3
+++ reference/ref-properties-task-tags.htm	10 Nov 2004 21:16:48 -0000
@@ -72,7 +72,7 @@
     </p>
 
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-showdetailpane.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-showdetailpane.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-showdetailpane.htm
--- reference/ref-showdetailpane.htm	23 Jun 2004 22:40:59 -0000	1.11
+++ reference/ref-showdetailpane.htm	10 Nov 2004 21:16:48 -0000
@@ -19,11 +19,11 @@
       <strong>Display</strong>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-type-hierarchy.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-type-hierarchy.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-type-hierarchy.htm
--- reference/ref-type-hierarchy.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-type-hierarchy.htm	10 Nov 2004 21:16:48 -0000
@@ -269,11 +269,11 @@
       </tbody>
     </table>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-view-outline.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-view-outline.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-view-outline.htm
--- reference/ref-view-outline.htm	23 Jun 2004 22:40:59 -0000	1.16
+++ reference/ref-view-outline.htm	10 Nov 2004 21:16:48 -0000
@@ -119,7 +119,7 @@
       <a href="../concepts/concepts-6.htm">Java views</a>
     </p>
     <p>
-       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+       <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
        <a href="../tasks/tasks-57.htm">Generating getters and setters</a><br>
        <a href="../tasks/tasks-64.htm">Restoring a deleted workbench element</a><br>
        <a href="../tasks/tasks-145.htm">Setting method breakpoints</a><br>
@@ -129,12 +129,12 @@
        <a href="../tasks/tasks-195.htm">Sorting elements in Java views</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-dialog-override-method.htm">Override methods</a><br>
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-view-package-explorer.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-view-package-explorer.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-view-package-explorer.htm
--- reference/ref-view-package-explorer.htm	23 Jun 2004 22:40:59 -0000	1.17
+++ reference/ref-view-package-explorer.htm	10 Nov 2004 21:16:48 -0000
@@ -241,22 +241,22 @@
       </tbody>
     </table>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-45.htm">Using the Package Explorer</a><br>
       <a href="../tasks/tasks-2.htm">Showing and hiding elements</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-dialog-java-element-filters.htm">Java Element Filters dialog</a><br>
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: reference/ref-wizard-externalize-strings.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/reference/ref-wizard-externalize-strings.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-wizard-externalize-strings.htm
--- reference/ref-wizard-externalize-strings.htm	23 Jun 2004 22:40:59 -0000	1.14
+++ reference/ref-wizard-externalize-strings.htm	10 Nov 2004 21:16:48 -0000
@@ -258,7 +258,7 @@
       Displays a preview of the actions which will be performed on 'Finish'.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/cnls.htm">String externalization</a>
     </p>
     <p>
@@ -268,11 +268,11 @@
       <a href="../tasks/tasks-110.htm"></a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-menu-source.htm">Source actions</a>
     </p>
     <p>
-       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+       <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-100.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-100.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-100.htm
--- tasks/tasks-100.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-100.htm	10 Nov 2004 21:16:48 -0000
@@ -50,7 +50,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-101.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-101.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-101.htm
--- tasks/tasks-101.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-101.htm	10 Nov 2004 21:16:48 -0000
@@ -40,7 +40,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
    <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
    </p>
   </body>
 </html>
Index: tasks/tasks-102.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-102.htm,v
retrieving revision 1.9
diff -u -r1.9 tasks-102.htm
--- tasks/tasks-102.htm	23 Jun 2004 23:07:20 -0000	1.9
+++ tasks/tasks-102.htm	10 Nov 2004 21:16:48 -0000
@@ -13,7 +13,7 @@
       Searching
     </h1>
    <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
    </p>
   </body>
 </html>
Index: tasks/tasks-103.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-103.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-103.htm
--- tasks/tasks-103.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-103.htm	10 Nov 2004 21:16:48 -0000
@@ -77,7 +77,7 @@
        <a href="../reference/ref-menu-search.htm">Search menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-104.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-104.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-104.htm
--- tasks/tasks-104.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-104.htm	10 Nov 2004 21:16:48 -0000
@@ -65,7 +65,7 @@
        <a href="../reference/ref-menu-search.htm">Search menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-105.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-105.htm,v
retrieving revision 1.9
diff -u -r1.9 tasks-105.htm
--- tasks/tasks-105.htm	23 Jun 2004 23:07:20 -0000	1.9
+++ tasks/tasks-105.htm	10 Nov 2004 21:16:48 -0000
@@ -13,7 +13,7 @@
       Building
     </h1>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-106.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-106.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-106.htm
--- tasks/tasks-106.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-106.htm	10 Nov 2004 21:16:48 -0000
@@ -49,7 +49,7 @@
        <a href="../reference/ref-preferences-compiler.htm">Compiler preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-107.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-107.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-107.htm
--- tasks/tasks-107.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-107.htm	10 Nov 2004 21:16:48 -0000
@@ -40,7 +40,7 @@
       is displayed in the editor at the point of the error.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-4.htm">Java builder</a><br>
@@ -48,7 +48,7 @@
        <a href="../concepts/concepts-11.htm">Scrapbook</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-108.htm">Building automatically</a><br>
@@ -57,13 +57,13 @@
        <a href="../tasks/tasks-executionArgs.htm">Setting execution arguments</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-108.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-108.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-108.htm
--- tasks/tasks-108.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-108.htm	10 Nov 2004 21:16:48 -0000
@@ -47,7 +47,7 @@
        <a href="../reference/ref-123.htm">Java Build path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-109.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-109.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-109.htm
--- tasks/tasks-109.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-109.htm	10 Nov 2004 21:16:48 -0000
@@ -80,7 +80,7 @@
        <a href="../reference/ref-menu-project.htm">Project menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-109a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-109a.htm,v
retrieving revision 1.3
diff -u -r1.3 tasks-109a.htm
--- tasks/tasks-109a.htm	23 Jun 2004 23:07:20 -0000	1.3
+++ tasks/tasks-109a.htm	10 Nov 2004 21:16:48 -0000
@@ -63,7 +63,7 @@
        <a href="../reference/ref-123.htm">Java Build path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-109b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-109b.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-109b.htm
--- tasks/tasks-109b.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-109b.htm	10 Nov 2004 21:16:48 -0000
@@ -63,7 +63,7 @@
        <a href="../reference/ref-123.htm">Java Build path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-11.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-11.htm
--- tasks/tasks-11.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-11.htm	10 Nov 2004 21:16:48 -0000
@@ -48,7 +48,7 @@
        <a href="../reference/ref-3.htm">Java Toolbar actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-110.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-110.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-110.htm
--- tasks/tasks-110.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-110.htm	10 Nov 2004 21:16:48 -0000
@@ -43,7 +43,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-111.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-111.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-111.htm
--- tasks/tasks-111.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-111.htm	10 Nov 2004 21:16:48 -0000
@@ -73,7 +73,7 @@
        <a href="../reference/ref-123.htm">Java Build path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-112.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-112.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-112.htm
--- tasks/tasks-112.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-112.htm	10 Nov 2004 21:16:48 -0000
@@ -61,7 +61,7 @@
       <a href="../reference/ref-123.htm">Java Build Path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-113.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-113.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-113.htm
--- tasks/tasks-113.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-113.htm	10 Nov 2004 21:16:48 -0000
@@ -61,7 +61,7 @@
        <a href="../reference/ref-123.htm">Java Build path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-114.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-114.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-114.htm
--- tasks/tasks-114.htm	24 Jun 2004 20:55:57 -0000	1.24
+++ tasks/tasks-114.htm	10 Nov 2004 21:16:48 -0000
@@ -69,7 +69,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-115.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-115.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-115.htm
--- tasks/tasks-115.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-115.htm	10 Nov 2004 21:16:48 -0000
@@ -57,7 +57,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-115a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-115a.htm,v
retrieving revision 1.3
diff -u -r1.3 tasks-115a.htm
--- tasks/tasks-115a.htm	23 Jun 2004 23:07:20 -0000	1.3
+++ tasks/tasks-115a.htm	10 Nov 2004 21:16:48 -0000
@@ -56,7 +56,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-116.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-116.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-116.htm
--- tasks/tasks-116.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-116.htm	10 Nov 2004 21:16:48 -0000
@@ -55,7 +55,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-117.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-117.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-117.htm
--- tasks/tasks-117.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-117.htm	10 Nov 2004 21:16:48 -0000
@@ -68,7 +68,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-118.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-118.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-118.htm
--- tasks/tasks-118.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-118.htm	10 Nov 2004 21:16:48 -0000
@@ -52,7 +52,7 @@
        &nbsp;
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-12.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-12.htm
--- tasks/tasks-12.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-12.htm	10 Nov 2004 21:16:48 -0000
@@ -56,7 +56,7 @@
        <a href="../reference/ref-preferences-new-project.htm">New Project preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-120.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-120.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-120.htm
--- tasks/tasks-120.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-120.htm	10 Nov 2004 21:16:48 -0000
@@ -60,7 +60,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-121.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-121.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-121.htm
--- tasks/tasks-121.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-121.htm	10 Nov 2004 21:16:48 -0000
@@ -64,7 +64,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-122.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-122.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-122.htm
--- tasks/tasks-122.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-122.htm	10 Nov 2004 21:16:48 -0000
@@ -51,7 +51,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-123.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-123.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-123.htm
--- tasks/tasks-123.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-123.htm	10 Nov 2004 21:16:48 -0000
@@ -63,7 +63,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-124.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-124.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-124.htm
--- tasks/tasks-124.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-124.htm	10 Nov 2004 21:16:48 -0000
@@ -30,18 +30,18 @@
       libraries.&nbsp;
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="tasks-120.htm">Assigning the default JRE for the workbench</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
        <a href="../tasks/tasks-110.htm">Working with build paths</a><br>
        <a href="../tasks/tasks-JREs.htm">Working with JREs</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-126.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-126.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-126.htm
--- tasks/tasks-126.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-126.htm	10 Nov 2004 21:16:49 -0000
@@ -24,13 +24,13 @@
       </li>
     </ul>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
        <a href="../concepts/cremdbug.htm">Remote debugging</a><br>
        <a href="../concepts/clocdbug.htm">Local debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
        <a href="tasks-124.htm">Choosing a JRE for launching a project</a><br>
        <a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
@@ -47,14 +47,14 @@
        <a href="../tasks/tasks-107.htm">Viewing compilation errors and warnings</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-4.htm">Run and debug actions</a><br>
        <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-11.htm">Debug preferences</a><br>
        <a href="../reference/ref-12.htm">Console preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-13.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-13.htm
--- tasks/tasks-13.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-13.htm	10 Nov 2004 21:16:49 -0000
@@ -73,7 +73,7 @@
        <a href="../reference/ref-121.htm">New Java Project wizard</a><a href="../reference/ref-121.htm"></a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-130.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-130.htm,v
retrieving revision 1.25
diff -u -r1.25 tasks-130.htm
--- tasks/tasks-130.htm	23 Jun 2004 23:07:20 -0000	1.25
+++ tasks/tasks-130.htm	10 Nov 2004 21:16:49 -0000
@@ -35,13 +35,13 @@
   main method is found in the project, that class is launched as if you selected 
   it.)</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
        <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-141.htm">Connecting to a remote VM with the Java Remote Application launcher</a><br>
        <a href="../tasks/tasks-131.htm">Re-launching a program</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
@@ -49,12 +49,12 @@
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-130a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-130a.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-130a.htm
--- tasks/tasks-130a.htm	23 Jun 2004 23:07:20 -0000	1.7
+++ tasks/tasks-130a.htm	10 Nov 2004 21:16:49 -0000
@@ -31,22 +31,22 @@
     from those classes that extend Applet.&nbsp; (If only one applet class is
         found in the project, that class is launched as if you selected it.)</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
        <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
        <a href="../tasks/tasks-131.htm">Re-launching a program</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-131.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-131.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-131.htm
--- tasks/tasks-131.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-131.htm	10 Nov 2004 21:16:49 -0000
@@ -43,16 +43,16 @@
   </li>
     </ul>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-133.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-133.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-133.htm
--- tasks/tasks-133.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-133.htm	10 Nov 2004 21:16:49 -0000
@@ -25,24 +25,24 @@
       </li>
     </ul>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
        <a href="../concepts/cremdbug.htm">Remote debugging</a><br>
        <a href="../concepts/clocdbug.htm">Local debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-9.htm">Changing debugger launch options</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-11.htm">Debug preferences</a><br>
        <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-4.htm">Run and debug actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-134.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-134.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-134.htm
--- tasks/tasks-134.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-134.htm	10 Nov 2004 21:16:49 -0000
@@ -34,25 +34,25 @@
       When a thread is suspended and the cursor is hovered over a variable in the Java editor, the value of that variable is displayed.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
        <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
        <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-74.htm">Variables view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-135.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-135.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-135.htm
--- tasks/tasks-135.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-135.htm	10 Nov 2004 21:16:49 -0000
@@ -25,21 +25,21 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-138.htm">Evaluating expressions</a><br>
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
        <a href="../tasks/tasks-134.htm">Suspending threads</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-136.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-136.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-136.htm
--- tasks/tasks-136.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-136.htm	10 Nov 2004 21:16:49 -0000
@@ -99,12 +99,12 @@
     <p> Breakpoints and exceptions can cause the thread to suspend before reaching the specified
         line.</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a><br>
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
        <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a><br>
@@ -113,11 +113,11 @@
        <a href="../tasks/tasks-134.htm">Suspending threads</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-137.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-137.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-137.htm
--- tasks/tasks-137.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-137.htm	10 Nov 2004 21:16:49 -0000
@@ -21,7 +21,7 @@
       variables can be examined by expanding them to show their members.
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-138.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-138.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-138.htm
--- tasks/tasks-138.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-138.htm	10 Nov 2004 21:16:49 -0000
@@ -45,17 +45,17 @@
 </ol>
     <p><strong>Note:</strong> Evaluations cannot be performed in threads that have been manually suspended.</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-134.htm">Suspending threads</a><br>
        <a href="../tasks/tasks-135.htm">Resuming the execution of suspended threads</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-52.htm">Display view</a><br>
        <a href="../reference/ref-56.htm">Expressions view</a><br>
        <a href="../reference/ref-56c.htm">Expressions view Show Detail Pane</a><br>
@@ -63,7 +63,7 @@
        <a href="../reference/ref-showdetailpane.htm">Variables view Show Detail Pane</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-14.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-14.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-14.htm
--- tasks/tasks-14.htm	23 Jun 2004 23:07:20 -0000	1.22
+++ tasks/tasks-14.htm	10 Nov 2004 21:16:49 -0000
@@ -92,7 +92,7 @@
        <a href="../reference/ref-121.htm">New Java Project wizard</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-141.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-141.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-141.htm
--- tasks/tasks-141.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-141.htm	10 Nov 2004 21:16:49 -0000
@@ -61,21 +61,21 @@
     <p>Specific instructions for setting up the remote VM should be obtained
     from your VM provider.&nbsp;</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
        <a href="../tasks/tasks-142.htm">Disconnecting from a VM</a><br>
        <a href="../tasks/tasks-executionArgs.htm">Setting execution arguments</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-142.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-142.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-142.htm
--- tasks/tasks-142.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-142.htm	10 Nov 2004 21:16:49 -0000
@@ -25,20 +25,20 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-141.htm">Connecting to a remote VM with the Remote Java application launch configuration</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-144.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-144.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-144.htm
--- tasks/tasks-144.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-144.htm	10 Nov 2004 21:16:49 -0000
@@ -32,13 +32,13 @@
       frames on that thread's stack. The line where the breakpoint was set is highlighted in the editor in the Debug perspective.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
     <a href="../concepts/concepts-10.htm">Debugger</a><br>
      <a href="../concepts/concepts-5.htm">Java perspectives</a><br>
      <a href="../concepts/concepts-7.htm">Java editor</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-146.htm">Applying hit counts</a><br>
        <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
        <a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
@@ -48,11 +48,11 @@
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-144a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-144a.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-144a.htm
--- tasks/tasks-144a.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-144a.htm	10 Nov 2004 21:16:49 -0000
@@ -32,13 +32,13 @@
     Breakpoint </strong>in the breakpoint context menu or the <strong>Breakpoints view</strong>)
     and enabling it when needed again.&nbsp;&nbsp;</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
     <a href="../concepts/concepts-10.htm">Debugger</a><br>
      <a href="../concepts/concepts-5.htm">Java perspectives</a><br>
      <a href="../concepts/concepts-7.htm">Java editor</a><br>
     </p>
 	<p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-144b.htm">Enabling and disabling breakpoints</a><br>
        <a href="../tasks/tasks-146.htm">Applying hit counts</a><br>
@@ -48,11 +48,11 @@
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-144b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-144b.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-144b.htm
--- tasks/tasks-144b.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-144b.htm	10 Nov 2004 21:16:49 -0000
@@ -43,13 +43,13 @@
   <li> The breakpoint image will change to a white circle.</li>
 </ol>
 <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
     <a href="../concepts/concepts-10.htm">Debugger</a><br>
      <a href="../concepts/concepts-5.htm">Java perspectives</a><br>
      <a href="../concepts/concepts-7.htm">Java editor</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-146.htm">Applying hit counts</a><br>
        <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
        <a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
@@ -58,11 +58,11 @@
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-144c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-144c.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-144c.htm
--- tasks/tasks-144c.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-144c.htm	10 Nov 2004 21:16:49 -0000
@@ -44,13 +44,13 @@
 </ol>
 <p>
     A conditional breakpoint has a question mark overlay on the breakpoint icon.</p>
-<p> <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"> 
+<p> <img border="0" src="../images/ngrelc.gif" alt="Related concepts" > 
   <br>
   <a href="../concepts/concepts-10.htm">Debugger</a><br>
   <a href="../concepts/concepts-5.htm">Java perspectives</a><br>
   <a href="../concepts/concepts-7.htm">Java editor</a><br>
 </p>
-<p> <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"> 
+<p> <img border="0" src="../images/ngrelt.gif" alt="Related tasks" > 
   <br>
   <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
   <a href="../tasks/tasks-146.htm">Applying hit counts</a><br>
@@ -63,7 +63,7 @@
   <a href="../reference/ref-35.htm">Breakpoints view</a> 
 </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
 </body>
 </html>
Index: tasks/tasks-145.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-145.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-145.htm
--- tasks/tasks-145.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-145.htm	10 Nov 2004 21:16:49 -0000
@@ -36,11 +36,11 @@
     <p>Method breakpoints can be removed, enabled, and disabled just like line
     breakpoints.</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
        <a href="../tasks/tasks-144b.htm">Enabling and disabling breakpoints</a><br>
@@ -48,12 +48,12 @@
        <a href="../tasks/tasks-147.htm">Catching Java exceptions</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a><br>
        <a href="../reference/ref-view-outline.htm">Outline view for Java</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-146.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-146.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-146.htm
--- tasks/tasks-146.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-146.htm	10 Nov 2004 21:16:49 -0000
@@ -35,22 +35,22 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
        <a href="../tasks/tasks-144b.htm">Enabling and disabling breakpoints</a><br>
        <a href="../tasks/tasks-145.htm">Setting method breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-147.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-147.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-147.htm
--- tasks/tasks-147.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-147.htm	10 Nov 2004 21:16:49 -0000
@@ -45,12 +45,12 @@
     just like regular breakpoints.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
        <a href="../concepts/cbrkpnts.htm">Breakpoints</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-134.htm">Suspending threads</a><br>
        <a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
        <a href="../tasks/tasks-144a.htm">Removing breakpoints</a><br>
@@ -58,11 +58,11 @@
        <a href="../tasks/tasks-145.htm">Setting method breakpoints</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-35.htm">Breakpoints view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-149.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-149.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-149.htm
--- tasks/tasks-149.htm	24 Jun 2004 18:06:46 -0000	1.13
+++ tasks/tasks-149.htm	10 Nov 2004 21:16:49 -0000
@@ -48,22 +48,22 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-11.htm">Scrapbook</a><br>
        <a href="../concepts/concepts-3.htm">Java projects</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-26.htm">Creating a new source folder</a><br>
        <a href="../tasks/tasks-11.htm">Creating Java elements</a><br>
        <a href="tasks-126.htm">Running and debugging</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-34.htm">Java scrapbook page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-15.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-15.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-15.htm
--- tasks/tasks-15.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-15.htm	10 Nov 2004 21:16:49 -0000
@@ -63,7 +63,7 @@
        <a href="../reference/ref-3.htm">Java Toolbar actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-150.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-150.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-150.htm
--- tasks/tasks-150.htm	24 Jun 2004 18:11:15 -0000	1.16
+++ tasks/tasks-150.htm	10 Nov 2004 21:16:49 -0000
@@ -31,23 +31,23 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-11.htm">Scrapbook</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-149.htm">Creating a Java scrapbook page</a><br>
        <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-152.htm">Executing an expression</a><br>
        <a href="../tasks/tasks-156.htm">Viewing runtime exceptions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-56.htm">Expressions view</a><br>
        <a href="../reference/ref-34.htm">Java scrapbook page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-151.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-151.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-151.htm
--- tasks/tasks-151.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-151.htm	10 Nov 2004 21:16:49 -0000
@@ -48,21 +48,21 @@
       </li>
     </ul>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-11.htm">Scrapbook</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-152.htm">Executing an expression</a><br>
        <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-156.htm">Viewing runtime exceptions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-34.htm">Java scrapbook page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-152.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-152.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-152.htm
--- tasks/tasks-152.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-152.htm	10 Nov 2004 21:16:49 -0000
@@ -24,22 +24,22 @@
       appears in the Console view, but no result is displayed in the scrapbook editor or the Expressions view.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-6.htm">Java views</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-156.htm">Viewing runtime exceptions</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-56.htm">Expressions view</a><br>
        <a href="../reference/ref-45.htm">Console view</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-153.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-153.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-153.htm
--- tasks/tasks-153.htm	24 Jun 2004 20:55:57 -0000	1.17
+++ tasks/tasks-153.htm	10 Nov 2004 21:16:49 -0000
@@ -25,7 +25,7 @@
        <a href="../reference/ref-143.htm">Java Content Assist</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-154.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-154.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-154.htm
--- tasks/tasks-154.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-154.htm	10 Nov 2004 21:16:49 -0000
@@ -16,12 +16,12 @@
       Java scrapbook errors are reported in the scrapbook page editor.
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="tasks-155.htm">Viewing compilation errors</a><br>
       <a href="tasks-156.htm">Viewing runtime exceptions</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-155.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-155.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-155.htm
--- tasks/tasks-155.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-155.htm	10 Nov 2004 21:16:49 -0000
@@ -23,7 +23,7 @@
       The error message <em>The method println(java.lang.String) is undefined for the type java.lang.System</em> appears in the editor at the point of the error.
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-156.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-156.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-156.htm
--- tasks/tasks-156.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-156.htm	10 Nov 2004 21:16:49 -0000
@@ -28,17 +28,17 @@
       will be displayed in the editor.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-151.htm">Displaying the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-150.htm">Inspecting the result of evaluating an expression</a><br>
        <a href="../tasks/tasks-152.htm">Executing an expression</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-157.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-157.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-157.htm
--- tasks/tasks-157.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-157.htm	10 Nov 2004 21:16:49 -0000
@@ -41,7 +41,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-158.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-158.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-158.htm
--- tasks/tasks-158.htm	24 Jun 2004 20:55:57 -0000	1.18
+++ tasks/tasks-158.htm	10 Nov 2004 21:16:49 -0000
@@ -42,7 +42,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-159.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-159.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-159.htm
--- tasks/tasks-159.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-159.htm	10 Nov 2004 21:16:49 -0000
@@ -35,7 +35,7 @@
        <a href="../reference/ref-117.htm">Refactoring dialogs</a><br>
        <a href="../reference/ref-23.htm">Refactoring preferences</a><br>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-160.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-160.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-160.htm
--- tasks/tasks-160.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-160.htm	10 Nov 2004 21:16:49 -0000
@@ -45,7 +45,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-161.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-161.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-161.htm
--- tasks/tasks-161.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-161.htm	10 Nov 2004 21:16:49 -0000
@@ -34,7 +34,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-162.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-162.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-162.htm
--- tasks/tasks-162.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-162.htm	10 Nov 2004 21:16:49 -0000
@@ -51,7 +51,7 @@
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-163.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-163.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-163.htm
--- tasks/tasks-163.htm	24 Jun 2004 20:55:57 -0000	1.18
+++ tasks/tasks-163.htm	10 Nov 2004 21:16:49 -0000
@@ -59,7 +59,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-164.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-164.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-164.htm
--- tasks/tasks-164.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-164.htm	10 Nov 2004 21:16:49 -0000
@@ -64,7 +64,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-165.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-165.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-165.htm
--- tasks/tasks-165.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-165.htm	10 Nov 2004 21:16:49 -0000
@@ -37,7 +37,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-166.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-166.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-166.htm
--- tasks/tasks-166.htm	24 Jun 2004 20:55:57 -0000	1.15
+++ tasks/tasks-166.htm	10 Nov 2004 21:16:49 -0000
@@ -47,7 +47,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-167.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-167.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-167.htm
--- tasks/tasks-167.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-167.htm	10 Nov 2004 21:16:49 -0000
@@ -34,7 +34,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a><a href="../reference/ref-23.htm"></a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-168.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-168.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-168.htm
--- tasks/tasks-168.htm	24 Jun 2004 20:55:57 -0000	1.14
+++ tasks/tasks-168.htm	10 Nov 2004 21:16:49 -0000
@@ -38,7 +38,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-169.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-169.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-169.htm
--- tasks/tasks-169.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-169.htm	10 Nov 2004 21:16:49 -0000
@@ -40,7 +40,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-17.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-17.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-17.htm
--- tasks/tasks-17.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-17.htm	10 Nov 2004 21:16:49 -0000
@@ -89,7 +89,7 @@
        <a href="../reference/ref-3.htm">Java Toolbar actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-170.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-170.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-170.htm
--- tasks/tasks-170.htm	24 Jun 2004 20:55:57 -0000	1.16
+++ tasks/tasks-170.htm	10 Nov 2004 21:16:49 -0000
@@ -67,7 +67,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-171.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-171.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-171.htm
--- tasks/tasks-171.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-171.htm	10 Nov 2004 21:16:49 -0000
@@ -84,21 +84,21 @@
       </li>
     </ul>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0"><br>
       <a href="../concepts/concepts-7.htm">Java editor</a><br>
       <a href="../concepts/ctemplates.htm">Templates</a><br>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
       <a href="tasks-54.htm">Using the Java editor</a><br>
        <a href="tasks-203.htm">Writing your own templates</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
       <a href="../reference/ref-preferences-templates.htm">Templates preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-172.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-172.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-172.htm
--- tasks/tasks-172.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-172.htm	10 Nov 2004 21:16:50 -0000
@@ -43,7 +43,7 @@
        <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-173.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-173.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-173.htm
--- tasks/tasks-173.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-173.htm	10 Nov 2004 21:16:50 -0000
@@ -13,14 +13,14 @@
       Finding and replacing
     </h1>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks"><br>
       <a href="tasks-54.htm">Using the Java editor</a><br>
        <a href="tasks-181.htm">Using the Find/Replace dialog</a><br>
        <a href="tasks-182.htm">Using Incremental Find</a><br>
        <a href="tasks-187.htm">Finding Next or Previous Match</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-174.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-174.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-174.htm
--- tasks/tasks-174.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-174.htm	10 Nov 2004 21:16:50 -0000
@@ -39,7 +39,7 @@
        <a href="../reference/ref-menu-edit.htm">Edit menu</a><a href="../reference/ref-menu-source.htm"></a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-175.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-175.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-175.htm
--- tasks/tasks-175.htm	18 Aug 2004 15:45:09 -0000	1.20
+++ tasks/tasks-175.htm	10 Nov 2004 21:16:50 -0000
@@ -60,7 +60,7 @@
        <a href="../reference/ref-java-editor-quickfix.htm">Quick Fix</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-176.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-176.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-176.htm
--- tasks/tasks-176.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-176.htm	10 Nov 2004 21:16:50 -0000
@@ -55,7 +55,7 @@
        <a href="../reference/ref-menu-edit.htm">Edit menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-177.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-177.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-177.htm
--- tasks/tasks-177.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-177.htm	10 Nov 2004 21:16:50 -0000
@@ -60,7 +60,7 @@
        <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-178.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-178.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-178.htm
--- tasks/tasks-178.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-178.htm	10 Nov 2004 21:16:50 -0000
@@ -59,7 +59,7 @@
        <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-179.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-179.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-179.htm
--- tasks/tasks-179.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-179.htm	10 Nov 2004 21:16:50 -0000
@@ -47,7 +47,7 @@
        <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-18.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-18.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-18.htm
--- tasks/tasks-18.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-18.htm	10 Nov 2004 21:16:50 -0000
@@ -96,7 +96,7 @@
        <a href="../reference/ref-3.htm">Java Toolbar actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-180.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-180.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-180.htm
--- tasks/tasks-180.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-180.htm	10 Nov 2004 21:16:50 -0000
@@ -44,7 +44,7 @@
        <a href="../reference/ref-wizard-externalize-strings.htm">Externalize Strings wizard</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-181.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-181.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-181.htm
--- tasks/tasks-181.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-181.htm	10 Nov 2004 21:16:50 -0000
@@ -86,7 +86,7 @@
      <a href="../reference/ref-menu-edit.htm">Edit menu</a><a href="../reference/ref-menu-edit.htm"></a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-182.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-182.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-182.htm
--- tasks/tasks-182.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-182.htm	10 Nov 2004 21:16:50 -0000
@@ -40,7 +40,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-183.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-183.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-183.htm
--- tasks/tasks-183.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-183.htm	10 Nov 2004 21:16:50 -0000
@@ -37,7 +37,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-184.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-184.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-184.htm
--- tasks/tasks-184.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-184.htm	10 Nov 2004 21:16:50 -0000
@@ -43,7 +43,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-185.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-185.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-185.htm
--- tasks/tasks-185.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-185.htm	10 Nov 2004 21:16:50 -0000
@@ -36,7 +36,7 @@
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-186.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-186.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-186.htm
--- tasks/tasks-186.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-186.htm	10 Nov 2004 21:16:50 -0000
@@ -36,7 +36,7 @@
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-187.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-187.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-187.htm
--- tasks/tasks-187.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-187.htm	10 Nov 2004 21:16:50 -0000
@@ -39,7 +39,7 @@
      <a href="../reference/ref-menu-edit.htm">Edit menu</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-188.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-188.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-188.htm
--- tasks/tasks-188.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-188.htm	10 Nov 2004 21:16:50 -0000
@@ -38,7 +38,7 @@
      <a href="../reference/ref-menu-source.htm">Source menu</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-189.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-189.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-189.htm
--- tasks/tasks-189.htm	24 Jun 2004 20:55:57 -0000	1.20
+++ tasks/tasks-189.htm	10 Nov 2004 21:16:50 -0000
@@ -70,7 +70,7 @@
      <a href="../reference/ref-wizard-externalize-strings.htm">Externalize Strings wizard</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-19.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-19.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-19.htm
--- tasks/tasks-19.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-19.htm	10 Nov 2004 21:16:50 -0000
@@ -89,7 +89,7 @@
        <a href="../reference/ref-126.htm">New Java Class wizard</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-190.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-190.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-190.htm
--- tasks/tasks-190.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-190.htm	10 Nov 2004 21:16:50 -0000
@@ -59,7 +59,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-191.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-191.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-191.htm
--- tasks/tasks-191.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-191.htm	10 Nov 2004 21:16:50 -0000
@@ -48,7 +48,7 @@
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-192.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-192.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-192.htm
--- tasks/tasks-192.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-192.htm	10 Nov 2004 21:16:50 -0000
@@ -38,7 +38,7 @@
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-193.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-193.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-193.htm
--- tasks/tasks-193.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-193.htm	10 Nov 2004 21:16:50 -0000
@@ -38,7 +38,7 @@
      <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-194.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-194.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-194.htm
--- tasks/tasks-194.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-194.htm	10 Nov 2004 21:16:50 -0000
@@ -53,7 +53,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-195.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-195.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-195.htm
--- tasks/tasks-195.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-195.htm	10 Nov 2004 21:16:50 -0000
@@ -40,7 +40,7 @@
      <a href="../reference/ref-3.htm">Java Toolbar actions</a><a href="../reference/ref-3.htm"></a> 
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-196.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-196.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-196.htm
--- tasks/tasks-196.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-196.htm	10 Nov 2004 21:16:50 -0000
@@ -18,7 +18,7 @@
      <a href="../reference/ref-export-javadoc.htm">Javadoc Generation wizard</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-197.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-197.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-197.htm
--- tasks/tasks-197.htm	24 Jun 2004 18:57:58 -0000	1.14
+++ tasks/tasks-197.htm	10 Nov 2004 21:16:50 -0000
@@ -27,7 +27,7 @@
      <a href="../reference/ref-export-javadoc.htm">Javadoc Generation wizard</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-198.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-198.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-198.htm
--- tasks/tasks-198.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-198.htm	10 Nov 2004 21:16:50 -0000
@@ -32,7 +32,7 @@
      <a href="../reference/ref-dialog-javadoc-location.htm">Javadoc Location property page</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-199.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-199.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-199.htm
--- tasks/tasks-199.htm	24 Jun 2004 20:55:57 -0000	1.16
+++ tasks/tasks-199.htm	10 Nov 2004 21:16:50 -0000
@@ -37,7 +37,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-2.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-2.htm
--- tasks/tasks-2.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-2.htm	10 Nov 2004 21:16:50 -0000
@@ -43,7 +43,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-20.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-20.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-20.htm
--- tasks/tasks-20.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-20.htm	10 Nov 2004 21:16:50 -0000
@@ -48,7 +48,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-200.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-200.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-200.htm
--- tasks/tasks-200.htm	24 Jun 2004 20:55:57 -0000	1.18
+++ tasks/tasks-200.htm	10 Nov 2004 21:16:50 -0000
@@ -35,7 +35,7 @@
      <a href="../reference/ref-dialog-javadoc-location.htm">Javadoc Location property page</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-201.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-201.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-201.htm
--- tasks/tasks-201.htm	24 Jun 2004 20:55:57 -0000	1.17
+++ tasks/tasks-201.htm	10 Nov 2004 21:16:50 -0000
@@ -40,7 +40,7 @@
      &nbsp;</p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-202.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-202.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-202.htm
--- tasks/tasks-202.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-202.htm	10 Nov 2004 21:16:50 -0000
@@ -60,7 +60,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-203.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-203.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-203.htm
--- tasks/tasks-203.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-203.htm	10 Nov 2004 21:16:50 -0000
@@ -52,18 +52,18 @@
       </li>
     </ul>
 
-    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
      <a href="../concepts/ctemplates.htm">Templates</a></p>
 
-    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+    <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
      <a href="tasks-54.htm">Using the Java editor</a><br>
      <a href="tasks-171.htm">Using templates</a></p>
 
-    <p><img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
+    <p><img border="0"  src="../images/ngrelr.gif" alt="Related reference"><br>
      <a href="../reference/ref-preferences-templates.htm">Template preference page</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-204.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-204.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-204.htm
--- tasks/tasks-204.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-204.htm	10 Nov 2004 21:16:50 -0000
@@ -47,7 +47,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-205.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-205.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-205.htm
--- tasks/tasks-205.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-205.htm	10 Nov 2004 21:16:50 -0000
@@ -34,7 +34,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-206.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-206.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-206.htm
--- tasks/tasks-206.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-206.htm	10 Nov 2004 21:16:50 -0000
@@ -25,7 +25,7 @@
      <a href="../reference/ref-wizard-externalize-strings.htm">Externalize Strings wizard</a></p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-207.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-207.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-207.htm
--- tasks/tasks-207.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-207.htm	10 Nov 2004 21:16:50 -0000
@@ -33,7 +33,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-208.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-208.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-208.htm
--- tasks/tasks-208.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-208.htm	10 Nov 2004 21:16:50 -0000
@@ -33,7 +33,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-209.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-209.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-209.htm
--- tasks/tasks-209.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-209.htm	10 Nov 2004 21:16:50 -0000
@@ -28,7 +28,7 @@
        <a href="../reference/ref-117.htm">Refactoring dialogs</a><br>
        <a href="../reference/ref-23.htm">Refactoring preferences</a><br>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-21.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-21.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-21.htm
--- tasks/tasks-21.htm	23 Jun 2004 23:07:20 -0000	1.24
+++ tasks/tasks-21.htm	10 Nov 2004 21:16:50 -0000
@@ -84,7 +84,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-210.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-210.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-210.htm
--- tasks/tasks-210.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-210.htm	10 Nov 2004 21:16:50 -0000
@@ -34,7 +34,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a><a href="../reference/ref-23.htm"></a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-211.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-211.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-211.htm
--- tasks/tasks-211.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-211.htm	10 Nov 2004 21:16:50 -0000
@@ -27,7 +27,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-212.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-212.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-212.htm
--- tasks/tasks-212.htm	23 Jun 2004 23:07:20 -0000	1.4
+++ tasks/tasks-212.htm	10 Nov 2004 21:16:50 -0000
@@ -37,7 +37,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-213.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-213.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-213.htm
--- tasks/tasks-213.htm	23 Jun 2004 23:07:20 -0000	1.4
+++ tasks/tasks-213.htm	10 Nov 2004 21:16:50 -0000
@@ -37,7 +37,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-214.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-214.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-214.htm
--- tasks/tasks-214.htm	23 Jun 2004 23:07:20 -0000	1.4
+++ tasks/tasks-214.htm	10 Nov 2004 21:16:50 -0000
@@ -37,7 +37,7 @@
     </p>
 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-216.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-216.htm,v
retrieving revision 1.5
diff -u -r1.5 tasks-216.htm
--- tasks/tasks-216.htm	23 Jun 2004 23:07:20 -0000	1.5
+++ tasks/tasks-216.htm	10 Nov 2004 21:16:50 -0000
@@ -27,7 +27,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-217.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-217.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-217.htm
--- tasks/tasks-217.htm	23 Jun 2004 23:07:20 -0000	1.4
+++ tasks/tasks-217.htm	10 Nov 2004 21:16:50 -0000
@@ -27,7 +27,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-218.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-218.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-218.htm
--- tasks/tasks-218.htm	23 Jun 2004 23:07:20 -0000	1.4
+++ tasks/tasks-218.htm	10 Nov 2004 21:16:50 -0000
@@ -28,7 +28,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-219.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-219.htm,v
retrieving revision 1.6
diff -u -r1.6 tasks-219.htm
--- tasks/tasks-219.htm	1 Jul 2004 16:17:06 -0000	1.6
+++ tasks/tasks-219.htm	10 Nov 2004 21:16:50 -0000
@@ -27,7 +27,7 @@
      <a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
      <a href="../reference/ref-23.htm">Refactoring preferences</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-220.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-220.htm,v
retrieving revision 1.5
diff -u -r1.5 tasks-220.htm
--- tasks/tasks-220.htm	23 Jun 2004 23:07:20 -0000	1.5
+++ tasks/tasks-220.htm	10 Nov 2004 21:16:50 -0000
@@ -34,7 +34,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-221.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-221.htm,v
retrieving revision 1.3
diff -u -r1.3 tasks-221.htm
--- tasks/tasks-221.htm	23 Jun 2004 23:07:20 -0000	1.3
+++ tasks/tasks-221.htm	10 Nov 2004 21:16:50 -0000
@@ -88,7 +88,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-222.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-222.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-222.htm
--- tasks/tasks-222.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-222.htm	10 Nov 2004 21:16:50 -0000
@@ -56,7 +56,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-23.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-23.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-23.htm
--- tasks/tasks-23.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-23.htm	10 Nov 2004 21:16:50 -0000
@@ -69,7 +69,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-24.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-24.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-24.htm
--- tasks/tasks-24.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-24.htm	10 Nov 2004 21:16:50 -0000
@@ -75,7 +75,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><a href="../reference/ref-view-package-explorer.htm"></a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-25.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-25.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-25.htm
--- tasks/tasks-25.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-25.htm	10 Nov 2004 21:16:50 -0000
@@ -24,13 +24,13 @@
     </li>
 	</ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-3.htm">Java projects</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-11.htm">Creating Java elements</a><br>
@@ -40,13 +40,13 @@
        <a href="tasks-92.htm">Renaming a compilation unit</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-26.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-26.htm,v
retrieving revision 1.23
diff -u -r1.23 tasks-26.htm
--- tasks/tasks-26.htm	23 Jun 2004 23:07:20 -0000	1.23
+++ tasks/tasks-26.htm	10 Nov 2004 21:16:50 -0000
@@ -57,7 +57,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-27.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-27.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-27.htm
--- tasks/tasks-27.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-27.htm	10 Nov 2004 21:16:50 -0000
@@ -16,7 +16,7 @@
       You can create a new Java scrapbook page using any one of several different approaches. <a href="tasks-149.htm">See Creating a Scrapbook Page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-3.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-3.htm
--- tasks/tasks-3.htm	23 Jun 2004 23:07:20 -0000	1.24
+++ tasks/tasks-3.htm	10 Nov 2004 21:16:50 -0000
@@ -49,7 +49,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-30.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-30.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-30.htm
--- tasks/tasks-30.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-30.htm	10 Nov 2004 21:16:50 -0000
@@ -60,7 +60,7 @@
        <a href="../reference/ref-123.htm">Java Build Path</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-31.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-31.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-31.htm
--- tasks/tasks-31.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-31.htm	10 Nov 2004 21:16:50 -0000
@@ -132,7 +132,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-32.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-32.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-32.htm
--- tasks/tasks-32.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-32.htm	10 Nov 2004 21:16:50 -0000
@@ -29,7 +29,7 @@
        <a href="../reference/ref-export-jar.htm">JAR file exporter</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-33.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-33.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-33.htm
--- tasks/tasks-33.htm	23 Jun 2004 23:07:20 -0000	1.22
+++ tasks/tasks-33.htm	10 Nov 2004 21:16:50 -0000
@@ -84,7 +84,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-34.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-34.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-34.htm
--- tasks/tasks-34.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-34.htm	10 Nov 2004 21:16:50 -0000
@@ -58,7 +58,7 @@
        <a href="../reference/ref-export-jar.htm">JAR file exporter</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-35.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-35.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-35.htm
--- tasks/tasks-35.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-35.htm	10 Nov 2004 21:16:51 -0000
@@ -91,7 +91,7 @@
        <a href="../reference/ref-export-jar.htm">JAR file exporter</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-36.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-36.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-36.htm
--- tasks/tasks-36.htm	23 Jun 2004 23:07:20 -0000	1.14
+++ tasks/tasks-36.htm	10 Nov 2004 21:16:51 -0000
@@ -44,7 +44,7 @@
        <a href="../reference/ref-export-jar.htm">JAR file exporter</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-37.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-37.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-37.htm
--- tasks/tasks-37.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-37.htm	10 Nov 2004 21:16:51 -0000
@@ -31,7 +31,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-38.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-38.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-38.htm
--- tasks/tasks-38.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-38.htm	10 Nov 2004 21:16:51 -0000
@@ -49,7 +49,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-39.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-39.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-39.htm
--- tasks/tasks-39.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-39.htm	10 Nov 2004 21:16:51 -0000
@@ -62,7 +62,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-4.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-4.htm
--- tasks/tasks-4.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-4.htm	10 Nov 2004 21:16:51 -0000
@@ -50,7 +50,7 @@
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-40.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-40.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-40.htm
--- tasks/tasks-40.htm	23 Jun 2004 23:07:20 -0000	1.21
+++ tasks/tasks-40.htm	10 Nov 2004 21:16:51 -0000
@@ -55,7 +55,7 @@
        <a href="../reference/ref-menu-edit.htm">Edit menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-41.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-41.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-41.htm
--- tasks/tasks-41.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-41.htm	10 Nov 2004 21:16:51 -0000
@@ -53,7 +53,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-42.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-42.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-42.htm
--- tasks/tasks-42.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-42.htm	10 Nov 2004 21:16:51 -0000
@@ -53,7 +53,7 @@
        <a href="../reference/ref-13.htm">Java Base preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-43.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-43.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-43.htm
--- tasks/tasks-43.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-43.htm	10 Nov 2004 21:16:51 -0000
@@ -54,7 +54,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-44.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-44.htm,v
retrieving revision 1.25
diff -u -r1.25 tasks-44.htm
--- tasks/tasks-44.htm	24 Jun 2004 20:55:57 -0000	1.25
+++ tasks/tasks-44.htm	10 Nov 2004 21:16:51 -0000
@@ -55,7 +55,7 @@
        <a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-45.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-45.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-45.htm
--- tasks/tasks-45.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-45.htm	10 Nov 2004 21:16:51 -0000
@@ -27,7 +27,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-47.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-47.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-47.htm
--- tasks/tasks-47.htm	23 Jun 2004 23:07:20 -0000	1.21
+++ tasks/tasks-47.htm	10 Nov 2004 21:16:51 -0000
@@ -56,7 +56,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-5.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-5.htm,v
retrieving revision 1.23
diff -u -r1.23 tasks-5.htm
--- tasks/tasks-5.htm	23 Jun 2004 23:07:20 -0000	1.23
+++ tasks/tasks-5.htm	10 Nov 2004 21:16:51 -0000
@@ -50,7 +50,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-51.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-51.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-51.htm
--- tasks/tasks-51.htm	23 Jun 2004 23:07:20 -0000	1.22
+++ tasks/tasks-51.htm	10 Nov 2004 21:16:51 -0000
@@ -54,7 +54,7 @@
        <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-54.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-54.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-54.htm
--- tasks/tasks-54.htm	23 Jun 2004 23:07:20 -0000	1.22
+++ tasks/tasks-54.htm	10 Nov 2004 21:16:51 -0000
@@ -57,7 +57,7 @@
        <a href="../reference/ref-java-editor.htm">Java editor actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-57.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-57.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-57.htm
--- tasks/tasks-57.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-57.htm	10 Nov 2004 21:16:51 -0000
@@ -52,7 +52,7 @@
        <a href="../reference/ref-view-outline.htm">Outline view for Java</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-58.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-58.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-58.htm
--- tasks/tasks-58.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-58.htm	10 Nov 2004 21:16:51 -0000
@@ -38,7 +38,7 @@
       <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-59.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-59.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-59.htm
--- tasks/tasks-59.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-59.htm	10 Nov 2004 21:16:51 -0000
@@ -56,7 +56,7 @@
        <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-6.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-6.htm
--- tasks/tasks-6.htm	23 Jun 2004 23:07:20 -0000	1.24
+++ tasks/tasks-6.htm	10 Nov 2004 21:16:51 -0000
@@ -45,7 +45,7 @@
       <a href="../reference/ref-java-editor.htm">Java editor</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-60.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-60.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-60.htm
--- tasks/tasks-60.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-60.htm	10 Nov 2004 21:16:51 -0000
@@ -57,7 +57,7 @@
       <a href="../reference/ref-menu-source.htm">Source menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-61.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-61.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-61.htm
--- tasks/tasks-61.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-61.htm	10 Nov 2004 21:16:51 -0000
@@ -75,7 +75,7 @@
        <a href="../reference/ref-22.htm">Organize Import preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-62.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-62.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-62.htm
--- tasks/tasks-62.htm	23 Jun 2004 23:07:20 -0000	1.20
+++ tasks/tasks-62.htm	10 Nov 2004 21:16:51 -0000
@@ -31,14 +31,14 @@
       history) is called an edition.
     </p>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       	<a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
        	<a href="../concepts/concepts-6.htm">Java views</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-54.htm">Using the Java editor</a><br>
@@ -47,13 +47,13 @@
       <a href="tasks-64.htm">Restoring a deleted workbench element</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
      </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-63.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-63.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-63.htm
--- tasks/tasks-63.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-63.htm	10 Nov 2004 21:16:51 -0000
@@ -43,26 +43,26 @@
       </li>
     </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-62.htm">Using the local history</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-view-outline.htm">Outline view for Java</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-63a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-63a.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-63a.htm
--- tasks/tasks-63a.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-63a.htm	10 Nov 2004 21:16:51 -0000
@@ -42,26 +42,26 @@
       </li>
     </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-62.htm">Using the local history</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-view-outline.htm">Outline view for Java</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-64.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-64.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-64.htm
--- tasks/tasks-64.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-64.htm	10 Nov 2004 21:16:51 -0000
@@ -43,25 +43,25 @@
       </li>
     </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-62.htm">Using the local history</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-view-outline.htm">Outline view for Java</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-65.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-65.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-65.htm
--- tasks/tasks-65.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-65.htm	10 Nov 2004 21:16:51 -0000
@@ -71,7 +71,7 @@
        <a href="../reference/ref-143.htm">Java Content Assist</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-66.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-66.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-66.htm
--- tasks/tasks-66.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-66.htm	10 Nov 2004 21:16:51 -0000
@@ -16,14 +16,14 @@
       The Java editor supports the formatting of Java code according to your personal preferences.
     </p>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-54.htm">Using the Java editor</a><br>
@@ -32,13 +32,13 @@
        <a href="tasks-65.htm">Using content/code assist</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-17.htm">Code Formatter preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-67.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-67.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-67.htm
--- tasks/tasks-67.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-67.htm	10 Nov 2004 21:16:51 -0000
@@ -62,7 +62,7 @@
       <a href="../reference/ref-17.htm">Code Formatter preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-68.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-68.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-68.htm
--- tasks/tasks-68.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-68.htm	10 Nov 2004 21:16:51 -0000
@@ -32,26 +32,26 @@
       </li>
     </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-66.htm">Formatting Java code</a><br>
        <a href="tasks-67.htm">Formatting files or portions of code</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-17.htm">Code Formatter preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-69.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-69.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-69.htm
--- tasks/tasks-69.htm	23 Jun 2004 23:07:20 -0000	1.11
+++ tasks/tasks-69.htm	10 Nov 2004 21:16:51 -0000
@@ -16,13 +16,13 @@
       You can view different kinds of documentation information while working in the workbench.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="tasks-54.htm">Using the Java editor</a><br>
@@ -30,7 +30,7 @@
        <a href="../tasks/tasks-70.htm">Viewing marker help</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-7.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-7.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-7.htm
--- tasks/tasks-7.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-7.htm	10 Nov 2004 21:16:51 -0000
@@ -48,7 +48,7 @@
       <a href="../reference/ref-13.htm"></a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-70.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-70.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-70.htm
--- tasks/tasks-70.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-70.htm	10 Nov 2004 21:16:51 -0000
@@ -27,13 +27,13 @@
       Hover your mouse pointer over the marker in the marker bar to view any available hover help.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-1.htm">Java development tools (JDT)</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="tasks-54.htm">Using the Java editor</a><br>
@@ -41,7 +41,7 @@
        <a href="../tasks/tasks-71.htm">Viewing Javadoc information</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-71.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-71.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-71.htm
--- tasks/tasks-71.htm	23 Jun 2004 23:07:20 -0000	1.24
+++ tasks/tasks-71.htm	10 Nov 2004 21:16:51 -0000
@@ -79,7 +79,7 @@
        <a href="../reference/ref-dialog-javadoc-location.htm">Javadoc Location</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-72.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-72.htm,v
retrieving revision 1.9
diff -u -r1.9 tasks-72.htm
--- tasks/tasks-72.htm	23 Jun 2004 23:07:20 -0000	1.9
+++ tasks/tasks-72.htm	10 Nov 2004 21:16:51 -0000
@@ -13,7 +13,7 @@
       Navigating the JDT Workbench
     </h1>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-73.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-73.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-73.htm
--- tasks/tasks-73.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-73.htm	10 Nov 2004 21:16:51 -0000
@@ -59,7 +59,7 @@
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-74.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-74.htm,v
retrieving revision 1.23
diff -u -r1.23 tasks-74.htm
--- tasks/tasks-74.htm	23 Jun 2004 23:07:20 -0000	1.23
+++ tasks/tasks-74.htm	10 Nov 2004 21:16:51 -0000
@@ -57,7 +57,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-75.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-75.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-75.htm
--- tasks/tasks-75.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-75.htm	10 Nov 2004 21:16:51 -0000
@@ -55,7 +55,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-76.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-76.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-76.htm
--- tasks/tasks-76.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-76.htm	10 Nov 2004 21:16:51 -0000
@@ -57,7 +57,7 @@
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-77.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-77.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-77.htm
--- tasks/tasks-77.htm	23 Jun 2004 23:07:20 -0000	1.18
+++ tasks/tasks-77.htm	10 Nov 2004 21:16:51 -0000
@@ -51,7 +51,7 @@
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-78.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-78.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-78.htm
--- tasks/tasks-78.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-78.htm	10 Nov 2004 21:16:51 -0000
@@ -17,7 +17,7 @@
     </p>
     <a href="tasks-115.htm">See Attaching Source to a JAR File</a> 
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-79.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-79.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-79.htm
--- tasks/tasks-79.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-79.htm	10 Nov 2004 21:16:51 -0000
@@ -36,7 +36,7 @@
       <a href="../reference/ref-menu-search.htm">Search menu</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-80.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-80.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-80.htm
--- tasks/tasks-80.htm	1 Jul 2004 16:17:06 -0000	1.18
+++ tasks/tasks-80.htm	10 Nov 2004 21:16:51 -0000
@@ -13,13 +13,13 @@
       Refactoring
     </h1>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-82.htm">Refactoring without preview</a><br>
@@ -57,7 +57,7 @@
   <a href="tasks-219.htm">Replacing references to a type with references to one of its supertypes</a><br>
  </p>
 <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
@@ -65,7 +65,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-81.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-81.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-81.htm
--- tasks/tasks-81.htm	23 Jun 2004 23:07:20 -0000	1.10
+++ tasks/tasks-81.htm	10 Nov 2004 21:16:51 -0000
@@ -19,7 +19,7 @@
       You can execute a refactoring in one of two different ways.
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-82.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-82.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-82.htm
--- tasks/tasks-82.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-82.htm	10 Nov 2004 21:16:51 -0000
@@ -42,13 +42,13 @@
     closes. </li>
 </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-83.htm">Refactoring with preview</a><br>
@@ -56,7 +56,7 @@
        <a href="tasks-101.htm">Redoing a refactoring operation</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
@@ -64,7 +64,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-83.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-83.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-83.htm
--- tasks/tasks-83.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-83.htm	10 Nov 2004 21:16:51 -0000
@@ -45,13 +45,13 @@
   </li>
     </ol>
     <p>
-      <img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0">
+      <img  src="../images/ngrelc.gif" alt="Related concepts" border="0">
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks">
+      <img border="0"  src="../images/ngrelt.gif" alt="Related tasks">
     </p>
     <p>
       <a href="tasks-82.htm">Refactoring without preview</a><br>
@@ -60,7 +60,7 @@
        <a href="tasks-101.htm">Redoing a refactoring operation</a>
     </p>
     <p>
-      <img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference">
+      <img border="0"  src="../images/ngrelr.gif" alt="Related reference">
     </p>
     <p>
       <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
@@ -68,7 +68,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-84.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-84.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-84.htm
--- tasks/tasks-84.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-84.htm	10 Nov 2004 21:16:51 -0000
@@ -34,13 +34,13 @@
       the refactoring.
     </p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="../tasks/tasks-83.htm">Refactoring with preview</a><br>
@@ -48,7 +48,7 @@
        <a href="../tasks/tasks-101.htm">Redoing a refactoring operation</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
@@ -56,7 +56,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-85.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-85.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-85.htm
--- tasks/tasks-85.htm	23 Jun 2004 23:07:20 -0000	1.20
+++ tasks/tasks-85.htm	10 Nov 2004 21:16:51 -0000
@@ -97,7 +97,7 @@
        <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-86.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-86.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-86.htm
--- tasks/tasks-86.htm	23 Jun 2004 23:07:20 -0000	1.13
+++ tasks/tasks-86.htm	10 Nov 2004 21:16:51 -0000
@@ -35,13 +35,13 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-9.htm">Refactoring support</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="tasks-82.htm">Refactoring without preview</a><br>
@@ -51,14 +51,14 @@
        <a href="../tasks/tasks-85.htm">Copying and moving Java elements</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
        <a href="../reference/ref-menu-refactor.htm">Refactoring actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-87.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-87.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-87.htm
--- tasks/tasks-87.htm	23 Jun 2004 23:07:20 -0000	1.16
+++ tasks/tasks-87.htm	10 Nov 2004 21:16:51 -0000
@@ -53,7 +53,7 @@
        <a href="../reference/ref-154.htm">Extract method errors</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-88.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-88.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-88.htm
--- tasks/tasks-88.htm	24 Jun 2004 20:55:57 -0000	1.20
+++ tasks/tasks-88.htm	10 Nov 2004 21:16:51 -0000
@@ -41,7 +41,7 @@
       </li>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-89.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-89.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-89.htm
--- tasks/tasks-89.htm	23 Jun 2004 23:07:20 -0000	1.12
+++ tasks/tasks-89.htm	10 Nov 2004 21:16:51 -0000
@@ -30,7 +30,7 @@
       On the problems pages, you can press F1 to link to a detailed description of errors.
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-9.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-9.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-9.htm
--- tasks/tasks-9.htm	23 Jun 2004 23:07:20 -0000	1.17
+++ tasks/tasks-9.htm	10 Nov 2004 21:16:51 -0000
@@ -47,7 +47,7 @@
 <p>If the specified perspective is not open at the time it needs to be activated, 
   that perspective is created.&nbsp;</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
@@ -56,13 +56,13 @@
        <a href="../concepts/concepts-5.htm">Java perspectives</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
       <br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
        <a href="../tasks/tasks-executionArgs.htm">Setting execution arguments</a><br>
        <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>    </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-45.htm">Console view</a><br>
@@ -71,7 +71,7 @@
        <a href="../reference/ref-4.htm">Run and debug actions</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-90.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-90.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-90.htm
--- tasks/tasks-90.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-90.htm	10 Nov 2004 21:16:51 -0000
@@ -50,7 +50,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-91.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-91.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-91.htm
--- tasks/tasks-91.htm	24 Jun 2004 20:55:57 -0000	1.21
+++ tasks/tasks-91.htm	10 Nov 2004 21:16:51 -0000
@@ -49,7 +49,7 @@
     	<a href="tasks-83.htm">See Refactoring with Preview</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-92.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-92.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-92.htm
--- tasks/tasks-92.htm	23 Jun 2004 23:07:20 -0000	1.20
+++ tasks/tasks-92.htm	10 Nov 2004 21:16:51 -0000
@@ -52,7 +52,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-93.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-93.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-93.htm
--- tasks/tasks-93.htm	24 Jun 2004 20:55:57 -0000	1.21
+++ tasks/tasks-93.htm	10 Nov 2004 21:16:51 -0000
@@ -49,7 +49,7 @@
     	<a href="tasks-83.htm">See Refactoring with Preview</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-94.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-94.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-94.htm
--- tasks/tasks-94.htm	23 Jun 2004 23:07:20 -0000	1.21
+++ tasks/tasks-94.htm	10 Nov 2004 21:16:51 -0000
@@ -62,7 +62,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-95.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-95.htm,v
retrieving revision 1.24
diff -u -r1.24 tasks-95.htm
--- tasks/tasks-95.htm	24 Jun 2004 20:55:57 -0000	1.24
+++ tasks/tasks-95.htm	10 Nov 2004 21:16:51 -0000
@@ -49,7 +49,7 @@
     	<a href="tasks-83.htm">Refactoring with Preview</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-96.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-96.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-96.htm
--- tasks/tasks-96.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-96.htm	10 Nov 2004 21:16:51 -0000
@@ -70,7 +70,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-97.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-97.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-97.htm
--- tasks/tasks-97.htm	24 Jun 2004 20:55:57 -0000	1.18
+++ tasks/tasks-97.htm	10 Nov 2004 21:16:51 -0000
@@ -37,7 +37,7 @@
     	<a href="tasks-74.htm">See Showing a Type's Compilation Unit in the Packages View</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-98.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-98.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-98.htm
--- tasks/tasks-98.htm	23 Jun 2004 23:07:20 -0000	1.19
+++ tasks/tasks-98.htm	10 Nov 2004 21:16:51 -0000
@@ -64,7 +64,7 @@
        <a href="../reference/ref-23.htm">Refactoring preferences</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-99.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-99.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-99.htm
--- tasks/tasks-99.htm	24 Jun 2004 20:55:57 -0000	1.20
+++ tasks/tasks-99.htm	10 Nov 2004 21:16:51 -0000
@@ -33,7 +33,7 @@
     </p>
     </ul>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-JREs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-JREs.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-JREs.htm
--- tasks/tasks-JREs.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-JREs.htm	10 Nov 2004 21:16:51 -0000
@@ -61,7 +61,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-consoleAppearance.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-consoleAppearance.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-consoleAppearance.htm
--- tasks/tasks-consoleAppearance.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-consoleAppearance.htm	10 Nov 2004 21:16:51 -0000
@@ -49,21 +49,21 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
        <a href="../concepts/concepts-6.htm">Java views</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-45.htm">Console view</a><br>
        <a href="../reference/ref-24.htm">Views and editors</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-debug-launch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-debug-launch.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-debug-launch.htm
--- tasks/tasks-debug-launch.htm	23 Jun 2004 23:07:20 -0000	1.8
+++ tasks/tasks-debug-launch.htm	10 Nov 2004 21:16:51 -0000
@@ -41,13 +41,13 @@
     from those classes that define a <em>main</em> method.&nbsp; (If only one class with a main method is
         found in the project, that class is launched as if you selected it.)</p>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
       <a href="../concepts/concepts-6.htm">Java views</a><br>
        <a href="../concepts/concepts-7.htm">Java editor</a><br>
        <a href="../concepts/concepts-10.htm">Debugger</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-141.htm">Connecting to a remote VM with the Java Remote Application launcher</a><br>
        <a href="../tasks/tasks-131.htm">Re-launching a program</a><br>
        <a href="../tasks/tasks-126.htm">Running and debugging</a><br>
@@ -55,12 +55,12 @@
        <a href="../tasks/tasks-136.htm">Stepping through the execution of a program</a><br>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
       <a href="../reference/ref-51.htm">Debug view</a><br>
        <a href="../reference/ref-view-package-explorer.htm">Package Explorer</a><br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-deleteJRE.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-deleteJRE.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-deleteJRE.htm
--- tasks/tasks-deleteJRE.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-deleteJRE.htm	10 Nov 2004 21:16:51 -0000
@@ -46,7 +46,7 @@
        <a href="../reference/ref-19.htm">Installed JREs preference page</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-executionArgs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-executionArgs.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-executionArgs.htm
--- tasks/tasks-executionArgs.htm	23 Jun 2004 23:07:20 -0000	1.2
+++ tasks/tasks-executionArgs.htm	10 Nov 2004 21:16:51 -0000
@@ -54,14 +54,14 @@
       </li>
     </ol>
     <p>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
       <a href="../tasks/tasks-java-local-configuration.htm">Creating a Java Application launch
       configuration</a><br>
       <a href="../tasks/tasks-130.htm">Launching a Java program</a><br>
       <br>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: tasks/tasks-java-local-configuration.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.jdt.doc.user/tasks/tasks-java-local-configuration.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-java-local-configuration.htm
--- tasks/tasks-java-local-configuration.htm	23 Jun 2004 23:07:20 -0000	1.15
+++ tasks/tasks-java-local-configuration.htm	10 Nov 2004 21:16:51 -0000
@@ -71,7 +71,7 @@
   </ul>
     </blockquote>
     <p>
-      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+      <img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
     </p>
     <p>
       <a href="../concepts/concepts-10.htm">Debugger</a><br>
@@ -79,7 +79,7 @@
     </p>
     <p>
       <br>
-      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+      <img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
     </p>
     <p>
       <a href="tasks-124.htm">Choosing a JRE for launching a project</a><br>
@@ -88,7 +88,7 @@
       </a><a href="../tasks/tasks-9.htm">Changing debugger launch options</a>
     </p>
     <p>
-      <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+      <img border="0" src="../images/ngrelr.gif" alt="Related reference" >
     </p>
     <p>
       <a href="../reference/ref-11.htm">Debug preferences</a><br>
@@ -96,7 +96,7 @@
        <a href="../reference/ref-4.htm">Run and debug actions</a>
     </p>
     <p>
-      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+      <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
     </p>
   </body>
 </html>
Index: guide/dynamic-classpaths.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/dynamic-classpaths.htm,v
retrieving revision 1.4
diff -u -r1.4 dynamic-classpaths.htm
--- guide/dynamic-classpaths.htm	21 Jul 2004 05:47:06 -0000	1.4
+++ guide/dynamic-classpaths.htm	10 Nov 2004 21:18:20 -0000
@@ -100,7 +100,7 @@
 the project depending on the platform they are working on. They will have to 
 continue to use their self-hosting methods.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: guide/pde.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde.htm,v
retrieving revision 1.7
diff -u -r1.7 pde.htm
--- guide/pde.htm	24 Jun 2004 05:58:09 -0000	1.7
+++ guide/pde.htm	10 Nov 2004 21:18:20 -0000
@@ -23,7 +23,7 @@
 to understand the concepts presented in the Platform ISV Guide and the JDT User 
 Guide.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: guide/pde_build_editor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_build_editor.htm,v
retrieving revision 1.3
diff -u -r1.3 pde_build_editor.htm
--- guide/pde_build_editor.htm	24 Jun 2004 19:42:23 -0000	1.3
+++ guide/pde_build_editor.htm	10 Nov 2004 21:18:20 -0000
@@ -15,7 +15,7 @@
 <b>build.properties</b> file of the plug-in.&nbsp; This file solely guides the 
 build process.</p>
 <p align="center">
-<img border="0" src="images/build-editor.gif" width="582" height="571">.</p>
+<img border="0" src="images/build-editor.gif" >.</p>
 <p align="left">&nbsp;</p>
 <p align="left">The <b>Runtime Information</b> section lists all the libraries 
 that you want to build.&nbsp; For each library, you must list the source 
@@ -37,7 +37,7 @@
 path for them to compile, you can add these required JARs in the <b>Extra 
 Classpath Entries</b> section.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_configuring.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_configuring.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_configuring.htm
--- guide/pde_configuring.htm	24 Jun 2004 19:11:58 -0000	1.15
+++ guide/pde_configuring.htm	10 Nov 2004 21:18:20 -0000
@@ -39,7 +39,7 @@
 platform and a 2.x-based product as your target platform.</p>
 <p>&nbsp;</p>
 <p align="center">
-<img border="0" src="images/preferences.gif" alt="PDE preferences - &quot;Target Platform&quot; page" width="635" height="539"></p>
+<img border="0" src="images/preferences.gif" alt="PDE preferences - &quot;Target Platform&quot; page" ></p>
 <p align="left">&nbsp;</p>
 <p align="left">All the plug-ins found in the target platform location specified 
 by the user are listed on the preference page.&nbsp; However, only the plug-ins 
@@ -64,11 +64,11 @@
 combined list of workspace and external plug-ins. In it, you will be able to 
 browse the directory structure of external plug-ins, open files, etc.</p>
 <p align="center">
-<img border="0" src="images/plugins-view.gif" width="213" height="308"></p>
+<img border="0" src="images/plugins-view.gif" ></p>
 <p align="left">&nbsp;</p>
 <i></i>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_convert.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_convert.htm,v
retrieving revision 1.13
diff -u -r1.13 pde_convert.htm
--- guide/pde_convert.htm	24 Jun 2004 15:50:46 -0000	1.13
+++ guide/pde_convert.htm	10 Nov 2004 21:18:20 -0000
@@ -24,7 +24,7 @@
 select <b>Convert Projects to Plug-in Projects</b> wizard from the <b>Plug-in 
 Development</b> category.&nbsp; Click <b>Next</b>.</p>
 <p align="center">
-<img border="0" src="images/convert-java.gif" alt="&quot;Convert Existing Projects&quot; wizard" width="380" height="421"></p>
+<img border="0" src="images/convert-java.gif" alt="&quot;Convert Existing Projects&quot; wizard" ></p>
 <p>The wizard will list all projects that do not have PDE capability.
 Candidate projects do not need to have manifest files. If they are missing, PDE
 will create generic ones you can use as a starting point. Files that already
@@ -32,7 +32,7 @@
 the process. If your project has a classpath you want preserved, deselect this 
 checkbox.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: guide/pde_creating.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_creating.htm,v
retrieving revision 1.14
diff -u -r1.14 pde_creating.htm
--- guide/pde_creating.htm	24 Jun 2004 05:58:09 -0000	1.14
+++ guide/pde_creating.htm	10 Nov 2004 21:18:20 -0000
@@ -15,7 +15,7 @@
 <p>To create a plug-in project, bring up the New Plug-in Project creation wizard 
 via&nbsp; <b>File &gt; New &gt; Plug-in Project</b>.</p>
 <p align="center">
-<img border="0" src="images/project-structure.gif" alt="Plug-in Project Structure" width="485" height="512"></p>
+<img border="0" src="images/project-structure.gif" alt="Plug-in Project Structure" ></p>
 <p>It is a convention that plug-in project names are the same as plug-in IDs, 
 but they can be different. </p>
 <p>The plug-in project can be created in one of two flavors: a Java project or a 
@@ -29,7 +29,7 @@
 optional and only recommended for advanced users.</p>
 <p>&nbsp;</p>
 <p align="center">
-<img border="0" src="images/default-codegen.gif" alt="Mandatory plug-in content page" width="485" height="512"></p>
+<img border="0" src="images/default-codegen.gif" alt="Mandatory plug-in content page" ></p>
 <p>&nbsp;</p>
 <p>&nbsp;</p>
 <p>On the Plug-in Content page, you set the data with which the plugin.xml file 
@@ -42,7 +42,7 @@
 as translatable strings.</p>
 <p>&nbsp;</p>
 <p align="center">
-<img border="0" src="images/project-codegen.gif" alt="Plug-in code generators" width="485" height="512"></p>
+<img border="0" src="images/project-codegen.gif" alt="Plug-in code generators" ></p>
 <p>&nbsp;</p>
 <p>The next page shows the various templates that PDE provides which generate 
 useful content such as views, editors, property pages etc. </p>
@@ -51,7 +51,7 @@
 <b>Next</b>.</p>
 <p>&nbsp;</p>
 <p align="center">
-<img border="0" src="images/hello-world-page.gif" alt="&quot;Sample Action Set&quot; template page" width="485" height="512"></p>
+<img border="0" src="images/hello-world-page.gif" alt="&quot;Sample Action Set&quot; template page" ></p>
 <p align="left">&nbsp;</p>
 <p align="left">The next page will let you customize the sample extension that 
 we are creating.</p>
@@ -63,9 +63,9 @@
 <p align="left"> After the wizard is
 finished, the initial project structure should look like this:</p>
 <p align="center">
-<img border="0" src="images/initial-structure.gif" alt="Initial plug-in project structure" width="213" height="428"></p>
+<img border="0" src="images/initial-structure.gif" alt="Initial plug-in project structure" ></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: guide/pde_deploy.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_deploy.htm,v
retrieving revision 1.13
diff -u -r1.13 pde_deploy.htm
--- guide/pde_deploy.htm	24 Jun 2004 19:42:23 -0000	1.13
+++ guide/pde_deploy.htm	10 Nov 2004 21:18:20 -0000
@@ -30,7 +30,7 @@
   </ul>
   <p>&nbsp;</li>
 </ol>
-<p align="center"><img border="0" src="images/plugin-export.gif" alt="Export plug-ins and fragments wizard" width="470" height="602"></p>
+<p align="center"><img border="0" src="images/plugin-export.gif" alt="Export plug-ins and fragments wizard" ></p>
 <p>You also have the option to save the settings of this export operation.&nbsp; 
 This way you would be able to redo this export operation without having to go 
 through the wizard all over again.</p>
@@ -38,7 +38,7 @@
 <a href="pde_feature_generating_ant.htm">Creating Ant Scripts from PDE</a> 
 section.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_generating.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_generating.htm,v
retrieving revision 1.16
diff -u -r1.16 pde_feature_generating.htm
--- guide/pde_feature_generating.htm	24 Jun 2004 18:33:53 -0000	1.16
+++ guide/pde_feature_generating.htm	10 Nov 2004 21:18:20 -0000
@@ -27,7 +27,7 @@
   <li>Select the feature(s) you want to export.&nbsp; </li>
 </ol>
 <p align="center">
-<img border="0" src="images/feature-export.gif" alt="Export Features wizard" width="448" height="598"></p>
+<img border="0" src="images/feature-export.gif" alt="Export Features wizard" ></p>
 <p>&nbsp;</p>
 <p>The wizard will build all the features selected and their included plug-ins 
 and fragments.&nbsp; </p>
@@ -52,7 +52,7 @@
   details.</li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_generating_ant.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_generating_ant.htm,v
retrieving revision 1.14
diff -u -r1.14 pde_feature_generating_ant.htm
--- guide/pde_feature_generating_ant.htm	24 Jun 2004 05:58:09 -0000	1.14
+++ guide/pde_feature_generating_ant.htm	10 Nov 2004 21:18:20 -0000
@@ -108,7 +108,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_generating_antcommandline.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_generating_antcommandline.htm,v
retrieving revision 1.14
diff -u -r1.14 pde_feature_generating_antcommandline.htm
--- guide/pde_feature_generating_antcommandline.htm	24 Jun 2004 20:22:58 -0000	1.14
+++ guide/pde_feature_generating_antcommandline.htm	10 Nov 2004 21:18:20 -0000
@@ -85,7 +85,7 @@
 Note that the parameters appearing after the application are the parameters that are passed to Ant.
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_generating_build.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_generating_build.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_feature_generating_build.htm
--- guide/pde_feature_generating_build.htm	14 Oct 2004 16:09:16 -0000	1.15
+++ guide/pde_feature_generating_build.htm	10 Nov 2004 21:18:21 -0000
@@ -97,7 +97,7 @@
 <p  >&nbsp;
  </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_manifest.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_manifest.htm,v
retrieving revision 1.13
diff -u -r1.13 pde_feature_manifest.htm
--- guide/pde_feature_manifest.htm	24 Jun 2004 18:33:53 -0000	1.13
+++ guide/pde_feature_manifest.htm	10 Nov 2004 21:18:21 -0000
@@ -16,7 +16,7 @@
 page (Build) shows up allowing you to configure how the feature will be built. 
 Source page for the build.properties file will also appear in this case. </p>
 <p align="center">
-<img border="0" src="images/feature-overview.gif" alt="Feature manifest editor - Overview page" width="540" height="433"></p>
+<img border="0" src="images/feature-overview.gif" alt="Feature manifest editor - Overview page" ></p>
 <p align="left">Information that is entered during the feature project setup
 can be changed on the Overview page. In addition, you can provide URLs for <b> 
 update site</b> and <b>
@@ -44,7 +44,7 @@
 points to a valid HTML page. Although URL can be absolute, HTML pages are
 typically provided with the feature and URLs are relative to the project root.</p>
 <p align="center">
-<img border="0" src="images/feature-overview-info.gif" alt="Feature manifest editor - Information page" width="540" height="433"></p>
+<img border="0" src="images/feature-overview-info.gif" alt="Feature manifest editor - Information page" ></p>
 <p align="left">Plug-ins and fragments that are part of your feature are
 listed in the Content page. Pressing the <b>Add...</b> button brings up a list of
 checkboxes representing all of the valid
@@ -52,7 +52,7 @@
 plug-in or fragment entry, the plug-in or fragment manifest editor will open for
 the selected item.</p>
 <p align="center">
-<img border="0" src="images/feature-content.gif" alt="Feature manifest editor - Content page" width="540" height="433"></p>
+<img border="0" src="images/feature-content.gif" alt="Feature manifest editor - Content page" ></p>
 <p align="left">Required plug-ins are plug-ins that are not part of the feature
 but must be present in the target platform as a prerequisite for installing the
 feature. If any of these plug-ins are missing, the feature will not be installed.
@@ -74,9 +74,9 @@
 read more about this and other feature issues in Platform Install and Update
 guide.</p>
 <p align="center">
-<img border="0" src="images/feature-advanced.gif" alt="Feature manifest editor - Advanced page" width="540" height="433"></p>
+<img border="0" src="images/feature-advanced.gif" alt="Feature manifest editor - Advanced page" ></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_feature_setup.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_setup.htm,v
retrieving revision 1.9
diff -u -r1.9 pde_feature_setup.htm
--- guide/pde_feature_setup.htm	24 Jun 2004 18:33:53 -0000	1.9
+++ guide/pde_feature_setup.htm	10 Nov 2004 21:18:21 -0000
@@ -35,7 +35,7 @@
 The project should have <br>
 &quot;feature.xml&quot; file and feature manifest editor will open for editing.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_feature_synchronizing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_feature_synchronizing.htm,v
retrieving revision 1.10
diff -u -r1.10 pde_feature_synchronizing.htm
--- guide/pde_feature_synchronizing.htm	24 Jun 2004 06:19:46 -0000	1.10
+++ guide/pde_feature_synchronizing.htm	10 Nov 2004 21:18:21 -0000
@@ -36,7 +36,7 @@
     verify versions in their corresponding manifest editors.</li>
 </ol>
 <p align="center">
-<img border="0" src="images/feature-synchronizing.gif" alt="Feature version synchronization wizard" width="416" height="355"></p>
+<img border="0" src="images/feature-synchronizing.gif" alt="Feature version synchronization wizard" ></p>
 <p>&nbsp;<br>
 
 <h3>Automatic synchronization at build time</h3>
@@ -46,7 +46,7 @@
 
 <br>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_features.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_features.htm,v
retrieving revision 1.8
diff -u -r1.8 pde_features.htm
--- guide/pde_features.htm	24 Jun 2004 18:33:53 -0000	1.8
+++ guide/pde_features.htm	10 Nov 2004 21:18:21 -0000
@@ -37,7 +37,7 @@
     and made available for download.</li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_fragment.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_fragment.htm,v
retrieving revision 1.9
diff -u -r1.9 pde_fragment.htm
--- guide/pde_fragment.htm	24 Jun 2004 18:28:44 -0000	1.9
+++ guide/pde_fragment.htm	10 Nov 2004 21:18:21 -0000
@@ -27,7 +27,7 @@
 plug-ins but have no concept of life-cycle. Fragments have no top-level class
 with &quot;startup&quot; and &quot;shutdown&quot; methods.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_fragment_example.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_fragment_example.htm,v
retrieving revision 1.19
diff -u -r1.19 pde_fragment_example.htm
--- guide/pde_fragment_example.htm	24 Jun 2004 19:42:23 -0000	1.19
+++ guide/pde_fragment_example.htm	10 Nov 2004 21:18:21 -0000
@@ -22,7 +22,7 @@
 &quot;com.example.xyz&quot; in the plug-in selection dialog.  Using the dialog, we
 could have also chosen any external plug-in.</p>
 <p align="center">
-<img border="0" src="images/fragment-content.gif" alt="Fragment example - sample fragment content page" width="485" height="512"></p>
+<img border="0" src="images/fragment-content.gif" alt="Fragment example - sample fragment content page" ></p>
 <p align="left">Once the project is created, it opens the fragment manifest
 editor.</p>
 <p align="center">
@@ -80,7 +80,7 @@
 fragment references in such a way that the fragment's action set appeared to the
 platform as though it came directly from the XYZ Plug-in.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_manifest.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest.htm,v
retrieving revision 1.7
diff -u -r1.7 pde_manifest.htm
--- guide/pde_manifest.htm	24 Jun 2004 05:58:09 -0000	1.7
+++ guide/pde_manifest.htm	10 Nov 2004 21:18:21 -0000
@@ -19,7 +19,7 @@
 <p>The best way to learn about the plug-in manifest editor is to visit each
 page.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_manifest_dependencies.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_dependencies.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_manifest_dependencies.htm
--- guide/pde_manifest_dependencies.htm	24 Jun 2004 19:42:23 -0000	1.15
+++ guide/pde_manifest_dependencies.htm	10 Nov 2004 21:18:21 -0000
@@ -16,7 +16,7 @@
 When you modify the list of dependencies and save the file, PDE will 
 automatically update your classpath.</p>
 <p align="center">
-<img border="0" src="images/plugin-dependencies.gif" alt="Dependencies editor page" width="629" height="503"></p>
+<img border="0" src="images/plugin-dependencies.gif" alt="Dependencies editor page" ></p>
 <p align="left">
 &nbsp;</p>
 <p align="left">
@@ -46,7 +46,7 @@
 Dependencies</b> feature available on this page.</p>
 <p align="left">&nbsp;</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_manifest_extensionpoints.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_extensionpoints.htm,v
retrieving revision 1.12
diff -u -r1.12 pde_manifest_extensionpoints.htm
--- guide/pde_manifest_extensionpoints.htm	24 Jun 2004 13:27:55 -0000	1.12
+++ guide/pde_manifest_extensionpoints.htm	10 Nov 2004 21:18:21 -0000
@@ -30,7 +30,7 @@
 create a schema for your extension point.</p>
 <p>.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_manifest_extensions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_extensions.htm,v
retrieving revision 1.16
diff -u -r1.16 pde_manifest_extensions.htm
--- guide/pde_manifest_extensions.htm	21 Jul 2004 05:47:06 -0000	1.16
+++ guide/pde_manifest_extensions.htm	10 Nov 2004 21:18:21 -0000
@@ -15,7 +15,7 @@
 <p>The Extensions page is where you can add, remove and modify the extensions 
 your plug-in contributes to the platform.</p>
 <p align="center">
-<img src="images/actionSet-1.gif" alt="Extensions editor page" border="0" width="629" height="550"></p>
+<img src="images/actionSet-1.gif" alt="Extensions editor page" border="0" ></p>
 <p>&nbsp;</p>
 <p>Each extension point comes with an xml schema specifying its grammar.&nbsp; 
 Your extension's syntax must therefore follow that grammar in order to be 
@@ -36,7 +36,7 @@
 correct superclass and/or interface when the schema for the extension point 
 specifies this information for the given attribute.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_manifest_overview.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_overview.htm,v
retrieving revision 1.14
diff -u -r1.14 pde_manifest_overview.htm
--- guide/pde_manifest_overview.htm	24 Jun 2004 19:42:23 -0000	1.14
+++ guide/pde_manifest_overview.htm	10 Nov 2004 21:18:21 -0000
@@ -14,7 +14,7 @@
 follow the hyperlinks to navigate a particular page or execute a particular 
 command.</p>
 <p align="center">
-<img src="images/plugin-overview.gif" alt="Overview editor page" border="0" width="629" height="503"></p>
+<img src="images/plugin-overview.gif" alt="Overview editor page" border="0" ></p>
 <p align="left">The Plug-in Content section explains the structure and content 
 of each section of the plug-in manifest.</p>
 <p align="left">The Testing section provides shortcuts to quickly launch a 
@@ -22,7 +22,7 @@
 <p align="left">The Deploying section lists the steps required to successfully 
 build and package the plug-in.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_manifest_runtime.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_runtime.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_manifest_runtime.htm
--- guide/pde_manifest_runtime.htm	24 Jun 2004 05:58:09 -0000	1.15
+++ guide/pde_manifest_runtime.htm	10 Nov 2004 21:18:21 -0000
@@ -12,7 +12,7 @@
 <p>The Runtime page shows information about run-time libraries. When packaged, 
 platform plug-ins deliver all of their Java classes in JAR libraries. </p>
 <p align="center">
-<img src="images/plugin-runtime.gif" alt="Runtime editor page" border="0" width="629" height="503"></p>
+<img src="images/plugin-runtime.gif" alt="Runtime editor page" border="0" ></p>
 <p>You can also determine exporting rules for your libraries. By default, no 
 classes in your libraries can be seen by others. This is appropriate if your 
 plug-in is not meant to be extended. If your classes should be visible to other 
@@ -28,7 +28,7 @@
 will create a manifest.mf file for your plug-in with all the correct contents on 
 the fly.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_manifest_source.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_manifest_source.htm,v
retrieving revision 1.16
diff -u -r1.16 pde_manifest_source.htm
--- guide/pde_manifest_source.htm	24 Jun 2004 05:58:09 -0000	1.16
+++ guide/pde_manifest_source.htm	10 Nov 2004 21:18:21 -0000
@@ -15,14 +15,14 @@
 errors, both syntactic and semantic, PDE validates the file upon saving or 
 switching tabs to flag such errors.</p>
 <p align="center">
-<img border="0" src="images/plugin-source.gif" alt="Source editor page" width="629" height="514"></p>
+<img border="0" src="images/plugin-source.gif" alt="Source editor page" ></p>
 <p align="center">
 &nbsp;</p>
 <p>If a syntax error is introduced, PDE will lock out the form pages until the error
 is fixed. If you try to switch to any of the non-source pages, you will see the
 following dialog:</p>
 <p align="center">
-<img border="0" src="images/source-errors.gif" alt="Source editor page - error dialog" width="441" height="146"></p>
+<img border="0" src="images/source-errors.gif" alt="Source editor page - error dialog" ></p>
 <p align="center">
 &nbsp;</p>
 <p align="left">If you close the editor with syntactic errors in it and open it again, the
@@ -33,7 +33,7 @@
 Plug-ins</b> tab of the <b>Plug-in Development &gt; Compilers</b> preference 
 page:</p>
 <p align="center">
-<img border="0" src="images/manifest-validate.gif" align="center" alt="Plug-in Development compiler preferences" width="514" height="539"></p>
+<img border="0" src="images/manifest-validate.gif" align="center" alt="Plug-in Development compiler preferences" ></p>
 <p align="left">You can set the level of each to one of <i>Error</i>, <i>Warning</i> or 
 <i>Ignore</i>.</p>
 <p align="left">Note that for PDE to be able to detect some of these problems 
@@ -41,7 +41,7 @@
 extension points you are using must have a valid schema associated with them.&nbsp; 
 See <a href="pde_schema.htm">Extension Point Schema</a> for more details.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_running.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_running.htm,v
retrieving revision 1.14
diff -u -r1.14 pde_running.htm
--- guide/pde_running.htm	24 Jun 2004 05:58:09 -0000	1.14
+++ guide/pde_running.htm	10 Nov 2004 21:18:21 -0000
@@ -21,7 +21,7 @@
 &gt; Run...</b> from the main menu bar. This will bring up the Launch Configuration 
 Dialog.</p>
 <p align="center">
-<img border="0" src="images/launch-dialog.gif" alt="Run-time workbench launcher - arguments" width="624" height="615"></p>
+<img border="0" src="images/launch-dialog.gif" alt="Run-time workbench launcher - arguments" ></p>
 <p align="left">You can create several configurations and give them unique 
 names, each one having different parameters. This allows you to test your 
 plug-in under different conditions by simply switching between different 
@@ -49,7 +49,7 @@
 top menu item called &quot;Sample Menu&quot; with a single &quot;Sample Action&quot; item. Selecting it should 
 pop up a dialog containing the phrase &quot;Hello,  world&quot;.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_running_debugging.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_running_debugging.htm,v
retrieving revision 1.10
diff -u -r1.10 pde_running_debugging.htm
--- guide/pde_running_debugging.htm	24 Jun 2004 05:58:09 -0000	1.10
+++ guide/pde_running_debugging.htm	10 Nov 2004 21:18:21 -0000
@@ -31,12 +31,12 @@
 <p>Alternatively, you can download source code onto your disk drive and register
 the location manually using PDE preference page:</p>
 <p align="center">
-<img border="0" src="images/source-locations.gif" alt="PDE Preferences - Source Code Locations" width="570" height="541"></p>
+<img border="0" src="images/source-locations.gif" alt="PDE Preferences - Source Code Locations" ></p>
 <p align="left">You will notice that some locations already exist if the host
 instance is the SDK itself and contains source plug-ins. You can add new
 locations by selecting <b>Add...</b> and choosing a valid local directory.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_running_plugins.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_running_plugins.htm,v
retrieving revision 1.11
diff -u -r1.11 pde_running_plugins.htm
--- guide/pde_running_plugins.htm	24 Jun 2004 05:58:09 -0000	1.11
+++ guide/pde_running_plugins.htm	10 Nov 2004 21:18:21 -0000
@@ -12,7 +12,7 @@
 <p>It is possible to alter the list of plug-ins and fragments that PDE will pass
 to the run-time workbench when running or debugging.  </p>
 <p align="center">
-<img border="0" src="images/launch-plugins.gif" alt="Run-time workbench launcher - plug-ins and fragments" width="625" height="615"></p>
+<img border="0" src="images/launch-plugins.gif" alt="Run-time workbench launcher - plug-ins and fragments" ></p>
 <p>
 By default, the<b> Plug-ins </b>tab is configured to select all the workspace 
 plug-ins and external plug-ins that are enabled in the Preferences. </p>
@@ -21,7 +21,7 @@
 danger of ending up with an invalid configuration. Use this feature carefully
 and press <b>Add Required Plug-ins</b> to ensure the subset is complete.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_running_tracing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_running_tracing.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_running_tracing.htm
--- guide/pde_running_tracing.htm	24 Jun 2004 13:51:21 -0000	1.15
+++ guide/pde_running_tracing.htm	10 Nov 2004 21:18:21 -0000
@@ -29,7 +29,7 @@
 problems.&nbsp;</p>
 <p> I</p>
 <p align="center">
-<img border="0" src="images/launch-tracing.gif" alt="Run-time workbench launcher - tracing" width="607" height="567"></p>
+<img border="0" src="images/launch-tracing.gif" alt="Run-time workbench launcher - tracing" ></p>
 <h2>Example:&nbsp; Adding tracing support to your plug-in</h2>
 <p align="left">If you add tracing support to the plug-in under development, 
 your plug-ins will appear in the list of plug-ins that support tracing.</p>
@@ -51,13 +51,13 @@
 plug-in should now show up in the list. When selected,
 it should show the newly defined flags with their default values.</p>
 <p align="center">
-<img border="0" src="images/xyz-tracing.gif" alt="Run-time workbench launcher - tracing example" width="607" height="567"></p>
+<img border="0" src="images/xyz-tracing.gif" alt="Run-time workbench launcher - tracing example" ></p>
 <p>Creating the <b>.options</b> file only defines the availability flags,
 allowing other plug-in developers to define the values of the tracing
 properties.&nbsp; You will still need to check the values of your tracing
 properties in your plug-in code using <b>Platform.getDebugOption()</b><b>.</b></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_schema.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_schema.htm,v
retrieving revision 1.7
diff -u -r1.7 pde_schema.htm
--- guide/pde_schema.htm	24 Jun 2004 05:58:09 -0000	1.7
+++ guide/pde_schema.htm	10 Nov 2004 21:18:21 -0000
@@ -82,7 +82,7 @@
 <p>The list above is for reference only. You are most likely to
 define an XML schema using the PDE schema editor that will take care of generating the correct file.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_schema_editor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_schema_editor.htm,v
retrieving revision 1.19
diff -u -r1.19 pde_schema_editor.htm
--- guide/pde_schema_editor.htm	21 Jul 2004 05:47:06 -0000	1.19
+++ guide/pde_schema_editor.htm	10 Nov 2004 21:18:21 -0000
@@ -62,7 +62,7 @@
 </ol>
 <p>So far, the schema editor should look like this:</p>
 <p align="center">
-<img border="0" src="images/schema-1.gif" alt="Extension point schema editor - Definition page" width="603" height="467"></p>
+<img border="0" src="images/schema-1.gif" alt="Extension point schema editor - Definition page" ></p>
 <p align="left">We will now add an additional attribute that takes values from
 a discrete list of choices.&nbsp; This means we need to create an enumeration restriction of
 the base <b>string</b>  type.&nbsp; In addition, we will set a default value for the
@@ -86,7 +86,7 @@
 <p align="left">The restriction dialog should look like
 this:</p>
 <p align="center">
-<img border="0" src="images/restriction-dialog.gif" alt="Type restriction dialog" width="300" height="350"></p>
+<img border="0" src="images/restriction-dialog.gif" alt="Type restriction dialog" ></p>
 <p align="left">When the dialog is closed, change the &quot;use&quot; attribute to
 &quot;default&quot; and &quot;value&quot; attribute to &quot;always.&quot;&nbsp;
 This establishes the default value.&nbsp; Note that the status line shows an error message as you are typing the value,
@@ -114,7 +114,7 @@
 look like in DTD.&nbsp; This information is provided to help
 developers who are still more comfortable with DTDs than XML schemas.</p>
 <p align="center">
-<img border="0" src="images/schema-2.gif" alt="Extension point schema editor - element grammar" width="603" height="467"></p>
+<img border="0" src="images/schema-2.gif" alt="Extension point schema editor - element grammar" ></p>
 <p align="left">Now that we have defined valid elements, attributes and grammar,
 we need to provide some information about the extension point. There are two
 types of schema
@@ -230,7 +230,7 @@
 Regardless of the method to create it, the resulting document for
 this example would look like <a href="parsers.htm">this</a>.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_schema_using.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_schema_using.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_schema_using.htm
--- guide/pde_schema_using.htm	24 Jun 2004 19:42:23 -0000	1.15
+++ guide/pde_schema_using.htm	10 Nov 2004 21:18:21 -0000
@@ -28,7 +28,7 @@
 <h3>Example: Using the &quot;Sample Parsers&quot; extension point</h3>
 <p>Before trying to use the extension point we defined before, we still need to
 define the expected interface. Select the <b>com.example.xyz</b> project in the Navigator
-and press the <img src="images/java-interface.gif" alt="Create a Java Interface" width="16" height="15"> tool bar button to create a new Java interface.
+and press the <img src="images/java-interface.gif" alt="Create a Java Interface" > tool bar button to create a new Java interface.
 Be sure to set the package name to <b>com.example.xyz</b> and interface name to
 <b>IParser</b> before pressing <b>Finish</b>.&nbsp; Edit the interface to look like this:</p>
 <font color='#4444CC'><pre>   package com.example.xyz;
@@ -75,9 +75,9 @@
 point, it will help all your potential users by letting PDE to assist them and
 prevent them from making errors.</p>
 <p align="center"><font SIZE="2" COLOR="#3f7f5f">
-<img border="0" src="images/schema-usage.gif" alt="Restriction choices appearing as choices in the property sheet cell editor" width="638" height="274"></font></p>
+<img border="0" src="images/schema-usage.gif" alt="Restriction choices appearing as choices in the property sheet cell editor" ></font></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_setup.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_setup.htm,v
retrieving revision 1.15
diff -u -r1.15 pde_setup.htm
--- guide/pde_setup.htm	24 Jun 2004 19:07:25 -0000	1.15
+++ guide/pde_setup.htm	10 Nov 2004 21:18:21 -0000
@@ -16,7 +16,7 @@
 </b> and
 choose <b>Plug-in Development</b> from the offered list.</p>
 <p align="center">
-<img border="0" src="images/pdeperspective.gif" alt="PDE perspective" width="694" height="428"></p>
+<img border="0" src="images/pdeperspective.gif" alt="PDE perspective" ></p>
 <p>&nbsp;</p>
 <p>In addition to the main views and toolbar actions that are useful for Java 
 development, the PDE perspective adds shortcuts to very frequently used wizards 
@@ -36,9 +36,9 @@
 <p>Other features of the log view include the ability to import any arbitrary 
 log file into the view, and to export the log contents into a file.</p>
 <p align="center">
-<img border="0" src="images/errorLog.gif" alt="Error Log view" width="757" height="159"></p>
+<img border="0" src="images/errorLog.gif" alt="Error Log view" ></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_site_building.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_site_building.htm,v
retrieving revision 1.7
diff -u -r1.7 pde_site_building.htm
--- guide/pde_site_building.htm	24 Jun 2004 15:29:18 -0000	1.7
+++ guide/pde_site_building.htm	10 Nov 2004 21:18:21 -0000
@@ -13,7 +13,7 @@
 Building an update site is a relatively simple task and most of the work is done 
 on the <b>Features</b> page of the update site editor.</p>
 <p align="center">
-<img border="0" src="images/site-features.gif" width="670" height="439"></p>
+<img border="0" src="images/site-features.gif" ></p>
 <p align="center">
 &nbsp;</p>
 <p align="left">
@@ -41,7 +41,7 @@
 To preview on what your website would look like, save the site.xml file and open 
 the index.html file at the root of your site project in a browser.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_site_editor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_site_editor.htm,v
retrieving revision 1.7
diff -u -r1.7 pde_site_editor.htm
--- guide/pde_site_editor.htm	24 Jun 2004 19:47:03 -0000	1.7
+++ guide/pde_site_editor.htm	10 Nov 2004 21:18:21 -0000
@@ -20,11 +20,11 @@
 (Description, Features and Archives) and a Source page that shows you raw XML code of the
 site map.</p>
 <p align="center">
-<img border="0" src="images/site-description.gif" alt="Feature manifest editor - Overview page" width="562" height="433"></p>
+<img border="0" src="images/site-description.gif" alt="Feature manifest editor - Overview page" ></p>
 <p align="center">
 &nbsp;</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/pde_site_previewing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_site_previewing.htm,v
retrieving revision 1.6
diff -u -r1.6 pde_site_previewing.htm
--- guide/pde_site_previewing.htm	24 Jun 2004 19:47:03 -0000	1.6
+++ guide/pde_site_previewing.htm	10 Nov 2004 21:18:21 -0000
@@ -20,16 +20,16 @@
 button to locate the update site you have created.&nbsp; Expand it to see and 
 select the category you created.&nbsp; Click Next.</p>
 <p align="center">
-<img border="0" src="images/install-update-sites.gif" width="582" height="422"></p>
+<img border="0" src="images/install-update-sites.gif" ></p>
 <p align="left">&nbsp;</p>
 <p align="left">4.&nbsp; Verify that the feature you created has been 
 located by the Update Manager.&nbsp; Proceeding beyond that point in the Install 
 Wizard will go through the steps of the actual installation, which is not the 
 focus here.</p>
 <p align="center">
-<img border="0" src="images/install-site-features.gif" width="581" height="421"></p>
+<img border="0" src="images/install-site-features.gif" ></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_site_setup.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_site_setup.htm,v
retrieving revision 1.5
diff -u -r1.5 pde_site_setup.htm
--- guide/pde_site_setup.htm	24 Jun 2004 15:00:52 -0000	1.5
+++ guide/pde_site_setup.htm	10 Nov 2004 21:18:21 -0000
@@ -36,10 +36,10 @@
   advertise your features and plug-ins to the world.&nbsp; Click <b>Finish</b>.</li>
 </ol>
 <p align="center">
-<img border="0" src="images/site-new.gif" width="529" height="500"></p>
+<img border="0" src="images/site-new.gif" ></p>
 <p>&nbsp;</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: guide/pde_sites.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/guide/pde_sites.htm,v
retrieving revision 1.4
diff -u -r1.4 pde_sites.htm
--- guide/pde_sites.htm	24 Jun 2004 14:15:35 -0000	1.4
+++ guide/pde_sites.htm	10 Nov 2004 21:18:21 -0000
@@ -19,7 +19,7 @@
 property to provide for building and previewing update sites directly in the 
 workspace.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tips/pde_tips.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/tips/pde_tips.htm,v
retrieving revision 1.7
diff -u -r1.7 pde_tips.htm
--- tips/pde_tips.htm	19 Jul 2004 16:17:59 -0000	1.7
+++ tips/pde_tips.htm	10 Nov 2004 21:18:21 -0000
@@ -128,7 +128,7 @@
   </tr>
   </table>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: whatsNew/pde_whatsnew.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.htm,v
retrieving revision 1.12
diff -u -r1.12 pde_whatsnew.htm
--- whatsNew/pde_whatsnew.htm	19 Jul 2004 16:17:59 -0000	1.12
+++ whatsNew/pde_whatsnew.htm	10 Nov 2004 21:18:21 -0000
@@ -26,7 +26,7 @@
       multi-page editor that can be used to manage your plug-in and edit all its
       files (plugin.xml, build.properties, and manifest.mf).&nbsp; PDE
       transparently handles the task of writing the changes to the right files.
-      <p><img border="1" src="images/one-editor.gif" width="466" height="499"></p></td>
+      <p><img border="1" src="images/one-editor.gif" ></p></td>
   </tr>
   
   <tr>
@@ -38,7 +38,7 @@
       PDE now provides a specialized build configuration editor that makes this
       task easy and intuitive.</font>
       <p><font size="2">
-      <img border="0" src="images/build-editor.gif" alt="PDE build configuration dialog" width="457" height="540"></font></p></td>
+      <img border="0" src="images/build-editor.gif" alt="PDE build configuration dialog" ></font></p></td>
   </tr>
     
   <tr>
@@ -51,7 +51,7 @@
       lets you debug with tracing, and can handle GUI as well as non-GUI
       plug-ins.</font>
       <p><font size="2">
-      <img border="0" src="images/junit-launcher.gif" alt="PDE JUnit launcher configuration dialog" width="466" height="486"></font></p></td>
+      <img border="0" src="images/junit-launcher.gif" alt="PDE JUnit launcher configuration dialog" ></font></p></td>
   </tr>
  
   <tr>
@@ -67,12 +67,12 @@
       now has an option for creating plug-ins with explicit OSGi bundle
       manifests.
       <p>
-      <img src="images/alternate-format.gif" alt="Alternate plug-in format" border="0" width="438" height="512"></p>
+      <img src="images/alternate-format.gif" alt="Alternate plug-in format" border="0" ></p>
       <p>  
      The Runtime page of the PDE manifest editor exposes one of several OSGi-based
      runtime features (control of plug-in activation) and will even create a
       manifest.mf file for your plug-in on demand.
-      <p><img border="1" src="images/activation.gif" width="432" height="231"></p>
+      <p><img border="1" src="images/activation.gif" ></p>
   </td>
   </tr>
   <tr>
@@ -98,12 +98,12 @@
           Additional features in the tool bar of the Error Log view make it effortless to export, open, or delete the current log.  You can also import external logs
       and reload your workspace log into the view.  Events can be organized via filtering and sorting by message, plug-in name, or date.
       <p>
-      <img border="0" src="images/error-log-info.gif" alt="New error log view toolbar features" width="465" height="202"></p>
+      <img border="0" src="images/error-log-info.gif" alt="New error log view toolbar features" ></p>
       <p><br>
     The error log view now lets you inspect the
       full details of an event, and easily navigate from one event to the next.
       <p>
-      <img src="images/event-dialog.gif" alt="Detail dialog for error log view" width="464" height="529"></p>
+      <img src="images/event-dialog.gif" alt="Detail dialog for error log view" ></p>
       
 
       </td>
@@ -121,7 +121,7 @@
       Also, the plug-in export operations can now be saved as Ant build scripts 
       so that the same operation can be run later via the Ant runner without 
       having to go through the export wizard.<p>
-     <img src="images/export.gif" width="435" height="618"></p></td>
+     <img src="images/export.gif" ></p></td>
   </tr>
    
   <tr>
@@ -139,7 +139,7 @@
       this functionality will ensure that the debugger will automatically locate
       the relevant source code (if available). </p>
       <p>
-      <img border="0" src="images/java-search.gif" alt="Add to Java Search" width="244" height="283"></p></td>
+      <img border="0" src="images/java-search.gif" alt="Add to Java Search" ></p></td>
   </tr>
  
   
@@ -152,7 +152,7 @@
       Update site so that customers of your feature can easily download and
       install it via the Update Manager.
       <p>
-      <img border="1" src="images/feature-patch.gif" alt="New feature patch wizard" width="305" height="130"></p></td>
+      <img border="1" src="images/feature-patch.gif" alt="New feature patch wizard" ></p></td>
   </tr>
  
   <tr>
@@ -168,7 +168,7 @@
 </tbody></table>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: guide/ant.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant.htm,v
retrieving revision 1.12
diff -u -r1.12 ant.htm
--- guide/ant.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/ant.htm	10 Nov 2004 21:15:40 -0000
@@ -19,5 +19,5 @@
 <a href="../reference/extension-points/org_eclipse_ant_core_antProperties.html">properties</a>
 using extension points.&nbsp; The rest of this discussion assumes that you have a basic
 understanding of Ant.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/ant_contributing_task.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm,v
retrieving revision 1.15
diff -u -r1.15 ant_contributing_task.htm
--- guide/ant_contributing_task.htm	23 Jun 2004 00:03:45 -0000	1.15
+++ guide/ant_contributing_task.htm	10 Nov 2004 21:15:40 -0000
@@ -103,5 +103,5 @@
 <p>
 &nbsp;</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/ant_developing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant_developing.htm,v
retrieving revision 1.6
diff -u -r1.6 ant_developing.htm
--- guide/ant_developing.htm	23 Jun 2004 00:03:44 -0000	1.6
+++ guide/ant_developing.htm	10 Nov 2004 21:15:40 -0000
@@ -36,5 +36,5 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 </BODY></HTML>
Index: guide/ant_eclipse_tasks.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant_eclipse_tasks.htm,v
retrieving revision 1.13
diff -u -r1.13 ant_eclipse_tasks.htm
--- guide/ant_eclipse_tasks.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/ant_eclipse_tasks.htm	10 Nov 2004 21:15:40 -0000
@@ -62,5 +62,5 @@
 <pre><font color="#4444CC">&lt;eclipse.convertPath resourcePath=&quot;MyProject/MyFile&quot; property=&quot;myPath&quot;/&gt;</font></pre>
 
 <br>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/ant_expanding_classpath.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant_expanding_classpath.htm,v
retrieving revision 1.10
diff -u -r1.10 ant_expanding_classpath.htm
--- guide/ant_expanding_classpath.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/ant_expanding_classpath.htm	10 Nov 2004 21:15:40 -0000
@@ -24,5 +24,5 @@
 in the plugin.xml file.</p>
 
 &nbsp;
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/ant_running_buildfiles_programmatically.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/ant_running_buildfiles_programmatically.htm,v
retrieving revision 1.4
diff -u -r1.4 ant_running_buildfiles_programmatically.htm
--- guide/ant_running_buildfiles_programmatically.htm	23 Jun 2004 00:03:44 -0000	1.4
+++ guide/ant_running_buildfiles_programmatically.htm	10 Nov 2004 21:15:40 -0000
@@ -57,5 +57,5 @@
 <P >
 &nbsp;</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/arch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/arch.htm,v
retrieving revision 1.17
diff -u -r1.17 arch.htm
--- guide/arch.htm	23 Jun 2004 00:03:44 -0000	1.17
+++ guide/arch.htm	10 Nov 2004 21:15:40 -0000
@@ -36,13 +36,13 @@
 system.</p>
 
 
-<p><img border="0" src="images/sdk-arch.jpg" width="692" height="442" alt=""></p>
+<p><img border="0" src="images/sdk-arch.jpg"  alt=""></p>
 
 
     <p >&nbsp;</p>
   
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
   
 
 </BODY>
Index: guide/arch_struct.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/arch_struct.htm,v
retrieving revision 1.26
diff -u -r1.26 arch_struct.htm
--- guide/arch_struct.htm	24 Jun 2004 19:18:55 -0000	1.26
+++ guide/arch_struct.htm	10 Nov 2004 21:15:40 -0000
@@ -116,7 +116,7 @@
 <P >The PDE is installed as a set of plug-ins that are included in the
 SDK.&nbsp; The PDE Guide describes how to use the environment.</P>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 </BODY>
 </HTML>
Index: guide/compare.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/compare.htm,v
retrieving revision 1.11
diff -u -r1.11 compare.htm
--- guide/compare.htm	23 Jun 2004 00:03:44 -0000	1.11
+++ guide/compare.htm	10 Nov 2004 21:15:40 -0000
@@ -42,6 +42,6 @@
 <a href="compare_structureviewer.htm">structure-oriented</a>  if they compare
 hierarchically structured input elements.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/compare_beyond.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/compare_beyond.htm,v
retrieving revision 1.12
diff -u -r1.12 compare_beyond.htm
--- guide/compare_beyond.htm	23 Jun 2004 00:03:45 -0000	1.12
+++ guide/compare_beyond.htm	10 Nov 2004 21:15:40 -0000
@@ -128,6 +128,6 @@
 
 &nbsp;
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/compare_contentviewer.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm,v
retrieving revision 1.9
diff -u -r1.9 compare_contentviewer.htm
--- guide/compare_contentviewer.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/compare_contentviewer.htm	10 Nov 2004 21:15:40 -0000
@@ -173,6 +173,6 @@
 <p>
 &nbsp;
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/compare_streammerger.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/compare_streammerger.htm,v
retrieving revision 1.3
diff -u -r1.3 compare_streammerger.htm
--- guide/compare_streammerger.htm	23 Jun 2004 00:03:44 -0000	1.3
+++ guide/compare_streammerger.htm	10 Nov 2004 21:15:40 -0000
@@ -54,6 +54,6 @@
 <p>
 &nbsp;
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/compare_structureviewer.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/compare_structureviewer.htm,v
retrieving revision 1.13
diff -u -r1.13 compare_structureviewer.htm
--- guide/compare_structureviewer.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/compare_structureviewer.htm	10 Nov 2004 21:15:40 -0000
@@ -164,6 +164,6 @@
 <p>
 &nbsp;
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug.htm,v
retrieving revision 1.19
diff -u -r1.19 debug.htm
--- guide/debug.htm	13 Oct 2004 19:52:12 -0000	1.19
+++ guide/debug.htm	10 Nov 2004 21:15:40 -0000
@@ -33,6 +33,6 @@
 tools.&nbsp; We'll review the major concepts of the platform debug support in the context
 of the JDT concrete implementation.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_breakpoints.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm,v
retrieving revision 1.13
diff -u -r1.13 debug_breakpoints.htm
--- guide/debug_breakpoints.htm	14 Oct 2004 23:25:51 -0000	1.13
+++ guide/debug_breakpoints.htm	10 Nov 2004 21:15:41 -0000
@@ -74,6 +74,6 @@
 In this way, the platform debug code can generically find all breakpoint types that have been set on a
 particular source file. </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_debug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_debug.htm,v
retrieving revision 1.13
diff -u -r1.13 debug_debug.htm
--- guide/debug_debug.htm	14 Oct 2004 21:18:51 -0000	1.13
+++ guide/debug_debug.htm	10 Nov 2004 21:15:41 -0000
@@ -29,6 +29,6 @@
 <p><a href="http://www.eclipse.org/articles/Article-Debugger/how-to.html";>How to Write an Eclipse Debugger</a> 
 provides a start to finish example for building a debugger using a simple push down automata (PDA)
 assembly language as an example.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_expressions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_expressions.htm,v
retrieving revision 1.12
diff -u -r1.12 debug_expressions.htm
--- guide/debug_expressions.htm	14 Oct 2004 23:32:42 -0000	1.12
+++ guide/debug_expressions.htm	10 Nov 2004 21:15:41 -0000
@@ -27,6 +27,6 @@
 defines a specialized kind of <a href="../reference/api/org/eclipse/debug/core/model/IExpression.html"><b>IExpression</b></a>
 that updates the value of the expression when supplied with a new debug context.  Watch expressions are used to implement
 &quot;watch lists,&quot; which show changes in the value of an expression as the program executes.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch.htm,v
retrieving revision 1.16
diff -u -r1.16 debug_launch.htm
--- guide/debug_launch.htm	13 Oct 2004 19:52:12 -0000	1.16
+++ guide/debug_launch.htm	10 Nov 2004 21:15:41 -0000
@@ -33,12 +33,12 @@
 queried for information such as running processes, debug session information,
 and source code location.&nbsp; A launch knows the configuration that was used to create
 it.&nbsp; </p>
-<p><img alt="" border="0" src="images/launch.jpg" width="495" height="191"> </p>
+<p><img alt="" border="0" src="images/launch.jpg" > </p>
 <p>Users interact with a launch
 configuration dialog to set up the parameters for different types of
 launches. These configurations can be
 stored in a file to be shared with other users or stored locally in the workspace.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_adding.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm,v
retrieving revision 1.15
diff -u -r1.15 debug_launch_adding.htm
--- guide/debug_launch_adding.htm	13 Oct 2004 19:52:12 -0000	1.15
+++ guide/debug_launch_adding.htm	10 Nov 2004 21:15:41 -0000
@@ -87,6 +87,6 @@
 <h4>Other references</h4>
 <p><a href="http://www.eclipse.org/articles/Article-Launch-Framework/launch.html";>We Have Lift-off: The Launching Framework in Eclipse</a> 
 provides a start to finish example for defining your own launch type.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_comparators.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm,v
retrieving revision 1.1
diff -u -r1.1 debug_launch_comparators.htm
--- guide/debug_launch_comparators.htm	14 Oct 2004 00:48:00 -0000	1.1
+++ guide/debug_launch_comparators.htm	10 Nov 2004 21:15:41 -0000
@@ -35,6 +35,6 @@
 		attribute = &quot;org.eclipse.jdt.launching.SOURCE_PATH&quot;/&gt;		
 &lt;/extension&gt;</font></pre>
 <p>Comparators must implement the interface <b>java.util.Comparator</b>.
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_processfactories.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm,v
retrieving revision 1.1
diff -u -r1.1 debug_launch_processfactories.htm
--- guide/debug_launch_processfactories.htm	14 Oct 2004 19:08:08 -0000	1.1
+++ guide/debug_launch_processfactories.htm	10 Nov 2004 21:15:41 -0000
@@ -62,6 +62,6 @@
 It is the responsibility of the registering plug-in to store the process factory id in the proper launch configuration attribute.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_sourcelocators.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_sourcelocators.htm,v
retrieving revision 1.1
diff -u -r1.1 debug_launch_sourcelocators.htm
--- guide/debug_launch_sourcelocators.htm	14 Oct 2004 00:48:00 -0000	1.1
+++ guide/debug_launch_sourcelocators.htm	10 Nov 2004 21:15:41 -0000
@@ -95,6 +95,6 @@
 	&lt;/sourceContainerType&gt; 
 	...
 </font></pre>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_status.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_status.htm,v
retrieving revision 1.12
diff -u -r1.12 debug_launch_status.htm
--- guide/debug_launch_status.htm	14 Oct 2004 19:33:57 -0000	1.12
+++ guide/debug_launch_status.htm	10 Nov 2004 21:15:41 -0000
@@ -47,6 +47,6 @@
 	&lt;/statusHandler&gt;	
 	...
 &lt;/extension&gt;</font></pre>
-<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></pre>
+<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></pre>
 </BODY>
 </HTML>
Index: guide/debug_launch_ui.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_ui.htm,v
retrieving revision 1.16
diff -u -r1.16 debug_launch_ui.htm
--- guide/debug_launch_ui.htm	14 Oct 2004 20:15:53 -0000	1.16
+++ guide/debug_launch_ui.htm	10 Nov 2004 21:15:41 -0000
@@ -55,6 +55,6 @@
 manages the saving of the launch configuration as well as collecting common
 preferences.</p>
 <p><img src="images/launchtabs.gif" alt="Launch configuration tabs" border="0"></p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_uiimages.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_uiimages.htm,v
retrieving revision 1.16
diff -u -r1.16 debug_launch_uiimages.htm
--- guide/debug_launch_uiimages.htm	14 Oct 2004 20:22:08 -0000	1.16
+++ guide/debug_launch_uiimages.htm	10 Nov 2004 21:15:41 -0000
@@ -27,6 +27,6 @@
 		...
 </font></pre>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_launch_uishortcuts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_launch_uishortcuts.htm,v
retrieving revision 1.14
diff -u -r1.14 debug_launch_uishortcuts.htm
--- guide/debug_launch_uishortcuts.htm	14 Oct 2004 21:15:48 -0000	1.14
+++ guide/debug_launch_uishortcuts.htm	10 Nov 2004 21:15:41 -0000
@@ -56,6 +56,6 @@
 <p>See <a href="workbench_actionfilters.htm">Boolean expressions and action filters</a> for an explanation of the XML syntax for 
 enabling conditions.  The complete syntax is described in the documentation for 
 <a href="../reference/extension-points/org_eclipse_debug_ui_launchShortcuts.html"><b>org.eclipse.debug.ui.launchShortcuts</b></a>.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_model.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_model.htm,v
retrieving revision 1.18
diff -u -r1.18 debug_model.htm
--- guide/debug_model.htm	14 Oct 2004 23:25:38 -0000	1.18
+++ guide/debug_model.htm	10 Nov 2004 21:15:41 -0000
@@ -87,7 +87,7 @@
 should implement an <a href="../reference/api/org/eclipse/debug/core/IDebugEventSetListener.html"><b>IDebugEventSetListener</b></a>
 and register the listener with the <a href="../reference/api/org/eclipse/debug/core/package-summary.html"><b>org.eclipse.debug.core</b></a>
 plug-in in order to receive debug events.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a>
 </p>
 </BODY>
 </HTML>
Index: guide/debug_presentation.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_presentation.htm,v
retrieving revision 1.11
diff -u -r1.11 debug_presentation.htm
--- guide/debug_presentation.htm	14 Oct 2004 23:41:59 -0000	1.11
+++ guide/debug_presentation.htm	10 Nov 2004 21:15:41 -0000
@@ -45,6 +45,6 @@
 also implement <a href="../reference/api/org/eclipse/debug/ui/IDebugEditorPresentation.html"><b>IDebugEditorPresentation</b></a> when
 more control is needed over the editor that is displaying source code for a stack frame.  Implementors may control the
 editor's position or the annotations in the source.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/debug_ui.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/debug_ui.htm,v
retrieving revision 1.13
diff -u -r1.13 debug_ui.htm
--- guide/debug_ui.htm	15 Oct 2004 00:05:04 -0000	1.13
+++ guide/debug_ui.htm	10 Nov 2004 21:15:41 -0000
@@ -35,6 +35,6 @@
   <li>General implementations of delete key and double click function </li>
   <li>Mechanism for displaying an error message in the view</li>
 </ul>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/dialogs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs.htm,v
retrieving revision 1.12
diff -u -r1.12 dialogs.htm
--- guide/dialogs.htm	20 Oct 2004 19:11:23 -0000	1.12
+++ guide/dialogs.htm	10 Nov 2004 21:15:41 -0000
@@ -24,6 +24,6 @@
 <p>
 We'll also cover some simple workbench extensions for contributing wizards.</p>
 <p>
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/dialogs_applications.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_applications.htm,v
retrieving revision 1.17
diff -u -r1.17 dialogs_applications.htm
--- guide/dialogs_applications.htm	23 Jun 2004 22:31:20 -0000	1.17
+++ guide/dialogs_applications.htm	10 Nov 2004 21:15:41 -0000
@@ -96,7 +96,7 @@
 
 
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 
 
Index: guide/dialogs_settings.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_settings.htm,v
retrieving revision 1.14
diff -u -r1.14 dialogs_settings.htm
--- guide/dialogs_settings.htm	20 Oct 2004 19:11:23 -0000	1.14
+++ guide/dialogs_settings.htm	10 Nov 2004 21:15:41 -0000
@@ -50,7 +50,7 @@
    }
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/dialogs_standard.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_standard.htm,v
retrieving revision 1.12
diff -u -r1.12 dialogs_standard.htm
--- guide/dialogs_standard.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/dialogs_standard.htm	10 Nov 2004 21:15:41 -0000
@@ -39,7 +39,7 @@
       view.getSite().getShell(),&quot;Readme Editor&quot;,&quot;View Action executed&quot;);</pre></font>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/dialogs_wizards.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards.htm,v
retrieving revision 1.13
diff -u -r1.13 dialogs_wizards.htm
--- guide/dialogs_wizards.htm	23 Jun 2004 00:03:45 -0000	1.13
+++ guide/dialogs_wizards.htm	10 Nov 2004 21:15:41 -0000
@@ -26,7 +26,7 @@
 <P >
 A wizard is composed of several different underlying parts.&nbsp;</P>
 
-<img alt="" border="0" src="images/wiz_arch.jpg" width="507" height="273">
+<img alt="" border="0" src="images/wiz_arch.jpg" >
 
 
 <p>
@@ -90,7 +90,7 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_exportWizards.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_exportWizards.htm,v
retrieving revision 1.14
diff -u -r1.14 dialogs_wizards_exportWizards.htm
--- guide/dialogs_wizards_exportWizards.htm	23 Jun 2004 22:31:20 -0000	1.14
+++ guide/dialogs_wizards_exportWizards.htm	10 Nov 2004 21:15:41 -0000
@@ -30,7 +30,7 @@
 <a href="../reference/api/org/eclipse/ui/dialogs/WizardExportPage.html"><b> WizardExportPage</b></a>.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_extensions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_extensions.htm,v
retrieving revision 1.14
diff -u -r1.14 dialogs_wizards_extensions.htm
--- guide/dialogs_wizards_extensions.htm	23 Jun 2004 22:31:20 -0000	1.14
+++ guide/dialogs_wizards_extensions.htm	10 Nov 2004 21:15:41 -0000
@@ -27,7 +27,7 @@
 Your wizard takes control once it is selected in the list and the <b> Next</b> button is pressed. This is when your first page becomes visible.&nbsp;</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_importWizards.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_importWizards.htm,v
retrieving revision 1.14
diff -u -r1.14 dialogs_wizards_importWizards.htm
--- guide/dialogs_wizards_importWizards.htm	23 Jun 2004 22:31:20 -0000	1.14
+++ guide/dialogs_wizards_importWizards.htm	10 Nov 2004 21:15:41 -0000
@@ -29,7 +29,7 @@
 <a href="../reference/api/org/eclipse/ui/dialogs/WizardImportPage.html"> <b> WizardImportPage</b></a>.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_multipage.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_multipage.htm,v
retrieving revision 1.13
diff -u -r1.13 dialogs_wizards_multipage.htm
--- guide/dialogs_wizards_multipage.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/dialogs_wizards_multipage.htm	10 Nov 2004 21:15:41 -0000
@@ -101,7 +101,7 @@
    }
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_newWizards.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_newWizards.htm,v
retrieving revision 1.18
diff -u -r1.18 dialogs_wizards_newWizards.htm
--- guide/dialogs_wizards_newWizards.htm	23 Jun 2004 22:31:20 -0000	1.18
+++ guide/dialogs_wizards_newWizards.htm	10 Nov 2004 21:15:41 -0000
@@ -207,7 +207,7 @@
     </pre></font>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/dialogs_wizards_wizarddialogs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/dialogs_wizards_wizarddialogs.htm,v
retrieving revision 1.14
diff -u -r1.14 dialogs_wizards_wizarddialogs.htm
--- guide/dialogs_wizards_wizarddialogs.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/dialogs_wizards_wizarddialogs.htm	10 Nov 2004 21:15:41 -0000
@@ -42,7 +42,7 @@
    interface, the interface <a href="../reference/api/org/eclipse/jface/wizard/IWizardContainer.html"><b>IWizardContainer</b></a>
    defines the necessary protocol for hosting a wizard.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors.htm,v
retrieving revision 1.18
diff -u -r1.18 editors.htm
--- guide/editors.htm	24 Jun 2004 01:23:06 -0000	1.18
+++ guide/editors.htm	10 Nov 2004 21:15:41 -0000
@@ -49,6 +49,6 @@
 support the editor.&nbsp; But the internals of the editor are largely dependent
 on your application design principles and internal model.
 </P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/editors_actions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_actions.htm,v
retrieving revision 1.14
diff -u -r1.14 editors_actions.htm
--- guide/editors_actions.htm	24 Jun 2004 19:46:08 -0000	1.14
+++ guide/editors_actions.htm	10 Nov 2004 21:15:41 -0000
@@ -153,7 +153,7 @@
   where <code>&lt;editor id&gt;</code> is the id of the editor . The id of an 
   editor is defined in the xml declaration of the editor. The ruler context menu 
   id is always <code>&lt;editor id&gt;.RulerContext</code>.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_annotations.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_annotations.htm,v
retrieving revision 1.19
diff -u -r1.19 editors_annotations.htm
--- guide/editors_annotations.htm	24 Jun 2004 19:46:08 -0000	1.19
+++ guide/editors_annotations.htm	10 Nov 2004 21:15:41 -0000
@@ -204,7 +204,7 @@
   If you do not wish to show all available annotations in your editor, you should 
   override this method and set up the <a href="../reference/api/org/eclipse/ui/texteditor/SourceViewerDecorationSupport.html"><b>SourceViewerDecorationSupport</b></a><b> 
   </b>with only those types you want to show.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_contentassist.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_contentassist.htm,v
retrieving revision 1.11
diff -u -r1.11 editors_contentassist.htm
--- guide/editors_contentassist.htm	24 Jun 2004 14:36:11 -0000	1.11
+++ guide/editors_contentassist.htm	10 Nov 2004 21:15:41 -0000
@@ -118,7 +118,7 @@
 }</font></pre>
 <p>&nbsp;</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_documents.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_documents.htm,v
retrieving revision 1.13
diff -u -r1.13 editors_documents.htm
--- guide/editors_documents.htm	24 Jun 2004 19:46:08 -0000	1.13
+++ guide/editors_documents.htm	10 Nov 2004 21:15:41 -0000
@@ -144,7 +144,7 @@
 We'll look at the scanners again when we look at <a href="editors_highlighting.htm">syntax
 coloring</a>.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_highlighting.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_highlighting.htm,v
retrieving revision 1.10
diff -u -r1.10 editors_highlighting.htm
--- guide/editors_highlighting.htm	24 Jun 2004 19:46:08 -0000	1.10
+++ guide/editors_highlighting.htm	10 Nov 2004 21:15:41 -0000
@@ -122,7 +122,7 @@
 attached to a viewer throughout the life of an editor.</p>
 <p>&nbsp;
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_hover.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_hover.htm,v
retrieving revision 1.12
diff -u -r1.12 editors_hover.htm
--- guide/editors_hover.htm	24 Jun 2004 19:46:08 -0000	1.12
+++ guide/editors_hover.htm	10 Nov 2004 21:15:41 -0000
@@ -108,7 +108,7 @@
 model could be retrieved from the source viewer in order to provide hover info
 for any annotations shown in the vertical ruler.&nbsp; The <b>JavaAnnotationHover</b>
 provided by the JDT editor provides this capability.
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_jface.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_jface.htm,v
retrieving revision 1.14
diff -u -r1.14 editors_jface.htm
--- guide/editors_jface.htm	24 Jun 2004 19:46:08 -0000	1.14
+++ guide/editors_jface.htm	10 Nov 2004 21:15:41 -0000
@@ -48,7 +48,7 @@
 framework, the platform editor <a href="../reference/api/org/eclipse/ui/editors/text/TextEditor.html"><b>TextEditor</b></a>,
 and the example's subclass, <b>JavaEditor</b>.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_sourceviewers.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_sourceviewers.htm,v
retrieving revision 1.7
diff -u -r1.7 editors_sourceviewers.htm
--- guide/editors_sourceviewers.htm	23 Jun 2004 00:03:44 -0000	1.7
+++ guide/editors_sourceviewers.htm	10 Nov 2004 21:15:41 -0000
@@ -58,7 +58,7 @@
 <p>See the API reference for <b><a href="../reference/api/org/eclipse/jface/text/source/SourceViewerConfiguration.html">SourceViewerConfiguration</a></b>
 for all the ways you can configure a source viewer by overriding methods.
  </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_utilities.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_utilities.htm,v
retrieving revision 1.12
diff -u -r1.12 editors_utilities.htm
--- guide/editors_utilities.htm	24 Jun 2004 19:46:08 -0000	1.12
+++ guide/editors_utilities.htm	10 Nov 2004 21:15:42 -0000
@@ -84,7 +84,7 @@
 as scopes.  These method names reflect the original implementation of contexts as scopes 
 and use outdated terminology.)</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_workbench.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_workbench.htm,v
retrieving revision 1.18
diff -u -r1.18 editors_workbench.htm
--- guide/editors_workbench.htm	24 Jun 2004 01:23:06 -0000	1.18
+++ guide/editors_workbench.htm	10 Nov 2004 21:15:42 -0000
@@ -73,7 +73,7 @@
 text editor.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/editors_workbench_outliner.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/editors_workbench_outliner.htm,v
retrieving revision 1.23
diff -u -r1.23 editors_workbench_outliner.htm
--- guide/editors_workbench_outliner.htm	24 Jun 2004 14:36:11 -0000	1.23
+++ guide/editors_workbench_outliner.htm	10 Nov 2004 21:15:42 -0000
@@ -132,7 +132,7 @@
 }
 </font></pre>
 
-<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." width="324" height="14"></a></pre>
+<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." ></a></pre>
 
 </BODY>
 </HTML>
Index: guide/firstplugin.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin.htm,v
retrieving revision 1.12
diff -u -r1.12 firstplugin.htm
--- guide/firstplugin.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/firstplugin.htm	10 Nov 2004 21:15:42 -0000
@@ -37,6 +37,6 @@
 of how plug-in development is different from Java application development.  We'll gloss over a 
 lot of details in order to get the plug-in built and running.  Then we'll look at extension
 points in more detail, see where they are defined, and learn how plug-ins describe their implementation of an extension.</P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/firstplugin_btb.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_btb.htm,v
retrieving revision 1.13
diff -u -r1.13 firstplugin_btb.htm
--- guide/firstplugin_btb.htm	24 Jun 2004 19:46:08 -0000	1.13
+++ guide/firstplugin_btb.htm	10 Nov 2004 21:15:42 -0000
@@ -26,6 +26,6 @@
 A complete list of extension points can be found in the <a href="../reference/extension-points/index.html">Platform
 Extension Point Reference</a>.</P>
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 </BODY>
 </HTML>
Index: guide/firstplugin_create.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_create.htm,v
retrieving revision 1.7
diff -u -r1.7 firstplugin_create.htm
--- guide/firstplugin_create.htm	23 Jun 2004 19:43:30 -0000	1.7
+++ guide/firstplugin_create.htm	10 Nov 2004 21:15:42 -0000
@@ -62,7 +62,7 @@
 <p>The skeleton project structure includes several files and a Java package.  The important files at this stage are the
 <strong>plugin.xml</strong> (manifest) file and the Java source code for your plug-in.  We'll start by looking at the implementation for a view and then
 examine the manifest file.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/firstplugin_manifest.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_manifest.htm,v
retrieving revision 1.3
diff -u -r1.3 firstplugin_manifest.htm
--- guide/firstplugin_manifest.htm	23 Jun 2004 00:03:45 -0000	1.3
+++ guide/firstplugin_manifest.htm	10 Nov 2004 21:15:42 -0000
@@ -67,7 +67,7 @@
 As you can see, the manifest file wraps up all the information about our extension and how to run it into
 a nice, neat package.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/firstplugin_minimal.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_minimal.htm,v
retrieving revision 1.23
diff -u -r1.23 firstplugin_minimal.htm
--- guide/firstplugin_minimal.htm	24 Jun 2004 19:46:08 -0000	1.23
+++ guide/firstplugin_minimal.htm	10 Nov 2004 21:15:42 -0000
@@ -56,7 +56,7 @@
 Before jumping into the code, we need to make sure our environment is set up for plug-in development...
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/firstplugin_run.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_run.htm,v
retrieving revision 1.7
diff -u -r1.7 firstplugin_run.htm
--- guide/firstplugin_run.htm	23 Jun 2004 19:43:30 -0000	1.7
+++ guide/firstplugin_run.htm	10 Nov 2004 21:15:42 -0000
@@ -65,7 +65,7 @@
 <P >
 There it is, our first plug-in! We'll cover more specifics about UI classes and extension points later on.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/firstplugin_view.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/firstplugin_view.htm,v
retrieving revision 1.5
diff -u -r1.5 firstplugin_view.htm
--- guide/firstplugin_view.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/firstplugin_view.htm	10 Nov 2004 21:15:42 -0000
@@ -44,7 +44,7 @@
 The view part creates the widgets that will represent it in the <b> createPartControl</b> method. In this example, we create an SWT label and set the &quot;Hello World&quot; text into it.  This
 is about the simplest view that can be created.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/help.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help.htm,v
retrieving revision 1.15
diff -u -r1.15 help.htm
--- guide/help.htm	23 Jun 2004 00:03:45 -0000	1.15
+++ guide/help.htm	10 Nov 2004 21:15:42 -0000
@@ -28,6 +28,6 @@
 print, and search your documentation.&nbsp;&nbsp; </P>
 <P >The best way to demonstrate the contribution of help is to create a
 documentation plug-in.</P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/help_active.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_active.htm,v
retrieving revision 1.18
diff -u -r1.18 help_active.htm
--- guide/help_active.htm	23 Jun 2004 00:03:45 -0000	1.18
+++ guide/help_active.htm	10 Nov 2004 21:15:42 -0000
@@ -33,6 +33,6 @@
 
 <p>&nbsp;</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </HTML>
Index: guide/help_active_action.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_active_action.htm,v
retrieving revision 1.16
diff -u -r1.16 help_active_action.htm
--- guide/help_active_action.htm	23 Jun 2004 00:03:44 -0000	1.16
+++ guide/help_active_action.htm	10 Nov 2004 21:15:42 -0000
@@ -79,7 +79,7 @@
 }</font></pre>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_active_debug.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_active_debug.htm,v
retrieving revision 1.10
diff -u -r1.10 help_active_debug.htm
--- guide/help_active_debug.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/help_active_debug.htm	10 Nov 2004 21:15:42 -0000
@@ -86,7 +86,7 @@
 </font></pre>
 
 
-<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></pre>
+<pre><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></pre>
 
 
 </BODY>
Index: guide/help_active_invoke.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_active_invoke.htm,v
retrieving revision 1.20
diff -u -r1.20 help_active_invoke.htm
--- guide/help_active_invoke.htm	23 Jun 2004 00:03:44 -0000	1.20
+++ guide/help_active_invoke.htm	10 Nov 2004 21:15:42 -0000
@@ -56,7 +56,7 @@
 </ul>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_infopops.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_infopops.htm,v
retrieving revision 1.14
diff -u -r1.14 help_infopops.htm
--- guide/help_infopops.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/help_infopops.htm	10 Nov 2004 21:15:42 -0000
@@ -22,10 +22,10 @@
 </p><p>To associate an infopop with a widget, you must first assign a context ID
 to the widget and then provide the description and links for the infopop.&nbsp;
 Here is an infopop that has been defined on a workbench preferences page:
-</p><p><img src="images/infopops.gif" alt="File associations dialog with infopop" border="0" width="583" height="258">
+</p><p><img src="images/infopops.gif" alt="File associations dialog with infopop" border="0" >
 </p></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/help_infopops_id.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_infopops_id.htm,v
retrieving revision 1.9
diff -u -r1.9 help_infopops_id.htm
--- guide/help_infopops_id.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/help_infopops_id.htm	10 Nov 2004 21:15:42 -0000
@@ -40,7 +40,7 @@
 <p>&nbsp;</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_infopops_xml.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_infopops_xml.htm,v
retrieving revision 1.9
diff -u -r1.9 help_infopops_xml.htm
--- guide/help_infopops_xml.htm	23 Jun 2004 00:03:44 -0000	1.9
+++ guide/help_infopops_xml.htm	10 Nov 2004 21:15:42 -0000
@@ -83,7 +83,7 @@
 are appended in no guaranteed order.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_plugin.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_plugin.htm,v
retrieving revision 1.13
diff -u -r1.13 help_plugin.htm
--- guide/help_plugin.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/help_plugin.htm	10 Nov 2004 21:15:42 -0000
@@ -51,7 +51,7 @@
       provider-name=&quot;MyExample&quot; /&gt;
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/help_plugin_files.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_plugin_files.htm,v
retrieving revision 1.14
diff -u -r1.14 help_plugin_files.htm
--- guide/help_plugin_files.htm	24 Jun 2004 19:46:08 -0000	1.14
+++ guide/help_plugin_files.htm	10 Nov 2004 21:15:42 -0000
@@ -98,7 +98,7 @@
 <pre >&nbsp;</pre>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_plugin_manifest.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_plugin_manifest.htm,v
retrieving revision 1.21
diff -u -r1.21 help_plugin_manifest.htm
--- guide/help_plugin_manifest.htm	23 Jun 2004 00:03:44 -0000	1.21
+++ guide/help_plugin_manifest.htm	10 Nov 2004 21:15:42 -0000
@@ -66,9 +66,9 @@
 of books. If you click on the "Online Help Sample", you'll see your toc structure:</P>
 
 <p></p>
-<p><img src="images/help_contents.gif" alt="On-line help browser with sample book structure" border="0" width="634" height="505"></p>
+<p><img src="images/help_contents.gif" alt="On-line help browser with sample book structure" border="0" ></p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_plugin_nested.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_plugin_nested.htm,v
retrieving revision 1.10
diff -u -r1.10 help_plugin_nested.htm
--- guide/help_plugin_nested.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/help_plugin_nested.htm	10 Nov 2004 21:15:42 -0000
@@ -74,7 +74,7 @@
 &lt;/toc&gt;</pre>
 </font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/help_plugin_toc.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/help_plugin_toc.htm,v
retrieving revision 1.9
diff -u -r1.9 help_plugin_toc.htm
--- guide/help_plugin_toc.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/help_plugin_toc.htm	10 Nov 2004 21:15:42 -0000
@@ -80,7 +80,7 @@
  &nbsp; </P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/int.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/int.htm,v
retrieving revision 1.12
diff -u -r1.12 int.htm
--- guide/int.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/int.htm	10 Nov 2004 21:15:42 -0000
@@ -17,6 +17,6 @@
 <p>The following sections discuss the issues and problems with building
 integrated tool suites, and how the Eclipse tooling platform can help solve
 these problems.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/int_eclipse.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/int_eclipse.htm,v
retrieving revision 1.19
diff -u -r1.19 int_eclipse.htm
--- guide/int_eclipse.htm	23 Jun 2004 19:43:30 -0000	1.19
+++ guide/int_eclipse.htm	10 Nov 2004 21:15:42 -0000
@@ -64,7 +64,7 @@
 The figure below depicts a simplified view.   </P>
 
 <P >
-<img src="images/arch-npi.jpg" alt="Platform runtime base with groups of plug-ins adding function" border="0" width="312" height="312"> </P>
+<img src="images/arch-npi.jpg" alt="Platform runtime base with groups of plug-ins adding function" border="0" > </P>
 
 <P >
 The plug-ins that make up a subsystem define extension points for adding behavior to the
@@ -155,7 +155,7 @@
 Your plug-ins can provide support for editing and manipulating additional types of
 resources such as Java files, C programs, Word documents, HTML pages, and JSP files.</P>
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 </BODY>
 </HTML>
Index: guide/int_goal.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/int_goal.htm,v
retrieving revision 1.10
diff -u -r1.10 int_goal.htm
--- guide/int_goal.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/int_goal.htm	10 Nov 2004 21:15:42 -0000
@@ -28,6 +28,6 @@
 These are all goals of Eclipse.&nbsp; The remainder of this programming guide
 will help you determine how close Eclipse has come to delivering on these
 ideals.</P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/int_who.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/int_who.htm,v
retrieving revision 1.10
diff -u -r1.10 int_who.htm
--- guide/int_who.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/int_who.htm	10 Nov 2004 21:15:42 -0000
@@ -40,7 +40,7 @@
 Unfortunately, unless you work for one of the giants, you just don't have enough clout to get away with that.
 </P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/jface.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/jface.htm,v
retrieving revision 1.12
diff -u -r1.12 jface.htm
--- guide/jface.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/jface.htm	10 Nov 2004 21:15:42 -0000
@@ -64,7 +64,7 @@
 <P >
 The relationship between JFace and SWT is most clearly demonstrated by looking at viewers and their relationship to SWT widgets.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/jface_actions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/jface_actions.htm,v
retrieving revision 1.12
diff -u -r1.12 jface_actions.htm
--- guide/jface_actions.htm	23 Jun 2004 00:03:45 -0000	1.12
+++ guide/jface_actions.htm	10 Nov 2004 21:15:42 -0000
@@ -65,7 +65,7 @@
 <P >
 As a plug-in developer, you do not need to implement these interfaces, but you will see references to some of these managers in API methods.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/jface_resources.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/jface_resources.htm,v
retrieving revision 1.13
diff -u -r1.13 jface_resources.htm
--- guide/jface_resources.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/jface_resources.htm	10 Nov 2004 21:15:42 -0000
@@ -162,6 +162,6 @@
 <P >
 Use of fonts is much simpler. The workbench and most plug-ins use the <a href="../reference/api/org/eclipse/jface/resource/JFaceResources.html"><b> JFaceResources</b></a> class to request fonts by logical name. Methods such as
 <b> getDialogFont() </b> and <b> getDefaultFont()</b> are provided so that plug-ins can use the expected fonts in their UI.</P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/jface_viewers.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/jface_viewers.htm,v
retrieving revision 1.13
diff -u -r1.13 jface_viewers.htm
--- guide/jface_viewers.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/jface_viewers.htm	10 Nov 2004 21:15:42 -0000
@@ -156,7 +156,7 @@
 <P >
 By defining a common adapter, <b><a href="../reference/api/org/eclipse/ui/model/IWorkbenchAdapter.html">IWorkbenchAdapter</a></b>, and registering it for many of the platform types, we make it possible for these types to be represented correctly in many of the common viewers and the workbench views that contain them. </P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/preferences_prefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prefs.htm,v
retrieving revision 1.19
diff -u -r1.19 preferences_prefs.htm
--- guide/preferences_prefs.htm	20 Oct 2004 19:11:23 -0000	1.19
+++ guide/preferences_prefs.htm	10 Nov 2004 21:15:42 -0000
@@ -28,7 +28,7 @@
 tool example to see how it contributes a preference page to the
 workbench and then look at some of the underlying support for building preference pages.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/preferences_prefs_contribute.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prefs_contribute.htm,v
retrieving revision 1.13
diff -u -r1.13 preferences_prefs_contribute.htm
--- guide/preferences_prefs_contribute.htm	23 Jun 2004 22:31:41 -0000	1.13
+++ guide/preferences_prefs_contribute.htm	10 Nov 2004 21:15:42 -0000
@@ -65,7 +65,7 @@
 wasn't already activated due to another user operation).</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/preferences_prefs_fieldeditors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prefs_fieldeditors.htm,v
retrieving revision 1.11
diff -u -r1.11 preferences_prefs_fieldeditors.htm
--- guide/preferences_prefs_fieldeditors.htm	23 Jun 2004 00:03:44 -0000	1.11
+++ guide/preferences_prefs_fieldeditors.htm	10 Nov 2004 21:15:42 -0000
@@ -55,7 +55,7 @@
 will use a grid layout with one column as the default layout for field editor
 widgets.&nbsp; For special layout requirements, you can override the <b>createContents</b> method.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/preferences_prefs_implement.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prefs_implement.htm,v
retrieving revision 1.15
diff -u -r1.15 preferences_prefs_implement.htm
--- guide/preferences_prefs_implement.htm	20 Oct 2004 19:11:23 -0000	1.15
+++ guide/preferences_prefs_implement.htm	10 Nov 2004 21:15:42 -0000
@@ -158,7 +158,7 @@
       checkBox3.setSelection(store.getDefaultBoolean(IReadmeConstants.PRE_CHECK3));
       ...
    }</pre><pre>
-</font><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></pre>
+</font><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></pre>
 
 </BODY>
 </HTML>
Index: guide/preferences_prop_contribute.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prop_contribute.htm,v
retrieving revision 1.14
diff -u -r1.14 preferences_prop_contribute.htm
--- guide/preferences_prop_contribute.htm	24 Jun 2004 00:33:02 -0000	1.14
+++ guide/preferences_prop_contribute.htm	10 Nov 2004 21:15:42 -0000
@@ -54,7 +54,7 @@
 <img src="images/readmeproperties.gif" alt="Properties dialog with readme entries" border="0" ></P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/preferences_prop_implement.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/preferences_prop_implement.htm,v
retrieving revision 1.10
diff -u -r1.10 preferences_prop_implement.htm
--- guide/preferences_prop_implement.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/preferences_prop_implement.htm	10 Nov 2004 21:15:42 -0000
@@ -62,7 +62,7 @@
    }
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/product.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product.htm,v
retrieving revision 1.12
diff -u -r1.12 product.htm
--- guide/product.htm	23 Jun 2004 20:56:22 -0000	1.12
+++ guide/product.htm	10 Nov 2004 21:15:42 -0000
@@ -29,6 +29,6 @@
   to build and configure a product.&nbsp; However, Eclipse based products will
   coexist more easily on a user's system if the products use similar standards
   for packaging, configuring, and installing their products.</p>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_config_install.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_config_install.htm,v
retrieving revision 1.16
diff -u -r1.16 product_config_install.htm
--- guide/product_config_install.htm	11 Oct 2004 18:29:26 -0000	1.16
+++ guide/product_config_install.htm	10 Nov 2004 21:15:42 -0000
@@ -124,6 +124,6 @@
 feature's directory are necessary.&nbsp; </p>
 <p>Additional information on installing products can be found in <a href="../reference/misc/eclipse-install.html">How
 to write an Eclipse installer</a>.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_configfeature.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_configfeature.htm,v
retrieving revision 1.4
diff -u -r1.4 product_configfeature.htm
--- guide/product_configfeature.htm	23 Jun 2004 20:56:22 -0000	1.4
+++ guide/product_configfeature.htm	10 Nov 2004 21:15:43 -0000
@@ -135,6 +135,6 @@
 for the <b>plugin_customization.ini</b>
  file.<font color="#4444CC"><br>
 </font></p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_configproduct.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_configproduct.htm,v
retrieving revision 1.7
diff -u -r1.7 product_configproduct.htm
--- guide/product_configproduct.htm	24 Jun 2004 19:27:43 -0000	1.7
+++ guide/product_configproduct.htm	10 Nov 2004 21:15:43 -0000
@@ -94,6 +94,6 @@
   for a complete description of properties that can be configured in this file.
   The image should be supplied in 24-bit color BMP format (RGB format) and should
   be approximately 500x330 pixels in size.</p>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def.htm,v
retrieving revision 1.16
diff -u -r1.16 product_def.htm
--- guide/product_def.htm	23 Jun 2004 20:56:22 -0000	1.16
+++ guide/product_def.htm	10 Nov 2004 21:15:43 -0000
@@ -73,6 +73,6 @@
 that is delivered by the update manager.  In the next few topics, we'll assume that
 feature groupings are present in our plug-in, in addition to product definitions.</p>
 
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def_extpt.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def_extpt.htm,v
retrieving revision 1.7
diff -u -r1.7 product_def_extpt.htm
--- guide/product_def_extpt.htm	24 Jun 2004 19:27:43 -0000	1.7
+++ guide/product_def_extpt.htm	10 Nov 2004 21:15:43 -0000
@@ -70,6 +70,6 @@
 <b><a href="../reference/api/org/eclipse/ui/branding/IProductConstants.html">IProductConstants</a></b>.
 See the javadoc for a complete description of these properties and their values.  We'll look at these
 further in <a href="product_configproduct.htm">Customizing a product</a>.
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def_feature.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def_feature.htm,v
retrieving revision 1.14
diff -u -r1.14 product_def_feature.htm
--- guide/product_def_feature.htm	23 Jun 2004 20:56:22 -0000	1.14
+++ guide/product_def_feature.htm	10 Nov 2004 21:15:43 -0000
@@ -75,6 +75,6 @@
 	...
 &lt;/feature&gt;
 </font></pre>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def_nl.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def_nl.htm,v
retrieving revision 1.15
diff -u -r1.15 product_def_nl.htm
--- guide/product_def_nl.htm	24 Jun 2004 19:06:07 -0000	1.15
+++ guide/product_def_nl.htm	10 Nov 2004 21:15:43 -0000
@@ -120,6 +120,6 @@
      plugin_pt_BR.properties
      ...
      nl1.jar</font></pre>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def_plugins.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def_plugins.htm,v
retrieving revision 1.12
diff -u -r1.12 product_def_plugins.htm
--- guide/product_def_plugins.htm	23 Jun 2004 20:56:22 -0000	1.12
+++ guide/product_def_plugins.htm	10 Nov 2004 21:15:43 -0000
@@ -37,6 +37,6 @@
 valid, such as the plug-in class and plug-in imports.</p>
 <p><a href="../reference/misc/plugin_archive.html">Plug-in
 archive</a> files can contain plug-ins or fragments.&nbsp; </p>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_def_primary.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_def_primary.htm,v
retrieving revision 1.15
diff -u -r1.15 product_def_primary.htm
--- guide/product_def_primary.htm	23 Jun 2004 20:56:22 -0000	1.15
+++ guide/product_def_primary.htm	10 Nov 2004 21:15:43 -0000
@@ -44,6 +44,6 @@
 directory.&nbsp; If there are multiple eligible primary features, the <b>-product </b>command
 line option for <b>eclipse.exe</b> overrides the choice made in <b>config.ini</b>.</p>
 
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_extension.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_extension.htm,v
retrieving revision 1.13
diff -u -r1.13 product_extension.htm
--- guide/product_extension.htm	24 Jun 2004 22:40:08 -0000	1.13
+++ guide/product_extension.htm	10 Nov 2004 21:15:43 -0000
@@ -77,6 +77,6 @@
 
 <p>A product extension can be "softly" linked to an eclipse installation by using the update manager: open <b>Help > Software Updates > Manage Configuration</b> 
 and click on the "Add an extension location" link on the right pane.</p>
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/product_update.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/product_update.htm,v
retrieving revision 1.12
diff -u -r1.12 product_update.htm
--- guide/product_update.htm	11 Oct 2004 19:05:48 -0000	1.12
+++ guide/product_update.htm	10 Nov 2004 21:15:43 -0000
@@ -75,6 +75,6 @@
 and which servers can be used to update a particular feature.   See <a href="../reference/misc/update_policy.html"> Update Policy Control</a>
 for a complete definition of the policy file and how it is used.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/rcp.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp.htm,v
retrieving revision 1.8
diff -u -r1.8 rcp.htm
--- guide/rcp.htm	23 Jun 2004 00:03:45 -0000	1.8
+++ guide/rcp.htm	10 Nov 2004 21:15:43 -0000
@@ -37,5 +37,5 @@
 the context of an example.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY></HTML>
Index: guide/rcp_actions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_actions.htm,v
retrieving revision 1.5
diff -u -r1.5 rcp_actions.htm
--- guide/rcp_actions.htm	23 Jun 2004 21:00:58 -0000	1.5
+++ guide/rcp_actions.htm	10 Nov 2004 21:15:43 -0000
@@ -75,7 +75,7 @@
 are defined and implemented.
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 </BODY>
 </HTML>
Index: guide/rcp_advisor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_advisor.htm,v
retrieving revision 1.6
diff -u -r1.6 rcp_advisor.htm
--- guide/rcp_advisor.htm	23 Jun 2004 21:00:58 -0000	1.6
+++ guide/rcp_advisor.htm	10 Nov 2004 21:15:43 -0000
@@ -117,7 +117,7 @@
 <b>BrowserAdvisor</b> for comments on alternate implementations. 
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 
 
Index: guide/rcp_browser.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_browser.htm,v
retrieving revision 1.7
diff -u -r1.7 rcp_browser.htm
--- guide/rcp_browser.htm	24 Jun 2004 14:53:25 -0000	1.7
+++ guide/rcp_browser.htm	10 Nov 2004 21:15:43 -0000
@@ -51,7 +51,7 @@
 <a href="workbench.htm">Plugging into the workbench</a>.  
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 </BODY>
 </HTML>
Index: guide/rcp_define.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_define.htm,v
retrieving revision 1.7
diff -u -r1.7 rcp_define.htm
--- guide/rcp_define.htm	23 Jun 2004 21:00:58 -0000	1.7
+++ guide/rcp_define.htm	10 Nov 2004 21:15:43 -0000
@@ -84,7 +84,7 @@
 that is passed as an argument when the workbench is created.  Let's take a closer look.
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 
 
Index: guide/rcp_extensions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_extensions.htm,v
retrieving revision 1.4
diff -u -r1.4 rcp_extensions.htm
--- guide/rcp_extensions.htm	23 Jun 2004 00:03:44 -0000	1.4
+++ guide/rcp_extensions.htm	10 Nov 2004 21:15:43 -0000
@@ -31,7 +31,7 @@
 assume that we already have a working knowledge of these concepts.
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 
 
Index: guide/rcp_perspective.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_perspective.htm,v
retrieving revision 1.5
diff -u -r1.5 rcp_perspective.htm
--- guide/rcp_perspective.htm	23 Jun 2004 21:00:58 -0000	1.5
+++ guide/rcp_perspective.htm	10 Nov 2004 21:15:43 -0000
@@ -53,7 +53,7 @@
 editor area invisible.  For a complete discussion of perspectives and their corresponding layout, see <a href="workbench_perspectives.htm">Perspectives</a>.
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 
 
Index: guide/rcp_view.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/rcp_view.htm,v
retrieving revision 1.5
diff -u -r1.5 rcp_view.htm
--- guide/rcp_view.htm	23 Jun 2004 21:00:58 -0000	1.5
+++ guide/rcp_view.htm	10 Nov 2004 21:15:43 -0000
@@ -54,7 +54,7 @@
 
 </p>
 
-<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></p>
+<p><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></p>
 
 
 
Index: guide/resAdv_batching.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_batching.htm,v
retrieving revision 1.5
diff -u -r1.5 resAdv_batching.htm
--- guide/resAdv_batching.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/resAdv_batching.htm	10 Nov 2004 21:15:43 -0000
@@ -127,7 +127,7 @@
 other concurrency-minded plug-ins.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_builders.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_builders.htm,v
retrieving revision 1.16
diff -u -r1.16 resAdv_builders.htm
--- guide/resAdv_builders.htm	5 Nov 2004 15:58:10 -0000	1.16
+++ guide/resAdv_builders.htm	10 Nov 2004 21:15:43 -0000
@@ -248,7 +248,7 @@
 <P >
 Configuring a project's builder is done just once, usually as the project is being created.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_concurrency.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_concurrency.htm,v
retrieving revision 1.5
diff -u -r1.5 resAdv_concurrency.htm
--- guide/resAdv_concurrency.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/resAdv_concurrency.htm	10 Nov 2004 21:15:43 -0000
@@ -76,7 +76,7 @@
 </p>
 
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 </BODY>
 </HTML>
Index: guide/resAdv_derived.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_derived.htm,v
retrieving revision 1.9
diff -u -r1.9 resAdv_derived.htm
--- guide/resAdv_derived.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/resAdv_derived.htm	10 Nov 2004 21:15:43 -0000
@@ -46,7 +46,7 @@
 <p>&nbsp;</p>
 
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 </BODY>
 </HTML>
Index: guide/resAdv_events.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_events.htm,v
retrieving revision 1.16
diff -u -r1.16 resAdv_events.htm
--- guide/resAdv_events.htm	23 Jun 2004 00:03:44 -0000	1.16
+++ guide/resAdv_events.htm	10 Nov 2004 21:15:43 -0000
@@ -294,7 +294,7 @@
 thread safety with the UI.
 </blockquote></i>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_hooks.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_hooks.htm,v
retrieving revision 1.12
diff -u -r1.12 resAdv_hooks.htm
--- guide/resAdv_hooks.htm	23 Jun 2004 00:03:45 -0000	1.12
+++ guide/resAdv_hooks.htm	10 Nov 2004 21:15:43 -0000
@@ -93,7 +93,7 @@
 </blockquote>
 
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 </BODY>
 </HTML>
Index: guide/resAdv_markers.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_markers.htm,v
retrieving revision 1.15
diff -u -r1.15 resAdv_markers.htm
--- guide/resAdv_markers.htm	23 Jun 2004 00:03:44 -0000	1.15
+++ guide/resAdv_markers.htm	10 Nov 2004 21:15:43 -0000
@@ -267,7 +267,7 @@
    }
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_modify.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_modify.htm,v
retrieving revision 1.4
diff -u -r1.4 resAdv_modify.htm
--- guide/resAdv_modify.htm	23 Jun 2004 00:03:45 -0000	1.4
+++ guide/resAdv_modify.htm	10 Nov 2004 21:15:43 -0000
@@ -30,7 +30,7 @@
 The next few sections look at these concepts in more detail. 
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_natures.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_natures.htm,v
retrieving revision 1.16
diff -u -r1.16 resAdv_natures.htm
--- guide/resAdv_natures.htm	5 Nov 2004 15:58:10 -0000	1.16
+++ guide/resAdv_natures.htm	10 Nov 2004 21:15:43 -0000
@@ -168,7 +168,7 @@
 </b></pre></font>
 <p>&nbsp;</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resAdv_refresh.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_refresh.htm,v
retrieving revision 1.4
diff -u -r1.4 resAdv_refresh.htm
--- guide/resAdv_refresh.htm	23 Jun 2004 00:03:44 -0000	1.4
+++ guide/resAdv_refresh.htm	10 Nov 2004 21:15:43 -0000
@@ -41,6 +41,6 @@
 <b><a href="../reference/api/org/eclipse/core/resources/refresh/IRefreshMonitor.html">IRefreshMonitor</a></b>.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resAdv_saving.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resAdv_saving.htm,v
retrieving revision 1.13
diff -u -r1.13 resAdv_saving.htm
--- guide/resAdv_saving.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/resAdv_saving.htm	10 Nov 2004 21:15:43 -0000
@@ -256,7 +256,7 @@
 Note:&nbsp; Marker changes are not reported in the change events stored in an <b> ISavedState</b>. You must assume that any or all markers have changed since your last state was saved.</blockquote></i>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/resInt.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt.htm,v
retrieving revision 1.12
diff -u -r1.12 resInt.htm
--- guide/resInt.htm	23 Jun 2004 00:03:45 -0000	1.12
+++ guide/resInt.htm	10 Nov 2004 21:15:43 -0000
@@ -15,6 +15,6 @@
 An essential plug-in for Eclipse IDE applications is the resources plug-in (named
 <b>org.eclipse.core.resources</b>).  The resources plug-in provides services for accessing the 
 projects, folders, and files that a user is working with.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resInt_content.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_content.htm,v
retrieving revision 1.5
diff -u -r1.5 resInt_content.htm
--- guide/resInt_content.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/resInt_content.htm	10 Nov 2004 21:15:43 -0000
@@ -65,6 +65,6 @@
 </p>
 
  
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resInt_filesystem.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_filesystem.htm,v
retrieving revision 1.18
diff -u -r1.18 resInt_filesystem.htm
--- guide/resInt_filesystem.htm	23 Jun 2004 00:03:45 -0000	1.18
+++ guide/resInt_filesystem.htm	10 Nov 2004 21:15:43 -0000
@@ -233,7 +233,7 @@
 <a href="../reference/extension-points/org_eclipse_core_resources_refreshProviders.html"><b>org.eclipse.core.resources.refreshProviders</b></a> 
 extension point.  See <a href="resAdv_refresh.htm">Refresh providers</a> for more information. </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/resInt_linked.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_linked.htm,v
retrieving revision 1.7
diff -u -r1.7 resInt_linked.htm
--- guide/resInt_linked.htm	24 Jun 2004 19:49:57 -0000	1.7
+++ guide/resInt_linked.htm	10 Nov 2004 21:15:44 -0000
@@ -198,6 +198,6 @@
    
 </pre></font>
 <p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resInt_preferences.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_preferences.htm,v
retrieving revision 1.6
diff -u -r1.6 resInt_preferences.htm
--- guide/resInt_preferences.htm	23 Jun 2004 00:03:45 -0000	1.6
+++ guide/resInt_preferences.htm	10 Nov 2004 21:15:44 -0000
@@ -67,6 +67,6 @@
 	projectNode.flush();
 </pre></font> 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resInt_properties.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_properties.htm,v
retrieving revision 1.12
diff -u -r1.12 resInt_properties.htm
--- guide/resInt_properties.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/resInt_properties.htm	10 Nov 2004 21:15:44 -0000
@@ -40,6 +40,6 @@
 <P >See <b><a href="../reference/api/org/eclipse/core/resources/IResource.html">
 IResource</a></b> for a description of the API for getting and setting the different kinds
 of resource properties.</P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/resInt_workspace.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/resInt_workspace.htm,v
retrieving revision 1.14
diff -u -r1.14 resInt_workspace.htm
--- guide/resInt_workspace.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/resInt_workspace.htm	10 Nov 2004 21:15:44 -0000
@@ -62,7 +62,7 @@
 contains.&nbsp; Deleting a folder from a project will delete
 the folder and all of its children.  Deleting a file is analogous to deleting a file in the file system.  </P>
 <P >
-&nbsp;<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+&nbsp;<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 
 </BODY>
Index: guide/runtime.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime.htm,v
retrieving revision 1.6
diff -u -r1.6 runtime.htm
--- guide/runtime.htm	23 Jun 2004 00:03:45 -0000	1.6
+++ guide/runtime.htm	10 Nov 2004 21:15:44 -0000
@@ -24,6 +24,6 @@
 perform some kind of task are created.  Like Atlas, the runtime plug-in stoically resides at the bottom
 of the plug-in heap, holding the Eclipse universe aloft on its steady shoulders.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_content.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_content.htm,v
retrieving revision 1.10
diff -u -r1.10 runtime_content.htm
--- guide/runtime_content.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/runtime_content.htm	10 Nov 2004 21:15:44 -0000
@@ -113,6 +113,6 @@
 describer will be aliased to the one that was chosen.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_jobs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_jobs.htm,v
retrieving revision 1.11
diff -u -r1.11 runtime_jobs.htm
--- guide/runtime_jobs.htm	23 Jun 2004 00:03:44 -0000	1.11
+++ guide/runtime_jobs.htm	10 Nov 2004 21:15:44 -0000
@@ -216,6 +216,6 @@
 given time.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_jobs_locks.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_jobs_locks.htm,v
retrieving revision 1.7
diff -u -r1.7 runtime_jobs_locks.htm
--- guide/runtime_jobs_locks.htm	23 Jun 2004 00:03:45 -0000	1.7
+++ guide/runtime_jobs_locks.htm	10 Nov 2004 21:15:44 -0000
@@ -71,6 +71,6 @@
 are reported by the platform.
 </P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_jobs_rules.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_jobs_rules.htm,v
retrieving revision 1.9
diff -u -r1.9 runtime_jobs_rules.htm
--- guide/runtime_jobs_rules.htm	24 Jun 2004 00:35:54 -0000	1.9
+++ guide/runtime_jobs_rules.htm	10 Nov 2004 21:15:44 -0000
@@ -229,6 +229,6 @@
 the hold-and-wait condition that is a prerequisite for circular wait deadlock. Therefore, it is impossible
 for a system using only scheduling rules as a locking primitive to enter a deadlock.
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_jobs_scheduling.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_jobs_scheduling.htm,v
retrieving revision 1.9
diff -u -r1.9 runtime_jobs_scheduling.htm
--- guide/runtime_jobs_scheduling.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/runtime_jobs_scheduling.htm	10 Nov 2004 21:15:44 -0000
@@ -101,6 +101,6 @@
 runs the job.  Any additional conditions that must be met before the job is run must be checked at this time.  
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_model.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_model.htm,v
retrieving revision 1.10
diff -u -r1.10 runtime_model.htm
--- guide/runtime_model.htm	19 Oct 2004 14:42:23 -0000	1.10
+++ guide/runtime_model.htm	10 Nov 2004 21:15:44 -0000
@@ -37,6 +37,6 @@
   activity. This is an important feature in providing a scalable, robust platform. 
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_model_bundles.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_model_bundles.htm,v
retrieving revision 1.5
diff -u -r1.5 runtime_model_bundles.htm
--- guide/runtime_model_bundles.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/runtime_model_bundles.htm	10 Nov 2004 21:15:44 -0000
@@ -93,7 +93,7 @@
 or other <b><a href="../reference/osgi/org/osgi/framework/BundleActivator.html">BundleActivator</a></b> implementations
 to represent the plug-in.</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
 
Index: guide/runtime_preferences.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_preferences.htm,v
retrieving revision 1.12
diff -u -r1.12 runtime_preferences.htm
--- guide/runtime_preferences.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/runtime_preferences.htm	10 Nov 2004 21:15:44 -0000
@@ -129,6 +129,6 @@
 detail using the specific example of <a href="resInt_preferences.htm">Project-scoped preferences</a>.
 </p>
  
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/runtime_registry.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/runtime_registry.htm,v
retrieving revision 1.7
diff -u -r1.7 runtime_registry.htm
--- guide/runtime_registry.htm	23 Jun 2004 00:03:44 -0000	1.7
+++ guide/runtime_registry.htm	10 Nov 2004 21:15:44 -0000
@@ -55,6 +55,6 @@
 can be used to examine the individual attributes of an extension.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/search.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/search.htm,v
retrieving revision 1.6
diff -u -r1.6 search.htm
--- guide/search.htm	24 Jun 2004 15:17:29 -0000	1.6
+++ guide/search.htm	10 Nov 2004 21:15:44 -0000
@@ -36,6 +36,6 @@
 These services are contributed using search plug-in extension points.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/search_page.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/search_page.htm,v
retrieving revision 1.7
diff -u -r1.7 search_page.htm
--- guide/search_page.htm	24 Jun 2004 15:17:29 -0000	1.7
+++ guide/search_page.htm	10 Nov 2004 21:15:44 -0000
@@ -58,6 +58,6 @@
 </b>method <tt>activateSearchResultView().</tt>
 <p>Your plug-in is responsible for
 showing its results in the search result view.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/search_result.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/search_result.htm,v
retrieving revision 1.5
diff -u -r1.5 search_result.htm
--- guide/search_result.htm	24 Jun 2004 19:50:34 -0000	1.5
+++ guide/search_result.htm	10 Nov 2004 21:15:44 -0000
@@ -34,6 +34,6 @@
 </b>interface and often extends <a href="../reference/api/org/eclipse/search/ui/text/AbstractTextSearchViewPage.html"><b>AbstractTextSearchViewPage</b></a>.
 </p> 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/swt.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt.htm,v
retrieving revision 1.15
diff -u -r1.15 swt.htm
--- guide/swt.htm	23 Jun 2004 00:03:45 -0000	1.15
+++ guide/swt.htm	10 Nov 2004 21:15:44 -0000
@@ -53,7 +53,7 @@
 interact with native desktop features such as drag and drop, to integrate with OS desktop applications, and to use components developed with OS component models like Win32
 ActiveX.</P>
 <P >
-<img alt="Windows Only" border="0" src="images/win_only.gif" width="51" height="13">SWT ActiveX support is discussed in
+<img alt="Windows Only" border="0" src="images/win_only.gif" >SWT ActiveX support is discussed in
 the article <a href="http://www.eclipse.org/articles/Article-ActiveX%20Support%20in%20SWT/ActiveX%20Support%20in%20SWT.html";>ActiveX
 Support in SWT</a>.</P>
 <P >
@@ -65,7 +65,7 @@
 discussion of this issue can be found in <a href="http://www.eclipse.org/articles/Article-SWT-Design-1/SWT-Design-1.html";>SWT
 Implementation Strategy for Java Natives</a>.)</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_error.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_error.htm,v
retrieving revision 1.12
diff -u -r1.12 swt_error.htm
--- guide/swt_error.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/swt_error.htm	10 Nov 2004 21:15:44 -0000
@@ -53,7 +53,7 @@
 <P >
 Once an SWT error has occurred, there is little that an application can do to correct the problem. These errors should not be encountered during normal course of operation in an application, but high reliability applications should still catch and report the errors.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_graphics.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_graphics.htm,v
retrieving revision 1.14
diff -u -r1.14 swt_graphics.htm
--- guide/swt_graphics.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/swt_graphics.htm	10 Nov 2004 21:15:44 -0000
@@ -181,7 +181,7 @@
 </pre></font>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/swt_layouts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts.htm,v
retrieving revision 1.15
diff -u -r1.15 swt_layouts.htm
--- guide/swt_layouts.htm	23 Jun 2004 00:03:44 -0000	1.15
+++ guide/swt_layouts.htm	10 Nov 2004 21:15:44 -0000
@@ -76,7 +76,7 @@
 SWT provides four default layout classes that can be used for many situations.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_custom.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_custom.htm,v
retrieving revision 1.10
diff -u -r1.10 swt_layouts_custom.htm
--- guide/swt_layouts_custom.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/swt_layouts_custom.htm	10 Nov 2004 21:15:44 -0000
@@ -43,7 +43,7 @@
 </ul>
 <p>Further discussion of custom layouts can be found in <a href="http://www.eclipse.org/articles/Understanding%20Layouts/Understanding%20Layouts.htm";>Understanding
 layouts in SWT</a>.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_fill.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_fill.htm,v
retrieving revision 1.10
diff -u -r1.10 swt_layouts_fill.htm
--- guide/swt_layouts_fill.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/swt_layouts_fill.htm	10 Nov 2004 21:15:44 -0000
@@ -62,7 +62,7 @@
 &nbsp;</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_form.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_form.htm,v
retrieving revision 1.10
diff -u -r1.10 swt_layouts_form.htm
--- guide/swt_layouts_form.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/swt_layouts_form.htm	10 Nov 2004 21:15:44 -0000
@@ -229,7 +229,7 @@
 attachment styles.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_grid.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_grid.htm,v
retrieving revision 1.10
diff -u -r1.10 swt_layouts_grid.htm
--- guide/swt_layouts_grid.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/swt_layouts_grid.htm	10 Nov 2004 21:15:44 -0000
@@ -243,7 +243,7 @@
 </TABLE>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_row.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_row.htm,v
retrieving revision 1.10
diff -u -r1.10 swt_layouts_row.htm
--- guide/swt_layouts_row.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/swt_layouts_row.htm	10 Nov 2004 21:15:44 -0000
@@ -126,7 +126,7 @@
 &nbsp;</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_layouts_stack.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_layouts_stack.htm,v
retrieving revision 1.4
diff -u -r1.4 swt_layouts_stack.htm
--- guide/swt_layouts_stack.htm	23 Jun 2004 00:03:44 -0000	1.4
+++ guide/swt_layouts_stack.htm	10 Nov 2004 21:15:44 -0000
@@ -52,7 +52,7 @@
 </table>
 &nbsp;</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_threading.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_threading.htm,v
retrieving revision 1.17
diff -u -r1.17 swt_threading.htm
--- guide/swt_threading.htm	23 Jun 2004 00:03:44 -0000	1.17
+++ guide/swt_threading.htm	10 Nov 2004 21:15:44 -0000
@@ -127,7 +127,7 @@
     <strong><a href="../reference/api/org/eclipse/swt/SWTException.html"> SWTException</a></strong> for all API calls made from a non-UI thread.</li>
   <li>If your plug-in uses the JFace <a href="../reference/api/org/eclipse/jface/operation/IRunnableContext.html"><strong> IRunnableContext</strong></a> interface to invoke a progress monitor and run an operation, it supplies an argument to specify whether a computational thread is forked for running the operation.</li>
 </ul>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_widgets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_widgets.htm,v
retrieving revision 1.14
diff -u -r1.14 swt_widgets.htm
--- guide/swt_widgets.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/swt_widgets.htm	10 Nov 2004 21:15:44 -0000
@@ -174,7 +174,7 @@
 operating resources</a> for further discussion of this topic.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/swt_widgets_controls.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_widgets_controls.htm,v
retrieving revision 1.16
diff -u -r1.16 swt_widgets_controls.htm
--- guide/swt_widgets_controls.htm	28 Jun 2004 13:39:15 -0000	1.16
+++ guide/swt_widgets_controls.htm	10 Nov 2004 21:15:45 -0000
@@ -512,7 +512,7 @@
 FocusIn, FocusOut, Help, KeyDown, KeyUp, MouseDoubleClick, MouseDown, MouseEnter, MouseExit,
 MouseHover, MouseUp, MouseMove, Move, Paint, Resize
 
-<p CLASS="CellBody"><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p CLASS="CellBody"><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/swt_widgets_custom.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_widgets_custom.htm,v
retrieving revision 1.14
diff -u -r1.14 swt_widgets_custom.htm
--- guide/swt_widgets_custom.htm	23 Jun 2004 00:03:45 -0000	1.14
+++ guide/swt_widgets_custom.htm	10 Nov 2004 21:15:45 -0000
@@ -319,7 +319,7 @@
 your own widgets using SWT.</a></P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/swt_widgets_events.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/swt_widgets_events.htm,v
retrieving revision 1.15
diff -u -r1.15 swt_widgets_events.htm
--- guide/swt_widgets_events.htm	23 Jun 2004 00:03:44 -0000	1.15
+++ guide/swt_widgets_events.htm	10 Nov 2004 21:15:45 -0000
@@ -359,7 +359,7 @@
    shell.addListener (SWT.Paint, listener);
 </pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/team_resources_filetypes.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_resources_filetypes.htm,v
retrieving revision 1.14
diff -u -r1.14 team_resources_filetypes.htm
--- guide/team_resources_filetypes.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/team_resources_filetypes.htm	10 Nov 2004 21:15:45 -0000
@@ -37,7 +37,7 @@
 the file type in the preferences dialog.&nbsp; It is ultimately up to the user
 to decide which files should be ignored.&nbsp; The user may select, deselect,
 add or delete file types from the default list of ignored files.</p>
-<p><img src="images/ignore.gif" alt="" border="0" width="499" height="541"></p>
+<p><img src="images/ignore.gif" alt="" border="0" ></p>
 <h4>Text vs. binary files</h4>
 <p>Some repositories implement different handling for text vs. binary
 files.&nbsp; The <a href="../reference/extension-points/org_eclipse_team_core_fileTypes.html"><b>org.eclipse.team.core.fileTypes</b></a>
@@ -68,12 +68,12 @@
 
 
 
-<p><img src="images/filetypes.gif" alt="" border="0" width="543" height="541">
+<p><img src="images/filetypes.gif" alt="" border="0" >
 </p>
 
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_resources_linked.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_resources_linked.htm,v
retrieving revision 1.7
diff -u -r1.7 team_resources_linked.htm
--- guide/team_resources_linked.htm	23 Jun 2004 00:03:45 -0000	1.7
+++ guide/team_resources_linked.htm	10 Nov 2004 21:15:45 -0000
@@ -83,6 +83,6 @@
 boolean isLinked = linkedParent.isLinked();</font></pre>
 <p>Repository providers should ignore any resource for which the above code evaluates 
   to <strong>true</strong>.</p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_resources_private.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_resources_private.htm,v
retrieving revision 1.9
diff -u -r1.9 team_resources_private.htm
--- guide/team_resources_private.htm	23 Jun 2004 00:03:44 -0000	1.9
+++ guide/team_resources_private.htm	10 Nov 2004 21:15:45 -0000
@@ -32,6 +32,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_resources_projects.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_resources_projects.htm,v
retrieving revision 1.14
diff -u -r1.14 team_resources_projects.htm
--- guide/team_resources_projects.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/team_resources_projects.htm	10 Nov 2004 21:15:45 -0000
@@ -15,7 +15,7 @@
 reference to the repository specific information needed to reconstruct a project
 in the workspace.&nbsp; This is done using a special type of file export for <b>team
 project sets</b>.&nbsp;&nbsp;</p>
-<p><img src="images/projectset.gif" alt="" border="0" width="470" height="594"></p>
+<p><img src="images/projectset.gif" alt="" border="0" ></p>
 <p>&nbsp;</p>
 <p>In 3.0, API was added to <a href="../reference/api/org/eclipse/team/core/ProjectSetCapability.html">ProjectSetCapability</a> 
   to allow repository providers to declare a class that implements project saving 
@@ -52,6 +52,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_ui.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_ui.htm,v
retrieving revision 1.10
diff -u -r1.10 team_ui.htm
--- guide/team_ui.htm	23 Jun 2004 00:03:44 -0000	1.10
+++ guide/team_ui.htm	10 Nov 2004 21:15:45 -0000
@@ -40,6 +40,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_ui_actions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_ui_actions.htm,v
retrieving revision 1.10
diff -u -r1.10 team_ui_actions.htm
--- guide/team_ui_actions.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/team_ui_actions.htm	10 Nov 2004 21:15:45 -0000
@@ -92,6 +92,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_ui_decorators.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_ui_decorators.htm,v
retrieving revision 1.13
diff -u -r1.13 team_ui_decorators.htm
--- guide/team_ui_decorators.htm	23 Jun 2004 00:03:44 -0000	1.13
+++ guide/team_ui_decorators.htm	10 Nov 2004 21:15:45 -0000
@@ -20,7 +20,7 @@
 
 
 
-<p><img src="images/teamdecorators.gif" alt="Resource navigator with team decorators turned on" border="0" width="304" height="279">
+<p><img src="images/teamdecorators.gif" alt="Resource navigator with team decorators turned on" border="0" >
 </p>
 
 
@@ -61,6 +61,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/team_ui_prefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/team_ui_prefs.htm,v
retrieving revision 1.13
diff -u -r1.13 team_ui_prefs.htm
--- guide/team_ui_prefs.htm	24 Jun 2004 15:47:36 -0000	1.13
+++ guide/team_ui_prefs.htm	10 Nov 2004 21:15:45 -0000
@@ -26,7 +26,7 @@
 &lt;/extension&gt;</font></pre>
 <p>The preferences dialog shows the CVS preferences underneath the team
 category.</p>
-<p><img src="images/teamprefs.gif" alt="" border="0" width="649" height="541"></p>
+<p><img src="images/teamprefs.gif" alt="" border="0" ></p>
 <p>&nbsp;</p>
 <p>Properties are added as described by <a href="../reference/extension-points/org_eclipse_ui_propertyPages.html"><b>org.eclipse.ui.propertyPages</b></a>.&nbsp;
 There is no special team category for properties, since a resource can only be
@@ -55,6 +55,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/workbench.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench.htm
--- guide/workbench.htm	23 Jun 2004 19:43:30 -0000	1.16
+++ guide/workbench.htm	10 Nov 2004 21:15:45 -0000
@@ -67,6 +67,6 @@
 plug-ins</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/workbench_actionfilters.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_actionfilters.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench_actionfilters.htm
--- guide/workbench_actionfilters.htm	14 Oct 2004 21:12:45 -0000	1.16
+++ guide/workbench_actionfilters.htm	10 Nov 2004 21:15:46 -0000
@@ -231,7 +231,7 @@
 menu actions related to specific types of files.  See <a href="runtime_content.htm">Content types</a> for more detail
 about the content type extension.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_advext_activities.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_activities.htm,v
retrieving revision 1.10
diff -u -r1.10 workbench_advext_activities.htm
--- guide/workbench_advext_activities.htm	23 Jun 2004 18:22:14 -0000	1.10
+++ guide/workbench_advext_activities.htm	10 Nov 2004 21:15:46 -0000
@@ -225,7 +225,7 @@
 itself.  See the package <b><a href="../reference/api/org/eclipse/ui/activities/package-summary.html">org.eclipse.ui.activities</a></b>
 for more information.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_cheatsheets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_cheatsheets.htm,v
retrieving revision 1.9
diff -u -r1.9 workbench_advext_cheatsheets.htm
--- guide/workbench_advext_cheatsheets.htm	24 Jun 2004 00:18:08 -0000	1.9
+++ guide/workbench_advext_cheatsheets.htm	10 Nov 2004 21:15:46 -0000
@@ -222,7 +222,7 @@
 attributes contributed in extensions to <b><a href="../reference/extension-points/org_eclipse_ui_cheatsheets_cheatSheetItemExtension.html">org.eclipse.ui.cheatsheets.cheatSheetItemExtension</a></b>.
 See the extension point documentation for more detail.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_contexts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_contexts.htm,v
retrieving revision 1.6
diff -u -r1.6 workbench_advext_contexts.htm
--- guide/workbench_advext_contexts.htm	23 Jun 2004 00:03:45 -0000	1.6
+++ guide/workbench_advext_contexts.htm	10 Nov 2004 21:15:46 -0000
@@ -115,7 +115,7 @@
 for more information.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_elementFactories.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_elementFactories.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench_advext_elementFactories.htm
--- guide/workbench_advext_elementFactories.htm	23 Jun 2004 00:03:45 -0000	1.16
+++ guide/workbench_advext_elementFactories.htm	10 Nov 2004 21:15:46 -0000
@@ -118,7 +118,7 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_intro.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_intro.htm,v
retrieving revision 1.11
diff -u -r1.11 workbench_advext_intro.htm
--- guide/workbench_advext_intro.htm	24 Jun 2004 22:52:41 -0000	1.11
+++ guide/workbench_advext_intro.htm	10 Nov 2004 21:15:46 -0000
@@ -341,7 +341,7 @@
 parameters will be appended to the end.  Once the substitution is made, the resulting URL will be expanded back into:</p>
 <p><tt>http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&amp;class=org.eclipse.pde.ui.internal.samples.ShowSampleAction&amp;id=org.eclipse.sdk.samples.swt.examples</tt></p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_perspectiveExtension.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_perspectiveExtension.htm,v
retrieving revision 1.17
diff -u -r1.17 workbench_advext_perspectiveExtension.htm
--- guide/workbench_advext_perspectiveExtension.htm	23 Jun 2004 00:03:45 -0000	1.17
+++ guide/workbench_advext_perspectiveExtension.htm	10 Nov 2004 21:15:46 -0000
@@ -117,7 +117,7 @@
 <P >&nbsp;</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_perspectives.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_perspectives.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench_advext_perspectives.htm
--- guide/workbench_advext_perspectives.htm	23 Jun 2004 00:03:44 -0000	1.16
+++ guide/workbench_advext_perspectives.htm	10 Nov 2004 21:15:46 -0000
@@ -36,7 +36,7 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_advext_resourceFilters.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_advext_resourceFilters.htm,v
retrieving revision 1.19
diff -u -r1.19 workbench_advext_resourceFilters.htm
--- guide/workbench_advext_resourceFilters.htm	24 Jun 2004 00:53:58 -0000	1.19
+++ guide/workbench_advext_resourceFilters.htm	10 Nov 2004 21:15:46 -0000
@@ -49,7 +49,7 @@
 <P ><img src="images/filtersselection.gif" alt="Filter selection dialog" border="0" ></P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_basicext.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench_basicext.htm
--- guide/workbench_basicext.htm	23 Jun 2004 22:03:41 -0000	1.16
+++ guide/workbench_basicext.htm	10 Nov 2004 21:15:46 -0000
@@ -45,6 +45,6 @@
 tool</a> implements many different workbench extensions.&nbsp; We will start
 with one of the simplest workbench extension points, a view.&nbsp; We'll
 continue by looking at additional readme tool extensions. </P>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/workbench_basicext_actionSetPartAssociations.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_actionSetPartAssociations.htm,v
retrieving revision 1.10
diff -u -r1.10 workbench_basicext_actionSetPartAssociations.htm
--- guide/workbench_basicext_actionSetPartAssociations.htm	23 Jun 2004 00:03:45 -0000	1.10
+++ guide/workbench_basicext_actionSetPartAssociations.htm	10 Nov 2004 21:15:46 -0000
@@ -55,7 +55,7 @@
 visible when one of the specified views is active.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_basicext_actionSets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_actionSets.htm,v
retrieving revision 1.22
diff -u -r1.22 workbench_basicext_actionSets.htm
--- guide/workbench_basicext_actionSets.htm	23 Jun 2004 22:03:41 -0000	1.22
+++ guide/workbench_basicext_actionSets.htm	10 Nov 2004 21:15:46 -0000
@@ -133,7 +133,7 @@
 actions</a>.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_basicext_editorActions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_editorActions.htm,v
retrieving revision 1.18
diff -u -r1.18 workbench_basicext_editorActions.htm
--- guide/workbench_basicext_editorActions.htm	23 Jun 2004 22:03:41 -0000	1.18
+++ guide/workbench_basicext_editorActions.htm	10 Nov 2004 21:15:46 -0000
@@ -61,7 +61,7 @@
 		MessageUtil.getString(&quot;Editor_Action_executed&quot;)); 
 }</pre></font>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_basicext_editors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_editors.htm,v
retrieving revision 1.20
diff -u -r1.20 workbench_basicext_editors.htm
--- guide/workbench_basicext_editors.htm	23 Jun 2004 22:03:41 -0000	1.20
+++ guide/workbench_basicext_editors.htm	10 Nov 2004 21:15:46 -0000
@@ -158,7 +158,7 @@
 editors and platform text</a>. </P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_basicext_popupMenus.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_popupMenus.htm,v
retrieving revision 1.17
diff -u -r1.17 workbench_basicext_popupMenus.htm
--- guide/workbench_basicext_popupMenus.htm	23 Jun 2004 22:03:41 -0000	1.17
+++ guide/workbench_basicext_popupMenus.htm	10 Nov 2004 21:15:46 -0000
@@ -120,7 +120,7 @@
 point are the same as those required by the <b> viewActions</b> and <b> editorActions</b> extension points. If you want to contribute the same action to the popup menu and the local menu of a view or editor, you can use the same class for both extensions.
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_basicext_viewActions.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_viewActions.htm,v
retrieving revision 1.18
diff -u -r1.18 workbench_basicext_viewActions.htm
--- guide/workbench_basicext_viewActions.htm	23 Jun 2004 22:03:41 -0000	1.18
+++ guide/workbench_basicext_viewActions.htm	10 Nov 2004 21:15:46 -0000
@@ -82,7 +82,7 @@
 functional dialogs could make this action do something more interesting.</P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_basicext_views.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_basicext_views.htm,v
retrieving revision 1.18
diff -u -r1.18 workbench_basicext_views.htm
--- guide/workbench_basicext_views.htm	23 Jun 2004 22:03:41 -0000	1.18
+++ guide/workbench_basicext_views.htm	10 Nov 2004 21:15:46 -0000
@@ -140,7 +140,7 @@
 We've covered a lot of common workbench concepts by studying this extension. Now we'll move on to some other workbench extensions and examine how your plug-in can further contribute to the workbench UI. </P>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_guiding.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_guiding.htm,v
retrieving revision 1.6
diff -u -r1.6 workbench_guiding.htm
--- guide/workbench_guiding.htm	23 Jun 2004 00:03:44 -0000	1.6
+++ guide/workbench_guiding.htm	10 Nov 2004 21:15:46 -0000
@@ -27,7 +27,7 @@
 </ul>
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_menupaths.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_menupaths.htm,v
retrieving revision 1.16
diff -u -r1.16 workbench_menupaths.htm
--- guide/workbench_menupaths.htm	24 Jun 2004 00:04:45 -0000	1.16
+++ guide/workbench_menupaths.htm	10 Nov 2004 21:15:46 -0000
@@ -326,7 +326,7 @@
 </ul>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_menus.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_menus.htm,v
retrieving revision 1.14
diff -u -r1.14 workbench_menus.htm
--- guide/workbench_menus.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/workbench_menus.htm	10 Nov 2004 21:15:47 -0000
@@ -121,7 +121,7 @@
 </TABLE>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 
 </BODY>
Index: guide/workbench_perspectives.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_perspectives.htm,v
retrieving revision 1.6
diff -u -r1.6 workbench_perspectives.htm
--- guide/workbench_perspectives.htm	24 Jun 2004 21:41:15 -0000	1.6
+++ guide/workbench_perspectives.htm	10 Nov 2004 21:15:47 -0000
@@ -167,7 +167,7 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_plugin.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_plugin.htm,v
retrieving revision 1.15
diff -u -r1.15 workbench_plugin.htm
--- guide/workbench_plugin.htm	23 Jun 2004 00:03:44 -0000	1.15
+++ guide/workbench_plugin.htm	10 Nov 2004 21:15:47 -0000
@@ -72,7 +72,7 @@
  uses the generic startup and shutdown methods to manage images, dialog settings, and a preference store during the lifetime of the plug-in.&nbsp;
 We'll look at the specifics of the <b> ReadmePlugin</b> class when we work with dialogs and preferences.</P>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_resources.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_resources.htm,v
retrieving revision 1.3
diff -u -r1.3 workbench_resources.htm
--- guide/workbench_resources.htm	23 Jun 2004 00:03:45 -0000	1.3
+++ guide/workbench_resources.htm	10 Nov 2004 21:15:47 -0000
@@ -24,7 +24,7 @@
 and other utilities.
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_scalability.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_scalability.htm,v
retrieving revision 1.5
diff -u -r1.5 workbench_scalability.htm
--- guide/workbench_scalability.htm	23 Jun 2004 00:03:44 -0000	1.5
+++ guide/workbench_scalability.htm	10 Nov 2004 21:15:47 -0000
@@ -30,7 +30,7 @@
 </ul>
 </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 
 </BODY>
 </HTML>
Index: guide/workbench_structure.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/workbench_structure.htm,v
retrieving revision 1.18
diff -u -r1.18 workbench_structure.htm
--- guide/workbench_structure.htm	23 Jun 2004 19:43:30 -0000	1.18
+++ guide/workbench_structure.htm	10 Nov 2004 21:15:47 -0000
@@ -129,7 +129,7 @@
 <b>dispose()</b>.</P>
 
 <P >
-<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></P>
+<a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></P>
 
 </BODY>
 </HTML>
Index: guide/wrkAdv.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv.htm,v
retrieving revision 1.12
diff -u -r1.12 wrkAdv.htm
--- guide/wrkAdv.htm	24 Jun 2004 20:02:34 -0000	1.12
+++ guide/wrkAdv.htm	10 Nov 2004 21:15:47 -0000
@@ -33,6 +33,6 @@
 points, we will look at example extensions that are implemented by the platform
 workbench, the platform help system, and Java tooling (JDT).</p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_accessibility.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_accessibility.htm,v
retrieving revision 1.11
diff -u -r1.11 wrkAdv_accessibility.htm
--- guide/wrkAdv_accessibility.htm	23 Jun 2004 00:03:45 -0000	1.11
+++ guide/wrkAdv_accessibility.htm	10 Nov 2004 21:15:47 -0000
@@ -56,6 +56,6 @@
 <p>&nbsp;</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_encoding.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_encoding.htm,v
retrieving revision 1.15
diff -u -r1.15 wrkAdv_encoding.htm
--- guide/wrkAdv_encoding.htm	24 Jun 2004 01:00:18 -0000	1.15
+++ guide/wrkAdv_encoding.htm	10 Nov 2004 21:15:47 -0000
@@ -72,6 +72,6 @@
 String encoding = encodingSupport.getEncoding();
 
 </font></pre>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_keyBindings.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_keyBindings.htm,v
retrieving revision 1.14
diff -u -r1.14 wrkAdv_keyBindings.htm
--- guide/wrkAdv_keyBindings.htm	23 Jun 2004 00:03:44 -0000	1.14
+++ guide/wrkAdv_keyBindings.htm	10 Nov 2004 21:15:47 -0000
@@ -57,6 +57,6 @@
 the point of view of defining key bindings for existing workbench actions.&nbsp; </p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_keyBindings_accelConfig.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_keyBindings_accelConfig.htm,v
retrieving revision 1.14
diff -u -r1.14 wrkAdv_keyBindings_accelConfig.htm
--- guide/wrkAdv_keyBindings_accelConfig.htm	24 Jun 2004 00:04:45 -0000	1.14
+++ guide/wrkAdv_keyBindings_accelConfig.htm	10 Nov 2004 21:15:47 -0000
@@ -107,6 +107,6 @@
       ...</pre></font>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_keyBindings_accelSet.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_keyBindings_accelSet.htm,v
retrieving revision 1.13
diff -u -r1.13 wrkAdv_keyBindings_accelSet.htm
--- guide/wrkAdv_keyBindings_accelSet.htm	23 Jun 2004 00:03:45 -0000	1.13
+++ guide/wrkAdv_keyBindings_accelSet.htm	10 Nov 2004 21:15:47 -0000
@@ -62,6 +62,6 @@
 is all about.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_keyBindings_actionDef.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_keyBindings_actionDef.htm,v
retrieving revision 1.15
diff -u -r1.15 wrkAdv_keyBindings_actionDef.htm
--- guide/wrkAdv_keyBindings_actionDef.htm	23 Jun 2004 00:03:44 -0000	1.15
+++ guide/wrkAdv_keyBindings_actionDef.htm	10 Nov 2004 21:15:47 -0000
@@ -136,6 +136,6 @@
 
 <p>Now let's look at how these key bindings get defined. </p>
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_keyBindings_contexts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_keyBindings_contexts.htm,v
retrieving revision 1.6
diff -u -r1.6 wrkAdv_keyBindings_contexts.htm
--- guide/wrkAdv_keyBindings_contexts.htm	24 Jun 2004 20:03:30 -0000	1.6
+++ guide/wrkAdv_keyBindings_contexts.htm	10 Nov 2004 21:15:47 -0000
@@ -34,6 +34,6 @@
 (See <a href="workbench_advext_contexts.htm">Contexts</a>) for a more detailed discussion
 of contexts and how they are defined.
 </p>
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_markerhelp.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_markerhelp.htm,v
retrieving revision 1.14
diff -u -r1.14 wrkAdv_markerhelp.htm
--- guide/wrkAdv_markerhelp.htm	24 Jun 2004 00:48:33 -0000	1.14
+++ guide/wrkAdv_markerhelp.htm	10 Nov 2004 21:15:47 -0000
@@ -51,6 +51,6 @@
 <p><img src="images/readmemarkerhelp.gif" alt="Tasks list with marker help" border="0" ></p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_markerresolution.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_markerresolution.htm,v
retrieving revision 1.19
diff -u -r1.19 wrkAdv_markerresolution.htm
--- guide/wrkAdv_markerresolution.htm	24 Jun 2004 20:05:31 -0000	1.19
+++ guide/wrkAdv_markerresolution.htm	10 Nov 2004 21:15:47 -0000
@@ -47,6 +47,6 @@
 <p><img src="images/markerresolution.gif" alt="Marker resolutions" border="0"></p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_markers.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_markers.htm,v
retrieving revision 1.14
diff -u -r1.14 wrkAdv_markers.htm
--- guide/wrkAdv_markers.htm	24 Jun 2004 00:30:49 -0000	1.14
+++ guide/wrkAdv_markers.htm	10 Nov 2004 21:15:47 -0000
@@ -54,6 +54,6 @@
 
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_retarget.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_retarget.htm,v
retrieving revision 1.12
diff -u -r1.12 wrkAdv_retarget.htm
--- guide/wrkAdv_retarget.htm	23 Jun 2004 00:03:44 -0000	1.12
+++ guide/wrkAdv_retarget.htm	10 Nov 2004 21:15:47 -0000
@@ -125,6 +125,6 @@
 handler</a>.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_retarget_contribute.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_retarget_contribute.htm,v
retrieving revision 1.7
diff -u -r1.7 wrkAdv_retarget_contribute.htm
--- guide/wrkAdv_retarget_contribute.htm	23 Jun 2004 00:03:44 -0000	1.7
+++ guide/wrkAdv_retarget_contribute.htm	10 Nov 2004 21:15:47 -0000
@@ -32,6 +32,6 @@
 tool</a> example demonstrates both of these techniques.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_retarget_contribute_actionsets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_retarget_contribute_actionsets.htm,v
retrieving revision 1.12
diff -u -r1.12 wrkAdv_retarget_contribute_actionsets.htm
--- guide/wrkAdv_retarget_contribute_actionsets.htm	24 Jun 2004 00:04:45 -0000	1.12
+++ guide/wrkAdv_retarget_contribute_actionsets.htm	10 Nov 2004 21:15:47 -0000
@@ -111,6 +111,6 @@
 <h4>&nbsp;</h4>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_retarget_contribute_editors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_retarget_contribute_editors.htm,v
retrieving revision 1.10
diff -u -r1.10 wrkAdv_retarget_contribute_editors.htm
--- guide/wrkAdv_retarget_contribute_editors.htm	24 Jun 2004 00:05:30 -0000	1.10
+++ guide/wrkAdv_retarget_contribute_editors.htm	10 Nov 2004 21:15:47 -0000
@@ -124,6 +124,6 @@
 <p>Note that the relabeled action shows the new label.</p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_retarget_setting.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_retarget_setting.htm,v
retrieving revision 1.9
diff -u -r1.9 wrkAdv_retarget_setting.htm
--- guide/wrkAdv_retarget_setting.htm	23 Jun 2004 00:03:45 -0000	1.9
+++ guide/wrkAdv_retarget_setting.htm	10 Nov 2004 21:15:47 -0000
@@ -47,6 +47,6 @@
 </p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_singleclick.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_singleclick.htm,v
retrieving revision 1.13
diff -u -r1.13 wrkAdv_singleclick.htm
--- guide/wrkAdv_singleclick.htm	24 Jun 2004 00:04:45 -0000	1.13
+++ guide/wrkAdv_singleclick.htm	10 Nov 2004 21:15:47 -0000
@@ -87,6 +87,6 @@
 be particularly confusing and undesirable in single click mode. </p>
 
 
-<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img border="0" src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: guide/wrkAdv_workingsets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.isv/guide/wrkAdv_workingsets.htm,v
retrieving revision 1.17
diff -u -r1.17 wrkAdv_workingsets.htm
--- guide/wrkAdv_workingsets.htm	24 Jun 2004 00:11:30 -0000	1.17
+++ guide/wrkAdv_workingsets.htm	10 Nov 2004 21:15:47 -0000
@@ -81,6 +81,6 @@
 protocol for more detail.</p>
 
 
-<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" width="324" height="14"></a></p>
+<p><a href="../notices.html"><img src="../cpy.gif" alt="Legal notices." border="0" ></a></p>
 </BODY>
 </HTML>
Index: no_help_exists.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/no_help_exists.htm,v
retrieving revision 1.6
diff -u -r1.6 no_help_exists.htm
--- no_help_exists.htm	24 Jun 2004 00:28:35 -0000	1.6
+++ no_help_exists.htm	10 Nov 2004 21:14:56 -0000
@@ -12,7 +12,7 @@
 <p CLASS="Head">There are no available help topics associated with this
 item.&nbsp;&nbsp;&nbsp;</p>
 <p>
-   <a href="notices.html"><img src="cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="notices.html"><img src="cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: concepts/cbookmrk.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cbookmrk.htm,v
retrieving revision 1.13
diff -u -r1.13 cbookmrk.htm
--- concepts/cbookmrk.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/cbookmrk.htm	10 Nov 2004 21:14:56 -0000
@@ -18,23 +18,23 @@
 <P CLASS="Para">The Bookmarks&nbsp; view (<b>Window &gt; Show View &gt;
 Bookmarks</b>) displays all bookmarks&nbsp;that you have created.&nbsp;</P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="ctskview.htm">Tasks view</a></p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-81b.htm">Creating a bookmark for an entire file</a><a href="../tasks/tasks-81.htm"><br>
 Creating a bookmark within a file</a><a href="../tasks/tasks-82.htm"><br>
 Deleting a bookmark<br>
 </a><a href="../tasks/tasks-77.htm">Adding line items in the Tasks view</a><a href="../tasks/tasks-77b.htm"><br>
 Associating a task with an editable resource</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-28.htm">Bookmarks view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/cdecorations.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cdecorations.htm,v
retrieving revision 1.9
diff -u -r1.9 cdecorations.htm
--- concepts/cdecorations.htm	23 Jun 2004 23:44:29 -0000	1.9
+++ concepts/cdecorations.htm	10 Nov 2004 21:14:56 -0000
@@ -21,9 +21,9 @@
 decorations.</P>
 <P CLASS="Para">The following is the Navigator view showing resources with CVS
 decorations:</P>
-<P CLASS="Para"><img src="../images/Image273_nav-decorators.gif" alt="Navigator view with CVS decorators on" border="0" width="259" height="137"></P>
+<P CLASS="Para"><img src="../images/Image273_nav-decorators.gif" alt="Navigator view with CVS decorators on" border="0" ></P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: concepts/chelpsys.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/chelpsys.htm,v
retrieving revision 1.19
diff -u -r1.19 chelpsys.htm
--- concepts/chelpsys.htm	23 Jun 2004 23:44:29 -0000	1.19
+++ concepts/chelpsys.htm	10 Nov 2004 21:14:56 -0000
@@ -47,14 +47,14 @@
 binding scheme.</p>
 
 <p>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/taccess.htm">Accessing and navigating online help</a><br>
 <a href="../tasks/tsearch.htm">Searching online help</a><br>
 <a href="../tasks/tf1help.htm">Accessing context-sensitive help</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: concepts/cnav.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cnav.htm,v
retrieving revision 1.23
diff -u -r1.23 cnav.htm
--- concepts/cnav.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ concepts/cnav.htm	10 Nov 2004 21:14:56 -0000
@@ -18,7 +18,7 @@
 From here, you can open files for editing or select resources for operations such
 as exporting.&nbsp;
 <P CLASS="Para">
-<img src="../images/Image241_nav_view.gif" alt="Picture of Navigator view showing a simple hierarchy (project, folders, files)" border="0" width="170" height="191"></P>
+<img src="../images/Image241_nav_view.gif" alt="Picture of Navigator view showing a simple hierarchy (project, folders, files)" border="0" ></P>
 <P CLASS="Para">
 Right-click on any resource in the Navigator view to open a pop-up menu that
 allows you to perform operations such as copying, moving, creating new
@@ -84,12 +84,12 @@
     </tr>
   </tbody>
 </table>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-12.htm">Resources</a><br>
 <a href="concepts-5.htm">Views</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-46bg.htm">Narrowing the scope of the Navigator view</a><br>
 <a href="../tasks/tasks-48.htm">Sorting resources in the Navigator view</a><br>
 <a href="../tasks/tasks-48b.htm">Showing or hiding files in the Navigator view</a><br>
@@ -97,11 +97,11 @@
 <a href="../tasks/tasks-3e.htm">Moving and docking views</a><br>
 <a href="../tasks/tasks-9b.htm">Creating fast views</a>
 </p>
-<P><IMG border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<P><IMG border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-27.htm">Navigator view</a>
 </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-11.htm,v
retrieving revision 1.11
diff -u -r1.11 concepts-11.htm
--- concepts/concepts-11.htm	28 Oct 2004 15:39:04 -0000	1.11
+++ concepts/concepts-11.htm	10 Nov 2004 21:14:56 -0000
@@ -57,17 +57,17 @@
 on the resource itself.</P>
 
 <P CLASS="Para" Label=Type>
-<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="cbookmrk.htm">Bookmarks</a><br>
 <a href="ctskview.htm">Task view</a></P>
 
 <P CLASS="Para" Label=Type>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-81.htm">Creating a bookmark within a file</a><br>
 <a href="../tasks/tasks-81b.htm">Creating a bookmark for an entire file</a></P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-12.htm,v
retrieving revision 1.13
diff -u -r1.13 concepts-12.htm
--- concepts/concepts-12.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/concepts-12.htm	10 Nov 2004 21:14:56 -0000
@@ -44,7 +44,7 @@
 <p>Different tools that plug into the Workbench use their own specialized types
 of projects, folders, and files.&nbsp;</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-2.htm">Workbench</a><br>
 <a href="cnav.htm">Navigator view</a><br>
 <a href="concepts-17.htm">Resource hierarchies</a><br>
@@ -53,7 +53,7 @@
 </p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-53.htm">Importing resources into the Workbench</a><br>
 <a href="../tasks/tasks-42.htm">Creating a project</a><br>
 <a href="../tasks/tasks-43.htm">Creating a folder</a><br>
@@ -68,7 +68,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-13.htm,v
retrieving revision 1.7
diff -u -r1.7 concepts-13.htm
--- concepts/concepts-13.htm	23 Jun 2004 23:44:29 -0000	1.7
+++ concepts/concepts-13.htm	10 Nov 2004 21:14:56 -0000
@@ -41,7 +41,7 @@
 from being created in some projects.
 <p>
 
-<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-2.htm">Workbench</a><br>
 <a href="cnav.htm">Navigator view</a><br>
 <a href="concepts-12.htm">Resources</a><br>
@@ -49,19 +49,19 @@
 </p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-45.htm">Creating linked resources</a><br>
 <a href="../tasks/tasks-67.htm">Deleting resources</a><br>
 <a href="../tasks/tasks-49.htm">Viewing resource properties</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br>
   <a href="../reference/ref-14b.htm">Linked resources</a> 
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-17.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-17.htm,v
retrieving revision 1.11
diff -u -r1.11 concepts-17.htm
--- concepts/concepts-17.htm	23 Jun 2004 23:44:29 -0000	1.11
+++ concepts/concepts-17.htm	10 Nov 2004 21:14:56 -0000
@@ -27,13 +27,13 @@
 </P>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><a href="cnav.htm"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><a href="cnav.htm"><br>
 </a><a href="concepts-12.htm">Resources
 </a><a href="cnav.htm"><br>
 Navigator view</a></p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-46ag.htm">
 Finding a resource quickly</a><a href="../tasks/tasks-46bg.htm"><br>
 Narrowing the scope of the Navigator view</a><a href="../tasks/tasks-48.htm"><br>
@@ -41,7 +41,7 @@
 Showing or hiding files in the Navigator view</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-17a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-17a.htm,v
retrieving revision 1.10
diff -u -r1.10 concepts-17a.htm
--- concepts/concepts-17a.htm	23 Jun 2004 23:44:29 -0000	1.10
+++ concepts/concepts-17a.htm	10 Nov 2004 21:14:56 -0000
@@ -19,10 +19,10 @@
 history is uniquely represented by the date and time the file was
 saved.&nbsp;&nbsp;</p>
 <p>Only files have local history; projects and folders do not.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-27.htm">Versions</a></p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-70.htm">Comparing resources with local history</a><br>
 <a href="../tasks/tasks-87.htm">Replacing a resource with local history</a><br>
 <a href="../tasks/tasks-87b.htm">Restoring deleted resources from local history</a><br>
@@ -31,7 +31,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-18.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-18.htm,v
retrieving revision 1.13
diff -u -r1.13 concepts-18.htm
--- concepts/concepts-18.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/concepts-18.htm	10 Nov 2004 21:14:56 -0000
@@ -50,21 +50,21 @@
 <p CLASS="Head">In all cases, you can find out what toolbar buttons do by moving
 your mouse pointer over the button and reading the tooltip that opens. See the
 list of related reference topics below for a table of all toolbar buttons.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="concepts-2.htm">Workbench<br>
 </a><a href="concepts-5.htm">Views</a>
 <a href="concepts-2.htm"><br>
 </a><a href="concepts-4.htm">Perspectives<br>
 </a><a href="concepts-21.htm">Fast views</a></p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <a href="../tasks/tasks-9b.htm"><br>Creating fast views</a>
 <a href="../tasks/ttoolbars.htm"><br>Rearranging the main toolbar</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-68.htm">Toolbar buttons</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-2.htm,v
retrieving revision 1.12
diff -u -r1.12 concepts-2.htm
--- concepts/concepts-2.htm	23 Jun 2004 23:44:29 -0000	1.12
+++ concepts/concepts-2.htm	10 Nov 2004 21:14:56 -0000
@@ -18,7 +18,7 @@
 perspectives.&nbsp; Perspectives contain views and editors and control
 what appears in certain menus and tool bars.&nbsp; More than one Workbench window can exist
 on the desktop at any given time.</P>
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><a href="concepts-25.htm"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><a href="concepts-25.htm"><br>
 Features<br>
 </a><a href="concepts-12.htm">Resources</a><a href="concepts-4.htm"><br>
 Perspectives</a><a href="concepts-5.htm"><br>
@@ -27,7 +27,7 @@
 </a><a href="concepts-27c.htm">CVS Repositories</a></P>
 
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><a href="../tasks/tasks-34.htm"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><a href="../tasks/tasks-34.htm"><br>
 Installing new features with the update manager</a><a href="../tasks/tasks-9f.htm"><br>
 Opening perspectives<br>
 </a><a href="../tasks/tasks-3.htm">Opening views</a><br>
@@ -35,11 +35,11 @@
 <a href="../tasks/tasks-9k.htm">Configuring perspectives</a></P>
 
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><a href="../reference/ref-68.htm"><br>
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><a href="../reference/ref-68.htm"><br>
 Toolbar buttons</a></P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-21.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-21.htm,v
retrieving revision 1.10
diff -u -r1.10 concepts-21.htm
--- concepts/concepts-21.htm	23 Jun 2004 23:44:29 -0000	1.10
+++ concepts/concepts-21.htm	10 Nov 2004 21:14:56 -0000
@@ -24,18 +24,18 @@
 You can create a new fast view by dragging any open view to the
 shortcut bar or by selecting <b>Fast View</b> from the menu that opens when you
 click the icon at the left end of the view's title bar.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="concepts-2.htm">Workbench</a><a href="concepts-18.htm"><br>
 Toolbars</a></P>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-9b.htm">Creating fast views</a><a href="../tasks/tasks-3e.htm"><br>
 Moving and docking views</a><br>
 <a href="../tasks/tasks-3i.htm">Maximizing a view or editor</a></P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </HTML>
Index: concepts/concepts-22.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-22.htm,v
retrieving revision 1.14
diff -u -r1.14 concepts-22.htm
--- concepts/concepts-22.htm	23 Jun 2004 23:44:29 -0000	1.14
+++ concepts/concepts-22.htm	10 Nov 2004 21:14:56 -0000
@@ -47,17 +47,17 @@
 equivalent shortcut key. Manual builds can be either full or incremental and can operate over collections of projects 
 or the entire workspace.</li>
 </ul>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="concepts-exttools.htm">External tools</a>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-73.htm">Building resources</a>
 <br><a href="../tasks/tasks-75.htm">Performing builds manually</a>
 <br><a href="../tasks/tasks-16.htm">Performing builds automatically</a>
 <br><a href="../tasks/tasks-17.htm">Saving resources automatically before a manual build</a><a href="../tasks/tasks-14.htm"><br>
 Changing build order</a></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-25.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-25.htm,v
retrieving revision 1.20
diff -u -r1.20 concepts-25.htm
--- concepts/concepts-25.htm	23 Jun 2004 23:44:29 -0000	1.20
+++ concepts/concepts-25.htm	10 Nov 2004 21:14:56 -0000
@@ -60,11 +60,11 @@
 </p>
 
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-2.htm">Workbench</a></P>
 
 <P>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-33.htm">Inspecting the current configuration</a>
 <br><a href="../tasks/tasks-34.htm">Installing new features with the update manager</a>
 <br><a href="../tasks/tasks-35.htm">Configuration operations</a>
@@ -76,7 +76,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-26.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-26.htm,v
retrieving revision 1.25
diff -u -r1.25 concepts-26.htm
--- concepts/concepts-26.htm	23 Jun 2004 23:44:29 -0000	1.25
+++ concepts/concepts-26.htm	10 Nov 2004 21:14:56 -0000
@@ -49,7 +49,7 @@
          
 <div class="Figure">        
 <div> <img src="../images/ref-9.gif"
- alt="Interaction with Branches and Workbenches" width="344" height="183">
+ alt="Interaction with Branches and Workbenches" >
         </div>
       </div>
          
@@ -160,14 +160,14 @@
     </p>
    </div>
         
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="concepts-27c.htm">CVS Repositories</a>
 <br><a href="concepts-27b.htm">Branches</a>
 <br><a href="concepts-27.htm">Versions</a>
 <br><a href="concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
          
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
    <a href="../tasks/tasks-92.htm"><br>
     Creating a CVS repository location</a><a
  href="../tasks/tasks-96.htm"><br>
@@ -185,12 +185,12 @@
 </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="../reference/ref-47.htm">CVS</a>
 </p>
            
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
         
 </body>
Index: concepts/concepts-27.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-27.htm,v
retrieving revision 1.17
diff -u -r1.17 concepts-27.htm
--- concepts/concepts-27.htm	23 Jun 2004 23:44:29 -0000	1.17
+++ concepts/concepts-27.htm	10 Nov 2004 21:14:56 -0000
@@ -50,7 +50,7 @@
 preferable.</p>
      
 <p class="Para"> <img border="0" src="../images/ngrelc.gif"
- alt="Related concepts" width="159" height="27">
+ alt="Related concepts" >
   <br>
  <a href="concepts-27c.htm">CVS Repositories</a> <br>
  <a href="concepts-27b.htm">Branches</a> <br>
@@ -58,7 +58,7 @@
  <a href="concepts-12.htm">Resources</a> </p>
     
 <p class="Para"> <img border="0" src="../images/ngrelt.gif"
- alt="Related tasks" width="159" height="27">
+ alt="Related tasks" >
   <br>
  <a href="../tasks/tasks-100.htm">Creating a version of a project</a> <br>
  <a href="../tasks/tasks-118.htm">Versioning projects in the repository</a>
@@ -68,12 +68,12 @@
   </p>
     
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
  <a href="../reference/ref-47.htm">CVS</a> </p>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
      
 </body>
Index: concepts/concepts-27b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-27b.htm,v
retrieving revision 1.15
diff -u -r1.15 concepts-27b.htm
--- concepts/concepts-27b.htm	23 Jun 2004 23:44:29 -0000	1.15
+++ concepts/concepts-27b.htm	10 Nov 2004 21:14:56 -0000
@@ -40,14 +40,14 @@
   Workbench to the branch. As a result, these changes are then seen as incoming 
   changes when other developers update from the branch later.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="concepts-26.htm">Team programming with CVS</a>
 <br><a href="concepts-27c.htm">CVS Repositories</a>
 <br><a href="concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><a href="../tasks/tasks-92.htm"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><a href="../tasks/tasks-92.htm"><br>
   </a><a href="../tasks/tasks-96.htm"> Checking out a project from a CVS repository</a>&nbsp;<a href="../tasks/tasks-117.htm"><br>
   Sharing a new project using CVS</a><a href="../tasks/tasks-100a.htm"><br>
 Branching</a><a href="../tasks/tasks-115.htm"><br>
@@ -58,14 +58,14 @@
 </p>
 
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </p>
Index: concepts/concepts-27c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-27c.htm,v
retrieving revision 1.16
diff -u -r1.16 concepts-27c.htm
--- concepts/concepts-27c.htm	23 Jun 2004 23:44:29 -0000	1.16
+++ concepts/concepts-27c.htm	10 Nov 2004 21:14:56 -0000
@@ -33,7 +33,7 @@
  </div>
    
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
 <br>
  <a href="concepts-26.htm">Team programming with CVS</a> <a
  href="concepts-27b.htm"><br>
@@ -42,17 +42,17 @@
  </a><a href="concepts-17a.htm">Local history</a></p>
    
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
  <br>
 <a href="../tasks/tasks-92.htm">Creating a CVS repository location</a> </p>
    
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
 <br><a href="../reference/ref-47.htm"> CVS</a> <br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a> </p>
   
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
   
 </body>
Index: concepts/concepts-29.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-29.htm,v
retrieving revision 1.25
diff -u -r1.25 concepts-29.htm
--- concepts/concepts-29.htm	28 Oct 2004 15:39:04 -0000	1.25
+++ concepts/concepts-29.htm	10 Nov 2004 21:14:56 -0000
@@ -53,15 +53,15 @@
   as differences.&nbsp;Conflicts are shown in red, incoming changes in blue, and 
   outgoing changes in gray. </p>
   
-<p class="Para"> <img src="../images/Image49_3_way_compare.gif" alt="Synchronize View with 3 way compare" border="0" width="642" height="288">
+<p class="Para"> <img src="../images/Image49_3_way_compare.gif" alt="Synchronize View with 3 way compare" border="0" >
    </p>
        
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
 <br><a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a></p>
        
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
   <a href="../tasks/tasks-92.htm"><br>
    </a><a href="../tasks/tasks-68.htm">Comparing resources</a> <a
  href="../tasks/tasks-115.htm"><br>
@@ -74,13 +74,13 @@
  href="../tasks/tasks-101.htm"><br>
    Comparing resources with repository versions</a> </p>
        
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 <br><a href="../reference/ref-33.htm">CVS Synchronize view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: concepts/concepts-30.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-30.htm,v
retrieving revision 1.15
diff -u -r1.15 concepts-30.htm
--- concepts/concepts-30.htm	23 Jun 2004 23:44:29 -0000	1.15
+++ concepts/concepts-30.htm	10 Nov 2004 21:14:56 -0000
@@ -47,14 +47,14 @@
 work. </p>
      
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
  <br>
   <a href="concepts-26.htm">Team programming with CVS</a>
   <a href="concepts-27b.htm"><br>Branches</a>
 </p>
      
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
  <a href="../tasks/tasks-115.htm"><br>
   Synchronizing with the repository</a><a href="../tasks/tasks-113.htm"><br>
 Updating</a><a href="../tasks/tasks-113b.htm"><br>
@@ -62,13 +62,13 @@
   Merging from a branch</a><a href="../tasks/tasks-114.htm"><br>
 Committing</a> </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-33.htm">CVS Synchronize view</a>
 </p>
    
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
      
Index: concepts/concepts-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-4.htm,v
retrieving revision 1.16
diff -u -r1.16 concepts-4.htm
--- concepts/concepts-4.htm	24 Jun 2004 13:06:54 -0000	1.16
+++ concepts/concepts-4.htm	10 Nov 2004 21:14:56 -0000
@@ -25,11 +25,11 @@
 later.&nbsp;&nbsp;</p>
 <P CLASS="Para" Label=Type>You can set your Workbench preferences to open
 perspectives in the same window or in a new window.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="concepts-2.htm">Workbench</a><br>
 <a href="concepts-6.htm">Editors</a><br>
 <a href="concepts-5.htm">Views</a></p>
-<P CLASS="Para" Label=Type><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><a href="../tasks/tasks-9f.htm"><br>
+<P CLASS="Para" Label=Type><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><a href="../tasks/tasks-9f.htm"><br>
 Opening perspectives<br>
 </a><a href="../tasks/tasks-3.htm">Opening views</a><br>
 <a href="../tasks/tasks-24.htm">Changing where perspectives open<br></a>
@@ -39,7 +39,7 @@
   <a href="../tasks/tasks-9i.htm">Saving a user defined perspective</a><a href="../tasks/tasks-9j.htm"><br>
 Resetting perspectives</a></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: concepts/concepts-5.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-5.htm,v
retrieving revision 1.13
diff -u -r1.13 concepts-5.htm
--- concepts/concepts-5.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/concepts-5.htm	10 Nov 2004 21:14:56 -0000
@@ -24,13 +24,13 @@
 opening and closing views and by docking them in different
 positions in the Workbench window.&nbsp; </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-4.htm">Perspectives</a><br>
 <a href="concepts-21.htm">Fast views</a><br>
 <a href="concepts-6.htm">Editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-3.htm">Opening views</a><br>
 <a href="../tasks/tasks-3e.htm">Moving and docking views</a><br>
 <a href="../tasks/tasks-9b.htm">Creating fast views</a><br>
@@ -39,7 +39,7 @@
 <a href="../tasks/tasks-9j.htm">Resetting perspectives</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-6.htm,v
retrieving revision 1.13
diff -u -r1.13 concepts-6.htm
--- concepts/concepts-6.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/concepts-6.htm	10 Nov 2004 21:14:56 -0000
@@ -36,7 +36,7 @@
 <P CLASS="Para" Label=Type>
 Here is an example of a text editor in the Workbench:</P>
 <P CLASS="Para" Label=Type> 
-<img src="../images/Image5_text_editor.gif" alt="Text editor" border="0" width="600" height="445"></P>
+<img src="../images/Image5_text_editor.gif" alt="Text editor" border="0" ></P>
 <P>&nbsp;The gray border at the left margin of the editor area may contain
 icons that flag errors, warnings, or problems detected by the system. Icons also
 appear if you have created bookmarks, added breakpoints for debugging, or
@@ -45,7 +45,7 @@
 </P>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><a href="concepts-2.htm"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><a href="concepts-2.htm"><br>
 Workbench<br>
 </a><a href="concepts-6a.htm">External editors</a><a href="cbookmrk.htm"><br>
 Bookmarks</a><a href="ctskview.htm"><br>
@@ -54,14 +54,14 @@
 Navigator view</a></p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-46.htm">Opening files for editing</a><br>
 <a href="../tasks/tasks-51.htm">Associating editors with file types</a><br>
 <a href="../tasks/tasks-52.htm">Editing files outside the Workbench</a></p>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-6a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-6a.htm,v
retrieving revision 1.10
diff -u -r1.10 concepts-6a.htm
--- concepts/concepts-6a.htm	23 Jun 2004 23:44:29 -0000	1.10
+++ concepts/concepts-6a.htm	10 Nov 2004 21:14:56 -0000
@@ -18,15 +18,15 @@
 &quot;editor&quot; for HTML files is a Web browser. If there is no other editor
 associated with .htm and .html files in the Workbench, then opening an HTML file from the
 Workbench would cause the file to be opened in a separate browser session.</P>
-<P CLASS="Para" Label=Type><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><a href="concepts-2.htm"><br>
+<P CLASS="Para" Label=Type><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><a href="concepts-2.htm"><br>
 </a><a href="concepts-6.htm">
 Editors</a></P>
-<P CLASS="Para" Label=Type>&nbsp;<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P CLASS="Para" Label=Type>&nbsp;<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-46.htm">Opening files for editing</a><br>
 <a href="../tasks/tasks-51.htm">Associating editors with file types</a><br>
 <a href="../tasks/tasks-52.htm">Editing files outside the Workbench</a></P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-activites.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-activites.htm,v
retrieving revision 1.3
diff -u -r1.3 concepts-activites.htm
--- concepts/concepts-activites.htm	23 Jun 2004 23:44:29 -0000	1.3
+++ concepts/concepts-activites.htm	10 Nov 2004 21:14:56 -0000
@@ -17,13 +17,13 @@
   Should the user attempt to employ an action that has been disabled a prompt 
   will appear confirming the enablement of the action, thus providing new functions 
   to the Workbench as they are required by the user. </P>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="../tasks/tasks-activites.htm">Activities Example</a><br>
 </P>
-<p> <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p> <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
   <a href="../reference/ref-activitiespref.htm">Capabilities</a></P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: concepts/concepts-antsupport.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-antsupport.htm,v
retrieving revision 1.15
diff -u -r1.15 concepts-antsupport.htm
--- concepts/concepts-antsupport.htm	23 Jun 2004 23:44:29 -0000	1.15
+++ concepts/concepts-antsupport.htm	10 Nov 2004 21:14:56 -0000
@@ -30,18 +30,18 @@
 runtime preference page, under <b>Window &gt; Preferences &gt; Ant &gt; Runtime</b>.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-22.htm">Builds</a><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a>
 </p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-ant-running.htm">Running Ant buildfiles</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
 <a href="../tasks/tasks-ant-addtasksandtypes.htm">Adding new Ant tasks and types</a><br>
 <a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a><br>
 <a href="../tasks/antRunner.htm">antRunner application entry point</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-antprefs.htm">Ant preferences</a><br>
 <a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a><br>
 <a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a><br>
@@ -50,7 +50,7 @@
 <a href="../reference/ref-anticons.htm">External Tools and Ant icons</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/concepts-cvs-watch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-cvs-watch.htm,v
retrieving revision 1.6
diff -u -r1.6 concepts-cvs-watch.htm
--- concepts/concepts-cvs-watch.htm	23 Jun 2004 23:44:29 -0000	1.6
+++ concepts/concepts-cvs-watch.htm	10 Nov 2004 21:14:56 -0000
@@ -32,20 +32,20 @@
   already editing a file. This allows you to find out who is working on a file 
   before you start to edit it.</p>
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
  <br>
   <a href="concepts-26.htm">Team programming with CVS</a> </p>
      
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27"> <a href="../tasks/tasks-cvs-watch.htm"><br>
+ > <a href="../tasks/tasks-cvs-watch.htm"><br>
   Finding out who's working on what: watch/edit</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br>
   <a href="../reference/ref-47.htm">CVS</a> </p>
    
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
      
 </body>
Index: concepts/concepts-exttools.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/concepts-exttools.htm,v
retrieving revision 1.9
diff -u -r1.9 concepts-exttools.htm
--- concepts/concepts-exttools.htm	23 Jun 2004 23:44:29 -0000	1.9
+++ concepts/concepts-exttools.htm	10 Nov 2004 21:14:56 -0000
@@ -211,17 +211,17 @@
 </table></center>
 </p>
 
-<p><br><img src="../images/ngrelc.gif" alt="Related concepts" border="0" width="159" height="27">
+<p><br><img src="../images/ngrelc.gif" alt="Related concepts" border="0" >
 <br><a href="concepts-antsupport.htm">Ant support</a>
 <br><a href="concepts-22.htm">Builds</a>
-<p><img src="../images/ngrelr.gif" alt="Related reference" BORDER=0 width="159" height="27">
+<p><img src="../images/ngrelr.gif" alt="Related reference" BORDER=0 >
 <br><a href="../reference/ref-exttoolsprefs.htm">External Tools preferences</a><br>
 <a href="../reference/ref-anticons.htm">External Tools and Ant icons</a>
-<p><img src="../images/ngrelt.gif" alt="Related tasks" BORDER=0 width="159" height="27">
+<p><img src="../images/ngrelt.gif" alt="Related tasks" BORDER=0 >
 <br><a href="../tasks/tasks-exttools-running.htm">Running external tools</a>
 <br><a href="../tasks/tasks-ant-running.htm">Running Ant buildfiles</a>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: concepts/coutline.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/coutline.htm,v
retrieving revision 1.13
diff -u -r1.13 coutline.htm
--- concepts/coutline.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/coutline.htm	10 Nov 2004 21:14:56 -0000
@@ -17,22 +17,22 @@
   source file, the structural elements are classes, fields, and methods. The contents 
   of the toolbar are also editor specific. </p>
 
-<P><img src="../images/ref-8.gif" alt="Picture of Outline view showing structure for a Java file" border="0" width="150" height="204"> 
+<P><img src="../images/ref-8.gif" alt="Picture of Outline view showing structure for a Java file" border="0" > 
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-5.htm">Views</a><br>
 <a href="concepts-4.htm">Perspectives</a><br>
 <a href="concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-3.htm">Opening views</a><br>
 <a href="../tasks/tasks-3e.htm">Moving and docking views</a><br>
 <a href="../tasks/tasks-9b.htm">Creating fast views</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: concepts/cpathvars.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cpathvars.htm,v
retrieving revision 1.4
diff -u -r1.4 cpathvars.htm
--- concepts/cpathvars.htm	23 Jun 2004 23:44:29 -0000	1.4
+++ concepts/cpathvars.htm	10 Nov 2004 21:14:56 -0000
@@ -33,21 +33,21 @@
 You can create new path variables and edit and remove existing path variables on the 
 <b>Window > Preferences > Workbench > Linked Resources</b> <a href="../reference/ref-14b.htm">preference page</a>.
 </p>
-<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="concepts-13.htm">Linked resources</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-45.htm">Creating linked resources</a><br>
 <a href="../tasks/tasks-49.htm">Viewing resource properties</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br>
   <a href="../reference/ref-14b.htm">Linked resources</a> </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/cpropview.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cpropview.htm,v
retrieving revision 1.11
diff -u -r1.11 cpropview.htm
--- concepts/cpropview.htm	23 Jun 2004 23:44:29 -0000	1.11
+++ concepts/cpropview.htm	10 Nov 2004 21:14:56 -0000
@@ -15,7 +15,7 @@
 as a resource.
 Here is an example:</P>
 <P CLASS="Para">
-<img src="../images/Image240_props_view.gif" alt="Picture of a Properties sheet with 3 columns, including a column for property and a column for value." border="0" width="212" height="225"></P>
+<img src="../images/Image240_props_view.gif" alt="Picture of a Properties sheet with 3 columns, including a column for property and a column for value." border="0" ></P>
 <P CLASS="Para">Toolbar buttons allow you to toggle to display
 properties by category or to filter advanced properties. Another
 toolbar button allows you to restore the selected property to its default value.</P>
@@ -25,7 +25,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/csearchview.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/csearchview.htm,v
retrieving revision 1.13
diff -u -r1.13 csearchview.htm
--- concepts/csearchview.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/csearchview.htm	10 Nov 2004 21:14:56 -0000
@@ -16,7 +16,7 @@
 <p>
 Here is what the Search view looks like:</p>
 <p>
-<img src="../images/Image237_search_view.gif" alt="Search View" border="0" width="236" height="168"></p>
+<img src="../images/Image237_search_view.gif" alt="Search View" border="0" ></p>
 <h2>
 Toolbar</h2>
 <p>The toolbar in the Search view contains the following buttons:</p>
@@ -34,22 +34,22 @@
 </dl>
 
 <p><br>
-<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <a href="concepts-12.htm"><br>Resources</a>&nbsp;
 <br>
 <a href="concepts-5.htm">Views</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-84.htm">Searching for text within a file</a><br>
 <a href="../tasks/tasks-84b.htm">Searching for files</a>
 <br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br><a href="../reference/ref-26.htm">Search view</a><br><a href="../reference/ref-45.htm">File search</a><br></p>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br><a href="../reference/ref-26.htm">Search view</a><br><a href="../reference/ref-45.htm">File search</a><br></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: concepts/ctskview.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/ctskview.htm,v
retrieving revision 1.19
diff -u -r1.19 ctskview.htm
--- concepts/ctskview.htm	23 Jun 2004 23:44:29 -0000	1.19
+++ concepts/ctskview.htm	10 Nov 2004 21:14:56 -0000
@@ -20,7 +20,7 @@
 record reminders to follow up on something later, add it to the tasks view. When you add a task manually, you have the option of
 associating it with a resource so that you can use the Tasks view to quickly
 open that resource for editing.</P>
-<p><img src="../images/Image243_tasks_view.gif" alt="Picture of the Tasks view with two dummy tasks added to it." border="0" width="409" height="142"></p>
+<p><img src="../images/Image243_tasks_view.gif" alt="Picture of the Tasks view with two dummy tasks added to it." border="0" ></p>
 <p CLASS="Head">
 The first column of the Tasks view displays an icon that denotes the type of line
 item. You can sort and filter line items in the task view, to view only
@@ -30,10 +30,10 @@
 By default, the Tasks view is included in the Resource perspective. To add it
 to the current perspective, click <b>Window &gt; Show View &gt; Tasks</b>.
 </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
   <a href="cbookmrk.htm">Bookmarks</a> </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-3.htm">Opening views</a><br>
 <a href="../tasks/tasks-3e.htm">Moving and docking views</a><br>
 <a href="../tasks/tasks-77.htm">Adding line items in the Tasks view</a><br>
@@ -45,11 +45,11 @@
 <a href="../tasks/tasks-78.htm">Deleting tasks</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-31.htm">Tasks view</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: concepts/cworkset.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/cworkset.htm,v
retrieving revision 1.14
diff -u -r1.14 cworkset.htm
--- concepts/cworkset.htm	23 Jun 2004 23:44:29 -0000	1.14
+++ concepts/cworkset.htm	10 Nov 2004 21:14:56 -0000
@@ -35,7 +35,7 @@
 
 <P CLASS="Para" Label=Type>
 &nbsp;
-<img src="../images/Image87_workset_sel.gif" alt="Picture of working set selection dialog" border="0" width="282" height="380">
+<img src="../images/Image87_workset_sel.gif" alt="Picture of working set selection dialog" border="0" >
 </P>
 
 <P CLASS="Para" Label=Type>&nbsp;
@@ -50,7 +50,7 @@
 
 <P CLASS="Para" Label=Type>
 &nbsp;
-<img src="../images/Image88_workset_new_type.gif" alt="Picture of type selection page of new working set wizard" border="0" width="438" height="448">
+<img src="../images/Image88_workset_new_type.gif" alt="Picture of type selection page of new working set wizard" border="0" >
 </P>
 
 <P CLASS="Para" Label=Type>&nbsp;
@@ -66,7 +66,7 @@
 
 <P CLASS="Para" Label=Type>
 &nbsp;
-<img src="../images/Image89_workset_new_res.gif" alt="Picture of edit page of working set wizard" border="0" width="438" height="491">
+<img src="../images/Image89_workset_new_res.gif" alt="Picture of edit page of working set wizard" border="0" >
 </P>
 
 <P CLASS="Para" Label=Type>&nbsp;
@@ -81,16 +81,16 @@
     you have to explicitly add them to the working set. </P>
 </DIV>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="cnav.htm">Navigator view</a><br>
 <a href="ctskview.htm">Tasks view</a><br>
 </p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks." ><br>
 <a href="../tasks/tasks-84.htm">Searching for text within a file</a><br>
 <a href="../tasks/tasks-48b.htm">Showing or hiding resources in the Navigator view</a><br>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: concepts/no_help_exists.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/no_help_exists.htm,v
retrieving revision 1.7
diff -u -r1.7 no_help_exists.htm
--- concepts/no_help_exists.htm	23 Jun 2004 23:44:29 -0000	1.7
+++ concepts/no_help_exists.htm	10 Nov 2004 21:14:56 -0000
@@ -12,7 +12,7 @@
 <p CLASS="Head">There are no available help topics associated with this
 item.&nbsp;&nbsp;&nbsp;</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: concepts/accessibility/accessmain.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/accessibility/accessmain.htm,v
retrieving revision 1.13
diff -u -r1.13 accessmain.htm
--- concepts/accessibility/accessmain.htm	23 Jun 2004 23:44:29 -0000	1.13
+++ concepts/accessibility/accessmain.htm	10 Nov 2004 21:14:56 -0000
@@ -42,15 +42,15 @@
  <p><strong>Note: </strong>The Accessibility features mentioned in 
  this document apply to the Windows operating system.
  </p>
- <p><img src="../../images/ngrelt.gif" alt="Related tasks" border="0" width="159" height="27"><a href="navigation.htm"><br>
+ <p><img src="../../images/ngrelt.gif" alt="Related tasks" border="0" ><a href="navigation.htm"><br>
  Navigating the user interface using the keyboard</a></p>
- <p><img src="../../images/ngrelr.gif" alt="Related references" border="0" width="159" height="27"><br>
+ <p><img src="../../images/ngrelr.gif" alt="Related references" border="0" ><br>
  <a href="keyboardshortcuts.htm">Keys</a><br>
   <a href="fontsandcolors.htm">Font and color settings in Eclipse</a></p>
 
  
 <p>
-   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: concepts/accessibility/colordialog.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/accessibility/colordialog.htm,v
retrieving revision 1.3
diff -u -r1.3 colordialog.htm
--- concepts/accessibility/colordialog.htm	23 Jun 2004 23:44:29 -0000	1.3
+++ concepts/accessibility/colordialog.htm	10 Nov 2004 21:14:56 -0000
@@ -527,7 +527,7 @@
 </table>
 
 <p>
-   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 
Index: concepts/accessibility/fontsandcolors.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/accessibility/fontsandcolors.htm,v
retrieving revision 1.22
diff -u -r1.22 fontsandcolors.htm
--- concepts/accessibility/fontsandcolors.htm	23 Jun 2004 23:44:29 -0000	1.22
+++ concepts/accessibility/fontsandcolors.htm	10 Nov 2004 21:14:56 -0000
@@ -16,7 +16,7 @@
   operating systems do not provide enough colors to handle all of the extra information 
   that colors and fonts provide in Eclipse.&nbsp;</p>
 <h2>Fonts</h2>
-<p><img src="../../images/accessibility_new_project.gif" alt="New Project Wizard" border="0" width="500" height="500"></p>
+<p><img src="../../images/accessibility_new_project.gif" alt="New Project Wizard" border="0" ></p>
 <p>There are 4 main fonts in use by the Eclipse platform. They are: </p>
 
 <dl>
@@ -74,7 +74,7 @@
     Constant strings, Tags, Comments)</li>
   <li><b>Team &gt; CVS &gt; Console</b> (Command line, Message, Error)</li>
 </ul>
-<h2><img src="../../images/win_only.gif" alt="Windows only" border="0" width="51" height="13">Accessibility 
+<h2><img src="../../images/win_only.gif" alt="Windows only" border="0" >Accessibility 
   and the Windows Color Dialog</h2>
 <p>For color selection, Eclipse uses a dialog provided by the operating system. 
   On windows, the color selection dialog does not respond properly to assitive 
@@ -91,19 +91,19 @@
     Dialog Reference</a> for a tables and values for these colors.<br>
   </li>
 </ol>
-<p><img src="../../images/ngrelt.gif" alt="Related tasks" border="0" width="159" height="27"><br>
+<p><img src="../../images/ngrelt.gif" alt="Related tasks" border="0" ><br>
 <a href="accessmain.htm">Accessibility Features in Eclipse</a><br>
 <a href="navigation.htm">Navigating the user interface by using the keyboard</a>
 </p>
 
-<p><img src="../../images/ngrelr.gif" alt="Related references" border="0" width="159" height="27"><br>
+<p><img src="../../images/ngrelr.gif" alt="Related references" border="0" ><br>
 <a href="keyboardshortcuts.htm">Keys</a><br>
 <a href="colordialog.htm"> Windows Color 
     Dialog Reference</a> 
 </p>
 
 <p>
-   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: concepts/accessibility/keyboardshortcuts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm,v
retrieving revision 1.33
diff -u -r1.33 keyboardshortcuts.htm
--- concepts/accessibility/keyboardshortcuts.htm	23 Jun 2004 23:44:29 -0000	1.33
+++ concepts/accessibility/keyboardshortcuts.htm	10 Nov 2004 21:14:57 -0000
@@ -105,7 +105,7 @@
 <p>
 Select <b>Window &gt; Preferences &gt; Workbench &gt; Keys</b> for the Keys preference page.
 </p>
-<p> <img src="../../images/keys1.gif" alt="Keys preference page showing Emacs as the active configuration and the Close command selected" width="864" height="655"> 
+<p> <img src="../../images/keys1.gif" alt="Keys preference page showing Emacs as the active configuration and the Close command selected" > 
 </p>
 In this example, we have chosen to select <em>Emacs</em> as the active configuration, 
 and have selected the command <code>Close</code> from the list of commands. Information 
@@ -131,7 +131,7 @@
   context. We click the 'Add' button to assign <code>Ctrl+W</code> to <code>Close</code>. </p>
  <p>
 Now we see <code>Ctrl+W</code> added to the list of key sequences assigned to 
-<code>Close</code>. Notice the small 'change' graphic <img src="../../images/change.gif" alt="Small graphic representing 'change'" width="19" height="19"> 
+<code>Close</code>. Notice the small 'change' graphic <img src="../../images/change.gif" alt="Small graphic representing 'change'" > 
 indicating that this key binding changes an existing key binding. Our new key 
 binding, makes sure that the <code>Ctrl+W</code> key binding for <code>Close</code>
 works in the <code>Emacs</code> key configuration.  The binding to <code>Cut</code>
@@ -139,20 +139,20 @@
 but not "in windows").  We can remove this change at any time by selecting our new key 
 binding and clicking the 'Remove' button. The previous assignment of <code>Ctrl+W</code> 
 to <code>Cut</code> will automatically be restored. 
-<p> <img src="../../images/keys3.gif" alt="Keys preference page showing the new assignment, including 'change' graphic" width="879" height="655"> 
+<p> <img src="../../images/keys3.gif" alt="Keys preference page showing the new assignment, including 'change' graphic" > 
 </p>
 By selecting the command <code>Cut</code>, we can see the results of our change. 
 Notice the graphic <img src="../../images/cross.gif" alt="Small graphic representing 'minus'" width= "20" height="17"> 
 indicating that the key binding was removed. We can restore this key binding at 
 any time by selecting it here and clicking the 'Restore' button, effectively removing 
 the new key binding we added in the previous step. 
-<p> <img src="../../images/keys4.gif" alt="Keys preference page showing the Cut command" width="879" height="655"> 
+<p> <img src="../../images/keys4.gif" alt="Keys preference page showing the Cut command" > 
 </p>
 Perhaps we choose to assign another key to <code>Cut</code> in the <em>Emacs</em> 
 configuration, say <code>Ctrl+Alt+W</code>. Adding this in the previous manner 
-above produces the following. Notice the small 'plus' graphic <img src="../../images/plus.gif" alt="Small graphic representing 'plus'" width="20" height="21"> 
+above produces the following. Notice the small 'plus' graphic <img src="../../images/plus.gif" alt="Small graphic representing 'plus'" > 
 indicating that the key binding was added by the user, and was previously unassigned: 
-<p> <img src="../../images/keys5.gif" alt="Keys preference page adding the key sequence Ctrl+Alt+W to Close" width="879" height="655"></p>
+<p> <img src="../../images/keys5.gif" alt="Keys preference page adding the key sequence Ctrl+Alt+W to Close" ></p>
 <h2>The Dynamic Nature of Key bindings</h2>
 <p>
 Key bindings are provided by plug-ins, and in Eclipse, plug-ins can be added or removed. This can cause key bindings declared by these plug-ins to be added or removed. Eclipse stores custom key bindings in a way to automatically compensate for this. Consider the example above where <code>Ctrl+Alt+W</code> was assigned to <code>Cut</code> in the <em>Emacs</em> configuration. Consider the user installs a new plug-in which assigns <code>Ctrl+Alt+W</code> to a particular command. Eclipse will preserve the user's assignment to <code>Cut</code>, but show the key binding with the small 'change' graphic instead of the 'plus' graphic.
@@ -188,13 +188,13 @@
 <p>
 For this type of conflict, the rule is that the <code>Ctrl+X</code> key sequence assigned to <code>Cut</code> would be ignored. Otherwise, it would not be possible to complete many of the key bindings in the <em>Emacs</em> configuration. 
 </p>
-<p><img src="../../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img src="../../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="accessmain.htm">Accessibility Features in Eclipse</a><br>
 <a href="../../tasks/tkeybindings.htm">Changing the key bindings</a><br>
 <a href="../chelpsys.htm">Online help system</a></p>
-<p><img src="../../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img src="../../images/ngrelr.gif" alt="Related references" ><br>
   <a href="fontsandcolors.htm">Font and color settings in Eclipse</a></p>
 <p>
-   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
Index: concepts/accessibility/navigation.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm,v
retrieving revision 1.24
diff -u -r1.24 navigation.htm
--- concepts/accessibility/navigation.htm	9 Aug 2004 16:06:58 -0000	1.24
+++ concepts/accessibility/navigation.htm	10 Nov 2004 21:14:57 -0000
@@ -93,15 +93,15 @@
   that
  is underlined.</p>
 
-<p><img src="../../images/ngrelc.gif" alt="Related concepts" border="0" width="159" height="27"><br>
+<p><img src="../../images/ngrelc.gif" alt="Related concepts" border="0" ><br>
   <a href="accessmain.htm">Accessibility features in Eclipse</a><br>
  <a href="../../tasks/tkeybindings.htm">Changing the key bindings</a><br>
  <a href="keyboardshortcuts.htm">Keys</a> <br>
 <a href="../chelpsys.htm">Online help system</a></p>
- <p><img src="../../images/ngrelr.gif" alt="Related references" border="0" width="159" height="27"><br>
+ <p><img src="../../images/ngrelr.gif" alt="Related references" border="0" ><br>
   <a href="fontsandcolors.htm">Font and color settings in Eclipse</a></p>
 
 <p>
-   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
Index: gettingStarted/no_help_exists.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/no_help_exists.htm,v
retrieving revision 1.6
diff -u -r1.6 no_help_exists.htm
--- gettingStarted/no_help_exists.htm	23 Jun 2004 23:59:49 -0000	1.6
+++ gettingStarted/no_help_exists.htm	10 Nov 2004 21:14:57 -0000
@@ -12,7 +12,7 @@
 <p CLASS="Head">There are no available help topics associated with this
 item.&nbsp;&nbsp;&nbsp;</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-01.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-01.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-01.htm
--- gettingStarted/qs-01.htm	23 Jun 2004 23:59:49 -0000	1.10
+++ gettingStarted/qs-01.htm	10 Nov 2004 21:14:57 -0000
@@ -16,7 +16,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-02a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-02a.htm,v
retrieving revision 1.24
diff -u -r1.24 qs-02a.htm
--- gettingStarted/qs-02a.htm	25 Jun 2004 00:02:58 -0000	1.24
+++ gettingStarted/qs-02a.htm	10 Nov 2004 21:14:57 -0000
@@ -36,7 +36,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-02b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-02b.htm,v
retrieving revision 1.28
diff -u -r1.28 qs-02b.htm
--- gettingStarted/qs-02b.htm	25 Jun 2004 00:02:58 -0000	1.28
+++ gettingStarted/qs-02b.htm	10 Nov 2004 21:14:57 -0000
@@ -50,7 +50,7 @@
   and the Navigator's title bar to no longer be blue, as shown below. The Outline view is now active. </p>
 <P CLASS="Intro"><img src="../images/Image2_active_editor.gif" width=450 height=386 alt="Welcome page selected" border="0">
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-02d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-02d.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-02d.htm
--- gettingStarted/qs-02d.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-02d.htm	10 Nov 2004 21:14:57 -0000
@@ -48,13 +48,13 @@
   in a file before moving to another one. Ctrl+F6 pops up a list of currently 
   selected editors, by default, the editor used before the current one is selected.
   (On the Macinosh, the accelerator is Command+F6.)</P>
-<P><img src="../images/win_only.gif" alt="Windows only" border="0" width="51" height="13">On 
+<P><img src="../images/win_only.gif" alt="Windows only" border="0" >On 
   Windows the Workbench will also attempt to launch the editor in-place as an 
   OLE document editor. For example, editing a DOC file will cause Microsoft Word 
   to be opened in-place within the Workbench if Microsoft Word is installed on 
   the machine. If Microsoft Word has not been installed, Word Pad will open instead.</P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-02e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-02e.htm,v
retrieving revision 1.29
diff -u -r1.29 qs-02e.htm
--- gettingStarted/qs-02e.htm	25 Jun 2004 00:02:58 -0000	1.29
+++ gettingStarted/qs-02e.htm	10 Nov 2004 21:14:57 -0000
@@ -35,7 +35,7 @@
   view's tab, allows the view to be manipulated in much the 
   same manner as the menu associated with the Workbench window.</P>
 <P CLASS="Para" align="center"><img src="../images/Image8_view.gif" width=281 height=171 alt="Navigator view menu, top left" border="0"></P>
-<P CLASS="Para">The second menu, called the "view pull-down menu", is accessed by clicking the down arrow <img src="../images/Image9_viewdownarrow.gif" alt="View down arrow" border="0" width="23" height="19">. 
+<P CLASS="Para">The second menu, called the "view pull-down menu", is accessed by clicking the down arrow <img src="../images/Image9_viewdownarrow.gif" alt="View down arrow" border="0" >. 
   The view pull-down menu typically contains operations that apply to the entire 
   contents of the view, but not to a specific item shown in the view. Operations 
   for sorting and filtering are commonly found on the view pull-down.&nbsp;</P>
@@ -56,7 +56,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-07a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-07a.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-07a.htm
--- gettingStarted/qs-07a.htm	23 Jun 2004 23:59:49 -0000	1.16
+++ gettingStarted/qs-07a.htm	10 Nov 2004 21:14:57 -0000
@@ -23,7 +23,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-07b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-07b.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-07b.htm
--- gettingStarted/qs-07b.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-07b.htm	10 Nov 2004 21:14:57 -0000
@@ -59,7 +59,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-07c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-07c.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-07c.htm
--- gettingStarted/qs-07c.htm	25 Jun 2004 00:02:58 -0000	1.21
+++ gettingStarted/qs-07c.htm	10 Nov 2004 21:14:57 -0000
@@ -39,7 +39,7 @@
   one of its folders. This is called a linked folder.</P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-07d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-07d.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-07d.htm
--- gettingStarted/qs-07d.htm	25 Jun 2004 00:02:58 -0000	1.21
+++ gettingStarted/qs-07d.htm	10 Nov 2004 21:14:57 -0000
@@ -110,7 +110,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-10b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-10b.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-10b.htm
--- gettingStarted/qs-10b.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-10b.htm	10 Nov 2004 21:14:57 -0000
@@ -56,7 +56,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-12.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-12.htm
--- gettingStarted/qs-12.htm	25 Jun 2004 00:02:58 -0000	1.18
+++ gettingStarted/qs-12.htm	10 Nov 2004 21:14:57 -0000
@@ -29,7 +29,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-12b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-12b.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-12b.htm
--- gettingStarted/qs-12b.htm	23 Jun 2004 23:59:49 -0000	1.14
+++ gettingStarted/qs-12b.htm	10 Nov 2004 21:14:57 -0000
@@ -41,7 +41,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-12c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-12c.htm,v
retrieving revision 1.25
diff -u -r1.25 qs-12c.htm
--- gettingStarted/qs-12c.htm	25 Jun 2004 00:02:58 -0000	1.25
+++ gettingStarted/qs-12c.htm	10 Nov 2004 21:14:57 -0000
@@ -42,7 +42,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-12d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-12d.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-12d.htm
--- gettingStarted/qs-12d.htm	25 Jun 2004 00:02:58 -0000	1.22
+++ gettingStarted/qs-12d.htm	10 Nov 2004 21:14:57 -0000
@@ -41,7 +41,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-13.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-13.htm
--- gettingStarted/qs-13.htm	28 Oct 2004 15:39:04 -0000	1.17
+++ gettingStarted/qs-13.htm	10 Nov 2004 21:14:57 -0000
@@ -25,7 +25,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-24a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-24a.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-24a.htm
--- gettingStarted/qs-24a.htm	28 Oct 2004 15:39:04 -0000	1.17
+++ gettingStarted/qs-24a.htm	10 Nov 2004 21:14:57 -0000
@@ -12,16 +12,16 @@
 Exporting files </h1>
 <P CLASS="Para"> &nbsp;Files can be exported from the Workbench either by:</P>
 <ul>
-  <li> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" width="51" height="13">dragging 
+  <li> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" >dragging 
     and dropping to the file system, or</li>
-  <li> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" width="51" height="13">copying 
+  <li> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" >copying 
     and pasting to the file system, or</li>
   <li> using the Export wizard.</li>
 </ul>
 <p>&nbsp;</p>
 <h2>
 Drag and drop or copy and paste</h2>
-<P CLASS="Para"> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" width="51" height="13"> 
+<P CLASS="Para"> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" > 
   The operating system's file system explorer can be used to export a copy of 
   a folder or file from the Workbench to the file system.</P>
 <ol>
@@ -89,7 +89,7 @@
   </li>
 </ol>
 <p>&nbsp;</p><p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-24b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-24b.htm,v
retrieving revision 1.20
diff -u -r1.20 qs-24b.htm
--- gettingStarted/qs-24b.htm	23 Jun 2004 23:59:49 -0000	1.20
+++ gettingStarted/qs-24b.htm	10 Nov 2004 21:14:57 -0000
@@ -10,7 +10,7 @@
 <BODY BGCOLOR="#ffffff">
 <h3>
 Drag and drop or copy and paste</h3>
-<P CLASS="Para"> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" width="51" height="13"> 
+<P CLASS="Para"> <img align="texttop" border="0" src="../images/win_only.gif" alt="Windows only" > 
   The operating system's file system explorer can be used to export a copy of 
   a folder or file from the Workbench to the file system.</P>
 <ol>
@@ -35,7 +35,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-24c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-24c.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-24c.htm
--- gettingStarted/qs-24c.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-24c.htm	10 Nov 2004 21:14:57 -0000
@@ -56,7 +56,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-31a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-31a.htm,v
retrieving revision 1.19
diff -u -r1.19 qs-31a.htm
--- gettingStarted/qs-31a.htm	23 Jun 2004 23:59:49 -0000	1.19
+++ gettingStarted/qs-31a.htm	10 Nov 2004 21:14:57 -0000
@@ -28,7 +28,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-31b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-31b.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-31b.htm
--- gettingStarted/qs-31b.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-31b.htm	10 Nov 2004 21:14:57 -0000
@@ -45,7 +45,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-31c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-31c.htm,v
retrieving revision 1.27
diff -u -r1.27 qs-31c.htm
--- gettingStarted/qs-31c.htm	25 Jun 2004 00:02:58 -0000	1.27
+++ gettingStarted/qs-31c.htm	10 Nov 2004 21:14:57 -0000
@@ -70,7 +70,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-32.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-32.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-32.htm
--- gettingStarted/qs-32.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-32.htm	10 Nov 2004 21:14:57 -0000
@@ -50,7 +50,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-34a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-34a.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-34a.htm
--- gettingStarted/qs-34a.htm	25 Jun 2004 00:02:58 -0000	1.17
+++ gettingStarted/qs-34a.htm	10 Nov 2004 21:14:57 -0000
@@ -17,7 +17,7 @@
   <li>
     External editors launched by the Workbench</li>
   <li>
-    Embedded OLE documents <img src="../images/win_only.gif" alt="Windows only" border="0" width="51" height="13"></li>
+    Embedded OLE documents <img src="../images/win_only.gif" alt="Windows only" border="0" ></li>
   <li>
     External editors launched without the Workbench's knowledge</li>
 </ul>
@@ -31,7 +31,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-34b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-34b.htm,v
retrieving revision 1.15
diff -u -r1.15 qs-34b.htm
--- gettingStarted/qs-34b.htm	23 Jun 2004 23:59:49 -0000	1.15
+++ gettingStarted/qs-34b.htm	10 Nov 2004 21:14:57 -0000
@@ -30,7 +30,7 @@
       (see previous sections) that is associated with a third party editor. Double 
       click again on this new file and the selected editor will open in its own 
       window.</P>
-<P CLASS="Para"><img src="../images/win_only.gif" alt="Windows only" border="0" width="51" height="13"><br>
+<P CLASS="Para"><img src="../images/win_only.gif" alt="Windows only" border="0" ><br>
       The Workbench supports OLE document editors, and some editors provide OLE 
       document support allowing it to be opened in its own window, or embedded 
       inside another window like the Workbench. This will be discussed in more 
@@ -40,7 +40,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-34c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-34c.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-34c.htm
--- gettingStarted/qs-34c.htm	23 Jun 2004 23:59:49 -0000	1.18
+++ gettingStarted/qs-34c.htm	10 Nov 2004 21:14:57 -0000
@@ -10,9 +10,9 @@
 <BODY BGCOLOR="#ffffff">
 <h3>
 Embedded editors</h3>
-<P CLASS="Para"> <img src="../images/win_only.gif" alt="Windows only" border="0" width="51" height="13">&nbsp;The 
+<P CLASS="Para"> <img src="../images/win_only.gif" alt="Windows only" border="0" >&nbsp;The 
   Workbench supports OLE document editors.</P>
-<P CLASS="Para"><img src="../images/Image619_ole.gif" alt="OLE document editor." border="0" width="659" height="168"></P>
+<P CLASS="Para"><img src="../images/Image619_ole.gif" alt="OLE document editor." border="0" ></P>
 <ol>
   <li>
 <P CLASS="Para">
@@ -42,7 +42,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-34d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-34d.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-34d.htm
--- gettingStarted/qs-34d.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-34d.htm	10 Nov 2004 21:14:57 -0000
@@ -55,7 +55,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-35.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-35.htm,v
retrieving revision 1.25
diff -u -r1.25 qs-35.htm
--- gettingStarted/qs-35.htm	28 Oct 2004 15:39:04 -0000	1.25
+++ gettingStarted/qs-35.htm	10 Nov 2004 21:14:57 -0000
@@ -48,7 +48,7 @@
       </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-35b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-35b.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-35b.htm
--- gettingStarted/qs-35b.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-35b.htm	10 Nov 2004 21:14:57 -0000
@@ -35,7 +35,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-35c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-35c.htm,v
retrieving revision 1.20
diff -u -r1.20 qs-35c.htm
--- gettingStarted/qs-35c.htm	25 Jun 2004 00:02:58 -0000	1.20
+++ gettingStarted/qs-35c.htm	10 Nov 2004 21:14:57 -0000
@@ -53,7 +53,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-35d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-35d.htm,v
retrieving revision 1.20
diff -u -r1.20 qs-35d.htm
--- gettingStarted/qs-35d.htm	25 Jun 2004 00:02:58 -0000	1.20
+++ gettingStarted/qs-35d.htm	10 Nov 2004 21:14:57 -0000
@@ -42,7 +42,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-36.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-36.htm,v
retrieving revision 1.20
diff -u -r1.20 qs-36.htm
--- gettingStarted/qs-36.htm	25 Jun 2004 00:02:58 -0000	1.20
+++ gettingStarted/qs-36.htm	10 Nov 2004 21:14:57 -0000
@@ -15,7 +15,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: gettingStarted/qs-36a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-36a.htm,v
retrieving revision 1.27
diff -u -r1.27 qs-36a.htm
--- gettingStarted/qs-36a.htm	25 Jun 2004 00:02:58 -0000	1.27
+++ gettingStarted/qs-36a.htm	10 Nov 2004 21:14:57 -0000
@@ -50,7 +50,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-36b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-36b.htm,v
retrieving revision 1.33
diff -u -r1.33 qs-36b.htm
--- gettingStarted/qs-36b.htm	28 Oct 2004 15:39:04 -0000	1.33
+++ gettingStarted/qs-36b.htm	10 Nov 2004 21:14:57 -0000
@@ -52,7 +52,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: gettingStarted/qs-37-2b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-2b.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-37-2b.htm
--- gettingStarted/qs-37-2b.htm	25 Jun 2004 00:02:58 -0000	1.18
+++ gettingStarted/qs-37-2b.htm	10 Nov 2004 21:14:57 -0000
@@ -24,7 +24,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-2d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-2d.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-37-2d.htm
--- gettingStarted/qs-37-2d.htm	24 Jun 2004 18:07:34 -0000	1.16
+++ gettingStarted/qs-37-2d.htm	10 Nov 2004 21:14:57 -0000
@@ -15,19 +15,19 @@
 unassociated task: </P>
 <ol>
   <li> 
-    <P CLASS="Para"> In the Tasks view, click the New Task button <img src="../images/Image52_new_task.gif" alt="New task button" border="0" width="25" height="24">. 
+    <P CLASS="Para"> In the Tasks view, click the New Task button <img src="../images/Image52_new_task.gif" alt="New task button" border="0" >. 
       A new task dialog appears. </P>
   </li>
   <li> 
     <P CLASS="Para"> Type a brief description for the task and press Enter. To 
       cancel the dialog while entering the description press Escape . The new 
       task appears in the Tasks view.</P>
-    <p CLASS="Para"><img src="../images/Image53_newtask.gif" alt="Tasks view" border="0" width="433" height="110"></li>
+    <p CLASS="Para"><img src="../images/Image53_newtask.gif" alt="Tasks view" border="0" ></li>
 </ol>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-2d2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-2d2.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-37-2d2.htm
--- gettingStarted/qs-37-2d2.htm	25 Jun 2004 00:02:58 -0000	1.21
+++ gettingStarted/qs-37-2d2.htm	10 Nov 2004 21:14:57 -0000
@@ -76,7 +76,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-2f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-2f.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-37-2f.htm
--- gettingStarted/qs-37-2f.htm	23 Jun 2004 23:59:49 -0000	1.11
+++ gettingStarted/qs-37-2f.htm	10 Nov 2004 21:14:57 -0000
@@ -24,7 +24,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-3b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-3b.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-37-3b.htm
--- gettingStarted/qs-37-3b.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-37-3b.htm	10 Nov 2004 21:14:57 -0000
@@ -17,7 +17,7 @@
   To show the Bookmarks view select <b>Window &gt; Show View &gt; Bookmarks</b> 
   while in the Resource perspective.</P>
 <blockquote>
-  <P>&nbsp;<img src="../images/Image54_bookmark1.gif" alt="Bookmarks view" border="0" width="365" height="105">
+  <P>&nbsp;<img src="../images/Image54_bookmark1.gif" alt="Bookmarks view" border="0" >
 </P>
 
 
@@ -25,7 +25,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-3c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-3c.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-37-3c.htm
--- gettingStarted/qs-37-3c.htm	25 Jun 2004 00:02:58 -0000	1.18
+++ gettingStarted/qs-37-3c.htm	10 Nov 2004 21:14:57 -0000
@@ -37,13 +37,13 @@
 Notice that a new bookmark appears in the marker bar.</P>
 <blockquote>
 <P CLASS="Para">
-<img src="../images/Image54_bookmark_added.gif" alt="Editor with bookmark" border="0" width="289" height="136">&nbsp;</P>
+<img src="../images/Image54_bookmark_added.gif" alt="Editor with bookmark" border="0" >&nbsp;</P>
 </blockquote>
 <P CLASS="Para">
 The new bookmark also appears in the Bookmarks view.</P>
 <blockquote>
 <P CLASS="Para">
-<img src="../images/Image54_bookmark_added2.gif" alt="Bookmark view" border="0" width="368" height="116"></P>
+<img src="../images/Image54_bookmark_added2.gif" alt="Bookmark view" border="0" ></P>
 </blockquote>
   </li>
   <li>
@@ -54,14 +54,14 @@
 bookmarks.</P>
 <blockquote>
 <P CLASS="Para">
-<img src="../images/Image54_bookmark_two.gif" alt="Bookmark view" border="0" width="365" height="105"></P>
+<img src="../images/Image54_bookmark_two.gif" alt="Bookmark view" border="0" ></P>
 </blockquote>
   </li>
 </ol>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-3e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-3e.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-37-3e.htm
--- gettingStarted/qs-37-3e.htm	23 Jun 2004 23:59:49 -0000	1.18
+++ gettingStarted/qs-37-3e.htm	10 Nov 2004 21:14:57 -0000
@@ -43,7 +43,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-37-3f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-37-3f.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-37-3f.htm
--- gettingStarted/qs-37-3f.htm	23 Jun 2004 23:59:49 -0000	1.18
+++ gettingStarted/qs-37-3f.htm	10 Nov 2004 21:14:57 -0000
@@ -17,14 +17,14 @@
     <P CLASS="Para"> In the Bookmarks view, select JanesFile.txt (the second bookmark 
       we created) and do one of the following:</P>
     <ul>
-      <li> Click the Delete button <img src="../images/Image54_bookmark_del1.gif" alt="Bookmark delete button" border="0" width="21" height="20"> 
+      <li> Click the Delete button <img src="../images/Image54_bookmark_del1.gif" alt="Bookmark delete button" border="0" > 
         on the view's toolbar. </li>
       <li> From the bookmark's context menu choose delete.</li>
       <li> Hit the Delete key on the keyboard.</li>
     </ul>
     <P CLASS="Para"> Notice that the bookmark is removed from the Bookmarks view.</P>
     <blockquote> 
-      <P CLASS="Para"> <img src="../images/Image54_bookmark_oneleft.gif" alt="Bookmark view" border="0" width="366" height="106"></P>
+      <P CLASS="Para"> <img src="../images/Image54_bookmark_oneleft.gif" alt="Bookmark view" border="0" ></P>
     </blockquote>
   </li>
   <li>There should be one remaining bookmark. This bookmark is associated with 
@@ -34,7 +34,7 @@
       <li>Use <b>Remove Bookmark</b> in the marker bar of the JanesFile.txt editor. 
         Remember, <b>Add Bookmark</b> was used <b></b>in the marker bar when the 
         bookmark was first created.<br>
-        <img src="../images/Image54_bookmark_remove2.gif" alt="Bookmark menu" border="0" width="295" height="174"></li>
+        <img src="../images/Image54_bookmark_remove2.gif" alt="Bookmark menu" border="0" ></li>
       <li>Delete the bookmark (as was done above) by using <b>Delete</b> from 
         the bookmark's popup menu in the Bookmarks view.</li>
     </ul>
@@ -47,7 +47,7 @@
   </li>
   <li> 
     <p CLASS="Head">In the Bookmarks view, select JanesFile.txt (the remaining 
-      bookmark). Click the Delete button <img src="../images/Image54_bookmark_del1.gif" alt="Bookmark delete button" border="0" width="21" height="20"> 
+      bookmark). Click the Delete button <img src="../images/Image54_bookmark_del1.gif" alt="Bookmark delete button" border="0" > 
       on the view's toolbar. Notice that the bookmark is removed from the Bookmarks 
       view and the JanesFile.txt editor.&nbsp; </p>
   </li>
@@ -55,7 +55,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-39.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-39.htm
--- gettingStarted/qs-39.htm	23 Jun 2004 23:59:49 -0000	1.22
+++ gettingStarted/qs-39.htm	10 Nov 2004 21:14:57 -0000
@@ -27,12 +27,12 @@
 <P>The Workbench should now look like this:&nbsp;&nbsp;&nbsp; </P>
 
 
-<P>&nbsp;<img src="../images/Image55_reset.gif" alt="Workbench after reset" border="0" width="727" height="476">
+<P>&nbsp;<img src="../images/Image55_reset.gif" alt="Workbench after reset" border="0" >
 </P>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-39c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39c.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-39c.htm
--- gettingStarted/qs-39c.htm	23 Jun 2004 23:59:49 -0000	1.18
+++ gettingStarted/qs-39c.htm	10 Nov 2004 21:14:57 -0000
@@ -20,7 +20,7 @@
 <TR>
 <TD height="38" valign="top" align="left">
 <P CLASS="Para">
-<img src="../images/drop_top_source.gif" alt="Up arrow" border="0" width="16" height="19">
+<img src="../images/drop_top_source.gif" alt="Up arrow" border="0" >
 </P>
 </TD>
       <TD height="38" valign="top" align="left"> <P CLASS="Para"> Dock above: 
@@ -31,7 +31,7 @@
 <TR>
 <TD height="38" valign="top" align="left">
 <P CLASS="Para">
-<img src="../images/drop_bottom_source.gif" alt="Down arrow" border="0" width="19" height="19">
+<img src="../images/drop_bottom_source.gif" alt="Down arrow" border="0" >
 </P>
 </TD>
       <TD height="38" valign="top" align="left"> <p CLASS="Para"> Dock below: 
@@ -40,7 +40,7 @@
 </TR>
 <TR>
 <TD height="38" valign="top" align="left">
-<P CLASS="Para"><img src="../images/drop_right_source.gif" alt="Right arrow" border="0" width="20" height="20">
+<P CLASS="Para"><img src="../images/drop_right_source.gif" alt="Right arrow" border="0" >
 </P>
 </TD>
       <TD height="38" valign="top" align="left"> <p CLASS="Para"> Dock to the right: 
@@ -50,7 +50,7 @@
 </TR>
 <TR>
 <TD height="38" valign="top" align="left">
-<img src="../images/drop_left_source.gif" alt="Left arrow" border="0" width="20" height="20">
+<img src="../images/drop_left_source.gif" alt="Left arrow" border="0" >
 </TD>
       <TD height="38" valign="top" align="left"> Dock to the left: If the mouse button 
         is released when a dock to the left cursor is displayed, the view will 
@@ -58,7 +58,7 @@
 </TR>
 <TR>
 <TD height="38" valign="top" align="left">
-<img src="../images/drop_stack.gif" alt="Stack icon" border="0" width="20" height="20">
+<img src="../images/drop_stack.gif" alt="Stack icon" border="0" >
 </TD>
       <TD height="38" valign="top" align="left"> Stack: If the mouse button is 
         released when a stack cursor is displayed, the view will appear as a tab 
@@ -66,7 +66,7 @@
 </TR>
 <TR>
 <TD height="38" valign="top" align="left">
-<img src="../images/drop_invalid_source.gif" alt="Restricted icon" border="0" width="21" height="21">
+<img src="../images/drop_invalid_source.gif" alt="Restricted icon" border="0" >
 </TD>
       <TD height="38" valign="top" align="left"> Restricted: If the mouse button 
         is released when a restricted cursor is displayed, the view will not dock 
@@ -77,7 +77,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-39d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39d.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-39d.htm
--- gettingStarted/qs-39d.htm	23 Jun 2004 23:59:49 -0000	1.16
+++ gettingStarted/qs-39d.htm	10 Nov 2004 21:14:57 -0000
@@ -43,7 +43,7 @@
 </ol>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-39e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39e.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-39e.htm
--- gettingStarted/qs-39e.htm	23 Jun 2004 23:59:49 -0000	1.22
+++ gettingStarted/qs-39e.htm	10 Nov 2004 21:14:57 -0000
@@ -58,12 +58,12 @@
       the layout if one editor is dragged and dropped below another.</P>
   </li>
 </ol>
-<P>&nbsp;<img src="../images/Image57_two_editors.gif" alt="Two editors" border="0" width="727" height="476"><br>
+<P>&nbsp;<img src="../images/Image57_two_editors.gif" alt="Two editors" border="0" ><br>
 </P>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-39f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39f.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-39f.htm
--- gettingStarted/qs-39f.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-39f.htm	10 Nov 2004 21:14:57 -0000
@@ -25,19 +25,19 @@
   <li>
 <P CLASS="Para">
 Click on the Navigator tab and drag it to the right of the Outline tab.</P>
-<P CLASS="Para"><img src="../images/Image60_tabs.gif" alt="tabs" border="0" width="148" height="28"></P>
+<P CLASS="Para"><img src="../images/Image60_tabs.gif" alt="tabs" border="0" ></P>
   </li>
   <li>
     <P CLASS="Para"> Once the cursor is to the right of the Outline tab and the 
       cursor is a stack cursor release the mouse button.</P>
 <P CLASS="Para">Observe the Navigator tab is now to the right of the Outline tab.</P>
-<P CLASS="Para"><img src="../images/Image60_tabs2.gif" alt="tabs" border="0" width="147" height="24"></P>
+<P CLASS="Para"><img src="../images/Image60_tabs2.gif" alt="tabs" border="0" ></P>
   </li>
 </ol>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-39g.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-39g.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-39g.htm
--- gettingStarted/qs-39g.htm	23 Jun 2004 23:59:49 -0000	1.14
+++ gettingStarted/qs-39g.htm	10 Nov 2004 21:14:57 -0000
@@ -22,7 +22,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-40.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-40.htm,v
retrieving revision 1.12
diff -u -r1.12 qs-40.htm
--- gettingStarted/qs-40.htm	23 Jun 2004 23:59:49 -0000	1.12
+++ gettingStarted/qs-40.htm	10 Nov 2004 21:14:57 -0000
@@ -20,7 +20,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-40a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-40a.htm,v
retrieving revision 1.20
diff -u -r1.20 qs-40a.htm
--- gettingStarted/qs-40a.htm	23 Jun 2004 23:59:49 -0000	1.20
+++ gettingStarted/qs-40a.htm	10 Nov 2004 21:14:57 -0000
@@ -30,7 +30,7 @@
       bar. </P>
 <P CLASS="Para">The shortcut bar now includes a button for the Navigator fast view </P>
 <blockquote>
-<P CLASS="Para"><img src="../images/Image60_fast_view1.gif" alt="Fast view" border="0" width="119" height="58"></P>
+<P CLASS="Para"><img src="../images/Image60_fast_view1.gif" alt="Fast view" border="0" ></P>
 </blockquote>
   </li>
 </ol>
@@ -40,7 +40,7 @@
 
 
 <blockquote> 
-  <P><img src="../images/Image61_fast_options.gif" alt="Navigator view menu" border="0" width="126" height="153"> 
+  <P><img src="../images/Image61_fast_options.gif" alt="Navigator view menu" border="0" > 
   </P>
 
 
@@ -48,7 +48,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-40b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-40b.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-40b.htm
--- gettingStarted/qs-40b.htm	23 Jun 2004 23:59:49 -0000	1.21
+++ gettingStarted/qs-40b.htm	10 Nov 2004 21:14:57 -0000
@@ -15,7 +15,7 @@
 <p CLASS="Head">Confirm that the shortcut bar at the bottom left of the window 
   still has the Navigator view and looks like this:</p>
 <blockquote>
-  <p CLASS="Head"><img src="../images/Image60_fast_view1.gif" alt="Fast view on shortcut bar" border="0" width="119" height="58"></p>
+  <p CLASS="Head"><img src="../images/Image60_fast_view1.gif" alt="Fast view on shortcut bar" border="0" ></p>
 </blockquote>
 <ol>
   <li> 
@@ -24,7 +24,7 @@
   <li> 
     <P CLASS="Para"> Observe the Navigator view slides out from the left side of the window.&nbsp; 
     </P>
-    <P CLASS="Para"> <img src="../images/Image61_nav_fast.gif" alt="Navigator view" border="0" width="227" height="221"></P>
+    <P CLASS="Para"> <img src="../images/Image61_nav_fast.gif" alt="Navigator view" border="0" ></P>
   </li>
   <li> 
     <p CLASS="Head">The Navigator fast view can be used as it would be normally.&nbsp;&nbsp;To 
@@ -35,7 +35,7 @@
   <li> 
     <P CLASS="Para"> To hide the fast view simply click on another view or editor 
       or click on the <b>Minimize</b> button on the fast view's toolbar </P>
-    <P CLASS="Para"> <img src="../images/Image61_fast_minimize.gif" alt="Minimize fast icon" border="0" width="208" height="59"> 
+    <P CLASS="Para"> <img src="../images/Image61_fast_minimize.gif" alt="Minimize fast icon" border="0" > 
     </P>
     <P CLASS="Para">&nbsp; </P>
     <P CLASS="Para"><b>Note:</b> If a file is opened from the Navigator fast view, 
@@ -53,7 +53,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-43.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-43.htm,v
retrieving revision 1.19
diff -u -r1.19 qs-43.htm
--- gettingStarted/qs-43.htm	24 Jun 2004 13:05:16 -0000	1.19
+++ gettingStarted/qs-43.htm	10 Nov 2004 21:14:57 -0000
@@ -32,12 +32,12 @@
   a specific type of task, or working with a specific type of resource.&nbsp;&nbsp; 
 </P>
 <P CLASS="Para">
-<img src="../images/Image1.gif" alt="Eclipse Workbench" border="0" width="530" height="454"> </P>
+<img src="../images/Image1.gif" alt="Eclipse Workbench" border="0" > </P>
 <P>&nbsp;</P>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-43b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-43b.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-43b.htm
--- gettingStarted/qs-43b.htm	23 Jun 2004 23:59:49 -0000	1.23
+++ gettingStarted/qs-43b.htm	10 Nov 2004 21:14:57 -0000
@@ -15,7 +15,7 @@
 <ul>
   <li>
     Using the Open Perspective button 
-    <img src="../images/Image70_shortcut2.gif" alt="Open Perspectives" border="0" width="23" height="23">
+    <img src="../images/Image70_shortcut2.gif" alt="Open Perspectives" border="0" >
     on the shortcut bar.</li>
   <li>
     Choosing a perspective from the <b>Window &gt; Open Perspective</b> menu.&nbsp;</li>
@@ -23,20 +23,20 @@
 <p>To open one by using the shortcut bar button:</p>
 <ol>
   <li> 
-    <p CLASS="Para">Click on the Open Perspective button <img src="../images/Image70_shortcut2.gif" alt="Open Perspectives" border="0" width="23" height="23">.&nbsp;</p>
+    <p CLASS="Para">Click on the Open Perspective button <img src="../images/Image70_shortcut2.gif" alt="Open Perspectives" border="0" >.&nbsp;</p>
   </li>
   <li> 
     <p CLASS="Head">A menu appears showing the same choices as shown on the <b>Window 
       &gt; Open Perspective</b> menu. Choose <b>Other</b> from the menu.</p>
     <blockquote> 
-      <p CLASS="Head"> <img src="../images/Image70_shortcut3.gif" alt="Open Perspective Menu" border="0" width="216" height="152"></p>
+      <p CLASS="Head"> <img src="../images/Image70_shortcut3.gif" alt="Open Perspective Menu" border="0" ></p>
     </blockquote>
   </li>
   <li> 
     <p CLASS="Para">In the Select Perspective dialog choose <b>Debug</b> and click 
       <b>OK</b>.&nbsp; 
     <blockquote> 
-      <p CLASS="Para"> <img src="../images/Image70_select_pers.gif" alt="Select Perspective" border="0" width="245" height="420"></blockquote>
+      <p CLASS="Para"> <img src="../images/Image70_select_pers.gif" alt="Select Perspective" border="0" ></blockquote>
     <p CLASS="Para">The Debug perspective is displayed.&nbsp;&nbsp;</p>
   </li>
   <li> 
@@ -53,7 +53,7 @@
       <li> 
         <p CLASS="Para">To disply the full name of the perspective right click 
           the perspective bar and check <strong>Show Text</strong>.<br>
-          <img src="../images/Image70_shortcut4.gif" alt="Debug Perspective" border="0" width="511" height="95"></li>
+          <img src="../images/Image70_shortcut4.gif" alt="Debug Perspective" border="0" ></li>
     </ul>
   </li>
   <li> 
@@ -63,7 +63,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-43c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-43c.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-43c.htm
--- gettingStarted/qs-43c.htm	23 Jun 2004 23:59:49 -0000	1.16
+++ gettingStarted/qs-43c.htm	10 Nov 2004 21:14:57 -0000
@@ -16,14 +16,14 @@
   This default behavior can be configured using <b>Window &gt; Preferences &gt; 
   Workbench &gt; Perspectives</b>.</p>
 <blockquote>
-<P>&nbsp;<img src="../images/Image71_pers_pref.gif" alt="Perspective preferences" border="0" width="545" height="458">
+<P>&nbsp;<img src="../images/Image71_pers_pref.gif" alt="Perspective preferences" border="0" >
 </P>
 
 
 </blockquote>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-43e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-43e.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-43e.htm
--- gettingStarted/qs-43e.htm	23 Jun 2004 23:59:49 -0000	1.22
+++ gettingStarted/qs-43e.htm	10 Nov 2004 21:14:57 -0000
@@ -30,7 +30,7 @@
       to the subsequent confirmation dialog. The new perspective layout will be 
       used if the perspective is reset or if a new one is opened.</p>
     <blockquote> 
-      <p CLASS="Para"><img src="../images/Image71_pers_save.gif" alt="Saving Perspective" border="0" width="273" height="409"></p>
+      <p CLASS="Para"><img src="../images/Image71_pers_save.gif" alt="Saving Perspective" border="0" ></p>
     </blockquote>
   </li>
   <li> 
@@ -66,7 +66,7 @@
     <p CLASS="Para">Select the <b>Resource</b> perspective and click the <b>Reset</b> 
       button and then Click <b>OK</b>. 
     <blockquote> 
-      <p CLASS="Para"><img src="../images/Image71_pers_reset.gif" alt="Reset Perspective" border="0" width="539" height="455"></blockquote>
+      <p CLASS="Para"><img src="../images/Image71_pers_reset.gif" alt="Reset Perspective" border="0" ></blockquote>
   </li>
   <li> 
     <p CLASS="Para">Any changes to the saved state of the perspective has now 
@@ -78,7 +78,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-43f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-43f.htm,v
retrieving revision 1.18
diff -u -r1.18 qs-43f.htm
--- gettingStarted/qs-43f.htm	23 Jun 2004 23:59:49 -0000	1.18
+++ gettingStarted/qs-43f.htm	10 Nov 2004 21:14:57 -0000
@@ -32,14 +32,14 @@
   <li>Check <b>Launch</b> and click <b>OK</b>.
         <blockquote>
           <p>
-          <img src="../images/Image71_pers_customize.gif" alt="Customizing Perspective" border="0" width="642" height="491"></p>
+          <img src="../images/Image71_pers_customize.gif" alt="Customizing Perspective" border="0" ></p>
         </blockquote>
       </li>
   <li>Observe that the toolbar now
         includes buttons for debug/run launching.
         
     <blockquote> 
-      <p> <img src="../images/Image71_pers_rundebug.gif" alt="Customized Perspective" border="0" width="77" height="49"></p>
+      <p> <img src="../images/Image71_pers_rundebug.gif" alt="Customized Perspective" border="0" ></p>
         </blockquote>
       </li>
   <li>
@@ -52,7 +52,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-52.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-52.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-52.htm
--- gettingStarted/qs-52.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-52.htm	10 Nov 2004 21:14:57 -0000
@@ -52,7 +52,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-52c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-52c.htm,v
retrieving revision 1.15
diff -u -r1.15 qs-52c.htm
--- gettingStarted/qs-52c.htm	23 Jun 2004 23:59:49 -0000	1.15
+++ gettingStarted/qs-52c.htm	10 Nov 2004 21:14:57 -0000
@@ -13,7 +13,7 @@
 <p CLASS="Head"> In the Navigator select file1.txt and file2.txt choose <b>Compare 
   With &gt; Each Other</b> from the context menu.&nbsp;</p>
 <p CLASS="Head"> A dialog will appear indicating that the two files are the same.&nbsp;</p>
-<p CLASS="Head"><img src="../images/Image80_compare.gif" alt="Compare popup" border="0" width="441" height="146"></p>
+<p CLASS="Head"><img src="../images/Image80_compare.gif" alt="Compare popup" border="0" ></p>
 <p CLASS="Head">Edit file1.txt as follows:</p>
 <ul>
   <li>
@@ -40,7 +40,7 @@
 <p>A special compare editor opens. The next section will explain how to use this 
   compare editor.</p>
 <blockquote> 
-  <P><img src="../images/Image80_compare_editor.gif" alt="Compare Editor" border="0" width="589" height="316"> 
+  <P><img src="../images/Image80_compare_editor.gif" alt="Compare Editor" border="0" > 
   </P>
 
 
@@ -48,7 +48,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-52d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-52d.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-52d.htm
--- gettingStarted/qs-52d.htm	23 Jun 2004 23:59:49 -0000	1.16
+++ gettingStarted/qs-52d.htm	10 Nov 2004 21:14:57 -0000
@@ -17,7 +17,7 @@
 <p CLASS="Head">If more room is needed to look at the comparison, the editor tab 
   can be double clicked to maximize the editor.&nbsp;</p>
 <p CLASS="Head">
-<img src="../images/Image80_compare_editor2.gif" alt="Compare editor" border="0" width="589" height="316">&nbsp;&nbsp;</p>
+<img src="../images/Image80_compare_editor2.gif" alt="Compare editor" border="0" >&nbsp;&nbsp;</p>
 <p CLASS="Head"> The numbered changes on the left side of the difference editor 
   are as follows:</p>
 <ul>
@@ -39,7 +39,7 @@
   and those items missing from the left side, it turns out not to be as tricky 
   as it first seems. 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-52e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-52e.htm,v
retrieving revision 1.19
diff -u -r1.19 qs-52e.htm
--- gettingStarted/qs-52e.htm	23 Jun 2004 23:59:49 -0000	1.19
+++ gettingStarted/qs-52e.htm	10 Nov 2004 21:14:57 -0000
@@ -14,16 +14,16 @@
   editor. This section demonstrates how to use the compare editor to resolve the 
   differences between the two files.</p>
 <p>
-<img src="../images/Image80_compare_editor.gif" alt="Compare editor" border="0" width="589" height="316"></p>
+<img src="../images/Image80_compare_editor.gif" alt="Compare editor" border="0" ></p>
 <p>There are two parts to the compare editor's local toolbar. Move to the next 
   or previous change using the right group of local toolbar buttons.&nbsp;</p>
 <blockquote>
 <p>
-<img src="../images/Image80_compare_editor3.gif" alt="Compare buttons" border="0" width="96" height="24"></p>
+<img src="../images/Image80_compare_editor3.gif" alt="Compare buttons" border="0" ></p>
 </blockquote>
 <ol>
   <li>Click the Select Next Change button&nbsp; 
-  <img src="../images/Image80_compare_editor_next.gif" alt="Compare editor next button" border="0" width="20" height="21">.
+  <img src="../images/Image80_compare_editor_next.gif" alt="Compare editor next button" border="0" >.
         Observe how it selects the next difference.</li>
   <li>
         <p CLASS="Para">Click Select Next
@@ -51,15 +51,15 @@
         <p CLASS="Para">Ensure that the second difference is selected (as shown
         below):</p>
         <p CLASS="Para">
-        <img src="../images/Image80_compare_change2.gif" alt="Compare editor" border="0" width="589" height="316"></p>
+        <img src="../images/Image80_compare_change2.gif" alt="Compare editor" border="0" ></p>
         </li>
   <li>
         
     <p CLASS="Para">Click&nbsp;<strong>Copy Current Change from Right to Left 
-      </strong><img src="../images/Image80_compare_rl.gif" alt="Compare editor right to left button" border="0" width="24" height="24">. 
+      </strong><img src="../images/Image80_compare_rl.gif" alt="Compare editor right to left button" border="0" >. 
       Observe that the selected text from the right file is copied to the left 
       file. 
-    <p CLASS="Para"><img src="../images/Image80_compare_after.gif" alt="Compare editor" border="0" width="589" height="316"></p>
+    <p CLASS="Para"><img src="../images/Image80_compare_after.gif" alt="Compare editor" border="0" ></p>
       </li>
   <li>
         
@@ -71,7 +71,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-55.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-55.htm,v
retrieving revision 1.17
diff -u -r1.17 qs-55.htm
--- gettingStarted/qs-55.htm	23 Jun 2004 23:59:49 -0000	1.17
+++ gettingStarted/qs-55.htm	10 Nov 2004 21:14:57 -0000
@@ -36,7 +36,7 @@
   <li>
 <P CLASS="Para">The Replace from Local History dialog opens and shows the 
 previous local history&nbsp; of the file.</P>
-<P CLASS="Para">&nbsp;<img src="../images/Image81_local.gif" alt="Local history" border="0" width="463" height="419"></P>
+<P CLASS="Para">&nbsp;<img src="../images/Image81_local.gif" alt="Local history" border="0" ></P>
     <P CLASS="Para">The left pane of the dialog contains the Workbench's copy 
       of the file. The figure above shows that the Workbench contains the copy 
       with all 3 lines - the same copy that is currently shown in the editor area 
@@ -64,7 +64,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-55b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-55b.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-55b.htm
--- gettingStarted/qs-55b.htm	23 Jun 2004 23:59:49 -0000	1.14
+++ gettingStarted/qs-55b.htm	10 Nov 2004 21:14:57 -0000
@@ -24,7 +24,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-60_team.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-60_team.htm,v
retrieving revision 1.13
diff -u -r1.13 qs-60_team.htm
--- gettingStarted/qs-60_team.htm	23 Jun 2004 23:59:49 -0000	1.13
+++ gettingStarted/qs-60_team.htm	10 Nov 2004 21:14:57 -0000
@@ -29,7 +29,7 @@
 </UL>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-60a_setup.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-60a_setup.htm,v
retrieving revision 1.13
diff -u -r1.13 qs-60a_setup.htm
--- gettingStarted/qs-60a_setup.htm	23 Jun 2004 23:59:49 -0000	1.13
+++ gettingStarted/qs-60a_setup.htm	10 Nov 2004 21:14:57 -0000
@@ -19,7 +19,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-61c_offline.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-61c_offline.htm,v
retrieving revision 1.16
diff -u -r1.16 qs-61c_offline.htm
--- gettingStarted/qs-61c_offline.htm	23 Jun 2004 23:59:49 -0000	1.16
+++ gettingStarted/qs-61c_offline.htm	10 Nov 2004 21:14:57 -0000
@@ -36,7 +36,7 @@
 <p>The Navigator should now appear as follows:</p>
 <blockquote>
   <p>
-  <img src="../images/Image82_nav.gif" alt="Navigator view" border="0" width="180" height="131"></p>
+  <img src="../images/Image82_nav.gif" alt="Navigator view" border="0" ></p>
 </blockquote>
   </li>
 </ol>
@@ -48,7 +48,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-61d_repoloca.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-61d_repoloca.htm,v
retrieving revision 1.12
diff -u -r1.12 qs-61d_repoloca.htm
--- gettingStarted/qs-61d_repoloca.htm	23 Jun 2004 23:59:49 -0000	1.12
+++ gettingStarted/qs-61d_repoloca.htm	10 Nov 2004 21:14:57 -0000
@@ -24,7 +24,7 @@
 </ol>
 </div>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-61d_repolocb.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-61d_repolocb.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-61d_repolocb.htm
--- gettingStarted/qs-61d_repolocb.htm	23 Jun 2004 23:59:49 -0000	1.22
+++ gettingStarted/qs-61d_repolocb.htm	10 Nov 2004 21:14:57 -0000
@@ -95,7 +95,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-61e_whatisloc.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-61e_whatisloc.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-61e_whatisloc.htm
--- gettingStarted/qs-61e_whatisloc.htm	23 Jun 2004 23:59:49 -0000	1.14
+++ gettingStarted/qs-61e_whatisloc.htm	10 Nov 2004 21:14:57 -0000
@@ -28,7 +28,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-61f_syncproject.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-61f_syncproject.htm,v
retrieving revision 1.24
diff -u -r1.24 qs-61f_syncproject.htm
--- gettingStarted/qs-61f_syncproject.htm	25 Jun 2004 00:02:58 -0000	1.24
+++ gettingStarted/qs-61f_syncproject.htm	10 Nov 2004 21:14:57 -0000
@@ -59,7 +59,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-62b_sync.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-62b_sync.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-62b_sync.htm
--- gettingStarted/qs-62b_sync.htm	23 Jun 2004 23:59:49 -0000	1.21
+++ gettingStarted/qs-62b_sync.htm	10 Nov 2004 21:14:57 -0000
@@ -24,7 +24,7 @@
   outgoing mode is automatically displayed to allow the user to quickly commit 
   changes. </P>
 <blockquote>
-  <P><img src="../images/Image82_repo_syncview.gif" alt="Synchronize - Release Mode" border="0" width="503" height="420"> 
+  <P><img src="../images/Image82_repo_syncview.gif" alt="Synchronize - Release Mode" border="0" > 
   </P>
 
 
@@ -51,7 +51,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-62c_releasing.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-62c_releasing.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-62c_releasing.htm
--- gettingStarted/qs-62c_releasing.htm	23 Jun 2004 23:59:49 -0000	1.22
+++ gettingStarted/qs-62c_releasing.htm	10 Nov 2004 21:14:57 -0000
@@ -19,7 +19,7 @@
     <P CLASS="Para"> In the <b>Structure Compare</b> list select file1.txt</P>
     . 
     <blockquote> 
-      <P CLASS="Para"> <img src="../images/Image82_repo_release.gif" alt="Structure Compare" border="0" width="348" height="148"></P>
+      <P CLASS="Para"> <img src="../images/Image82_repo_release.gif" alt="Structure Compare" border="0" ></P>
     </blockquote>
   </li>
   <li> 
@@ -28,7 +28,7 @@
   </li>
   <li>Observe that file1.txt is no longer in the list. 
     <blockquote> 
-      <p><img src="../images/Image82_repo_release2.gif" alt="Structure Compare" border="0" width="339" height="147"></p>
+      <p><img src="../images/Image82_repo_release2.gif" alt="Structure Compare" border="0" ></p>
     </blockquote>
     <p>In addition to committing individual resources the project can also be 
       selected and all of the changes in the project can be committed.</p>
@@ -43,7 +43,7 @@
     left of the window). 
     <blockquote> 
       <blockquote> 
-        <p><img src="../images/Image82_repo_res.gif" alt="Resource Perspective" border="0" width="324" height="79"></p>
+        <p><img src="../images/Image82_repo_res.gif" alt="Resource Perspective" border="0" ></p>
       </blockquote>
     </blockquote>
   </li>
@@ -58,13 +58,13 @@
     with Repository</b> again from the context menu. 
     <p>When the Synchronize view opens, there is only one change, the new file3.txt.</p>
     <blockquote> 
-      <p><img src="../images/Image82_repo_rel5.gif" alt="Outgoing mode" border="0" width="339" height="108"></p>
+      <p><img src="../images/Image82_repo_rel5.gif" alt="Outgoing mode" border="0" ></p>
     </blockquote>
   </li>
   <li>Select file3.txt, and choose <b>Commit</b> from the context menu. </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-64a_another.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64a_another.htm,v
retrieving revision 1.15
diff -u -r1.15 qs-64a_another.htm
--- gettingStarted/qs-64a_another.htm	23 Jun 2004 23:59:49 -0000	1.15
+++ gettingStarted/qs-64a_another.htm	10 Nov 2004 21:14:57 -0000
@@ -54,7 +54,7 @@
   </tbody>
 </table>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-64b_fredadd.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64b_fredadd.htm,v
retrieving revision 1.23
diff -u -r1.23 qs-64b_fredadd.htm
--- gettingStarted/qs-64b_fredadd.htm	25 Jun 2004 00:02:58 -0000	1.23
+++ gettingStarted/qs-64b_fredadd.htm	10 Nov 2004 21:14:57 -0000
@@ -68,7 +68,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-64b_fredmod.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64b_fredmod.htm,v
retrieving revision 1.24
diff -u -r1.24 qs-64b_fredmod.htm
--- gettingStarted/qs-64b_fredmod.htm	25 Jun 2004 00:02:58 -0000	1.24
+++ gettingStarted/qs-64b_fredmod.htm	10 Nov 2004 21:14:57 -0000
@@ -80,7 +80,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-64c_catch_mod.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64c_catch_mod.htm,v
retrieving revision 1.27
diff -u -r1.27 qs-64c_catch_mod.htm
--- gettingStarted/qs-64c_catch_mod.htm	25 Jun 2004 00:02:58 -0000	1.27
+++ gettingStarted/qs-64c_catch_mod.htm	10 Nov 2004 21:14:57 -0000
@@ -94,7 +94,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-64c_catch_sync2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64c_catch_sync2.htm,v
retrieving revision 1.26
diff -u -r1.26 qs-64c_catch_sync2.htm
--- gettingStarted/qs-64c_catch_sync2.htm	23 Jun 2004 23:59:49 -0000	1.26
+++ gettingStarted/qs-64c_catch_sync2.htm	10 Nov 2004 21:14:57 -0000
@@ -15,12 +15,12 @@
 <ol>
   <li>Confirm that the Synchronize view is in Incoming Mode (#1). If it is not 
     then press the Incoming Mode button on the local toolbar (#2). 
-    <p><img src="../images/Image83_jane5a.gif" alt="Incoming mode" border="0" width="503" height="457"></p>
+    <p><img src="../images/Image83_jane5a.gif" alt="Incoming mode" border="0" ></p>
   </li>
   <li>Open file1.txt (the incoming change) by double-clicking. The comparison 
     viewer shows that&nbsp;the repository copy of file1.txt has a new line inserted 
     (Fred-update). 
-    <p><img src="../images/Image83_jane4.gif" alt="Text Compare" border="0" width="469" height="113"></li>
+    <p><img src="../images/Image83_jane4.gif" alt="Text Compare" border="0" ></li>
   <li> 
     <p CLASS="Para"> From the context menu of file1.txt choose <b>Update</b>. 
       This will cause the Workbench to be updated with the repository copy of 
@@ -29,12 +29,12 @@
   <li>Select file2.txt. The comparison viewer shows that&nbsp;the repository copy 
     of file1.txt and the local copy of file1.txt have both had the exact same 
     line modified.&nbsp; 
-    <p><img src="../images/Image83_jane6a.gif" alt="Text Compare" border="0" width="467" height="96"></li>
+    <p><img src="../images/Image83_jane6a.gif" alt="Text Compare" border="0" ></li>
   <li>If the change seems suspicious, find out some more information about it. 
     To do this, first figure out who made the change and why. 
     <p>In the Structure compare pane of the Synchronize view select file2.txt 
       and choose <b>Show in Resource History</b> from the context menu.</p>
-    <p><img src="../images/Image84_reshist.gif" alt="Resource History" border="0" width="474" height="178"></p>
+    <p><img src="../images/Image84_reshist.gif" alt="Resource History" border="0" ></p>
   </li>
   <li>In the Resource History view (see above) there is a * next to version 1.1. 
     This indicates 1.1 is currently in the Workbench. It also shows that the repository 
@@ -53,13 +53,13 @@
     <p>The status bar shows that there is still one remaining outgoing change 
       to deal with.</p>
     <blockquote> 
-      <p><img src="../images/Image84_status.gif" alt="Status bar" border="0" width="387" height="17"></p>
+      <p><img src="../images/Image84_status.gif" alt="Status bar" border="0" ></p>
     </blockquote>
   </li>
 </ol>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-64c_catch_sync3_rel.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64c_catch_sync3_rel.htm,v
retrieving revision 1.24
diff -u -r1.24 qs-64c_catch_sync3_rel.htm
--- gettingStarted/qs-64c_catch_sync3_rel.htm	23 Jun 2004 23:59:49 -0000	1.24
+++ gettingStarted/qs-64c_catch_sync3_rel.htm	10 Nov 2004 21:14:57 -0000
@@ -15,13 +15,13 @@
   <li>Place the Synchronize view into outgoing mode by clicking on the Outgoing 
     Mode button (#1) and confirming that the title of the view now indicates Outgoing 
     Mode (#2). 
-    <p><img src="../images/Image84_relmode.gif" alt="Outgoing mode" border="0" width="475" height="138"></p>
+    <p><img src="../images/Image84_relmode.gif" alt="Outgoing mode" border="0" ></p>
       </li>
   <li>Open file3.txt (the outgoing change) by double-clicking.&nbsp; </li>
   <li>The comparison viewer shows that&nbsp;the local copy of file3.txt has a 
     change to the second line.&nbsp; The repository copy is shown in the right 
     pane. 
-    <p><img src="../images/Image84_jane.gif" alt="Text compare" border="0" width="474" height="110"></li>
+    <p><img src="../images/Image84_jane.gif" alt="Text compare" border="0" ></li>
   <li>From the context menu of file3.txt choose <b>Commit</b>. 
       Be sure to enter a meaningful description when prompted for one.&nbsp; 
     <p>The Workbench copy is now committed into the repository.</p>
@@ -36,7 +36,7 @@
   determine the specific changes each user was making and to quickly stay on top 
   of the ongoing changes being committed into the repository. </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-64c_catch_sync_view.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-64c_catch_sync_view.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-64c_catch_sync_view.htm
--- gettingStarted/qs-64c_catch_sync_view.htm	20 Jul 2004 19:18:55 -0000	1.22
+++ gettingStarted/qs-64c_catch_sync_view.htm	10 Nov 2004 21:14:58 -0000
@@ -93,7 +93,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-70_replace.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-70_replace.htm,v
retrieving revision 1.22
diff -u -r1.22 qs-70_replace.htm
--- gettingStarted/qs-70_replace.htm	25 Jun 2004 00:02:58 -0000	1.22
+++ gettingStarted/qs-70_replace.htm	10 Nov 2004 21:14:58 -0000
@@ -62,7 +62,7 @@
 similar manner by choosing the <b>Compare With</b> menu operation from
 a resource's context menu in the Navigator. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-74_review.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-74_review.htm,v
retrieving revision 1.15
diff -u -r1.15 qs-74_review.htm
--- gettingStarted/qs-74_review.htm	23 Jun 2004 23:59:49 -0000	1.15
+++ gettingStarted/qs-74_review.htm	10 Nov 2004 21:14:58 -0000
@@ -43,7 +43,7 @@
 completely different servers.&nbsp; </li>
 </ul>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-74_version.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-74_version.htm,v
retrieving revision 1.21
diff -u -r1.21 qs-74_version.htm
--- gettingStarted/qs-74_version.htm	23 Jun 2004 23:59:49 -0000	1.21
+++ gettingStarted/qs-74_version.htm	10 Nov 2004 21:14:58 -0000
@@ -33,7 +33,7 @@
   </li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: gettingStarted/qs-80_ant.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-80_ant.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-80_ant.htm
--- gettingStarted/qs-80_ant.htm	23 Jun 2004 23:59:49 -0000	1.8
+++ gettingStarted/qs-80_ant.htm	10 Nov 2004 21:14:58 -0000
@@ -29,7 +29,7 @@
 </UL>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-81_basics.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-81_basics.htm,v
retrieving revision 1.5
diff -u -r1.5 qs-81_basics.htm
--- gettingStarted/qs-81_basics.htm	23 Jun 2004 23:59:49 -0000	1.5
+++ gettingStarted/qs-81_basics.htm	10 Nov 2004 21:14:58 -0000
@@ -15,7 +15,7 @@
   be discussed in this section.</P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-82_create.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-82_create.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-82_create.htm
--- gettingStarted/qs-82_create.htm	23 Jun 2004 23:59:49 -0000	1.8
+++ gettingStarted/qs-82_create.htm	10 Nov 2004 21:14:58 -0000
@@ -24,7 +24,7 @@
   the plug-in.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-83_edit.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-83_edit.htm,v
retrieving revision 1.14
diff -u -r1.14 qs-83_edit.htm
--- gettingStarted/qs-83_edit.htm	23 Jun 2004 23:59:49 -0000	1.14
+++ gettingStarted/qs-83_edit.htm	10 Nov 2004 21:14:58 -0000
@@ -38,7 +38,7 @@
     </blockquote>
     <p>&lt;/project&gt; </p>
     <p>&nbsp;</p>
-    <p><img src="../images/Image600_editor_first_targe.gif" alt="HelloWorld file content" border="0" width="529" height="342"></p>
+    <p><img src="../images/Image600_editor_first_targe.gif" alt="HelloWorld file content" border="0" ></p>
   </li>
   <li>Notice the syntax coloring for property values.</li>
   <li>Begin to enter a second target by typing '&lt;tar', then hit Ctrl-Space 
@@ -52,7 +52,7 @@
   <li>Save the changes to HelloWorld.xml.</li>
   <li>Make the Outline view visible and notice that there are entries for each 
     property and each target. In addition, each task under a target has an entry.<br>
-    <img src="../images/Image601_outline_hello.gif" alt="Outline view for an Ant buildfile" border="0" width="178" height="167"></li>
+    <img src="../images/Image601_outline_hello.gif" alt="Outline view for an Ant buildfile" border="0" ></li>
   <li>Clicking on an entry in the Outline view will scroll the editor to that 
     entry. In addition, when the Outline view has focus, typing a character will 
     move the selection in the Outline view to the next visible entry beginning 
@@ -71,7 +71,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-84_run_ant.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-84_run_ant.htm,v
retrieving revision 1.12
diff -u -r1.12 qs-84_run_ant.htm
--- gettingStarted/qs-84_run_ant.htm	25 Jun 2004 00:02:58 -0000	1.12
+++ gettingStarted/qs-84_run_ant.htm	10 Nov 2004 21:14:58 -0000
@@ -33,7 +33,7 @@
   and other times so that the World target is first, the dialog does not need 
   to be brought up each time nor does the ordering need to be changed.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 
Index: gettingStarted/qs-85_ant_configs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-85_ant_configs.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-85_ant_configs.htm
--- gettingStarted/qs-85_ant_configs.htm	23 Jun 2004 23:59:49 -0000	1.10
+++ gettingStarted/qs-85_ant_configs.htm	10 Nov 2004 21:14:58 -0000
@@ -28,7 +28,7 @@
     to view and edit. The launch configuration we created when we ran the build.xml 
     buildfile is selected in the tree at the left, and the tabs on the right show 
     the options for this launch configuration.<br>
-    <img src="../images/Image604_et_dialog.gif" alt="External tools dialog" border="0" width="793" height="580"> 
+    <img src="../images/Image604_et_dialog.gif" alt="External tools dialog" border="0" > 
   </li>
   <li>At the top of the dialog, change the Name to 'Hello World' and <b>Apply</b> 
     the change.</li>
@@ -45,7 +45,7 @@
     Console view. This time however, because the targets were reversed, the output 
     is reversed as well.</li>
   <li>Go back to the External Tools drop down in the toolbar. <br>
-    <img src="../images/Image605_et_dropdown.gif" alt="External tools drop-down menu" border="0" width="156" height="142"><br>
+    <img src="../images/Image605_et_dropdown.gif" alt="External tools drop-down menu" border="0" ><br>
     Notice now that there are two entries in the history, one for Hello World 
     and one for World Hello. In order to rerun the Ant buildfile so that it outputs 
     Hello World, just select this launch configuration in the history. To rerun 
@@ -59,7 +59,7 @@
   buildfiles inside Eclipse.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-85a_ant_view.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-85a_ant_view.htm,v
retrieving revision 1.12
diff -u -r1.12 qs-85a_ant_view.htm
--- gettingStarted/qs-85a_ant_view.htm	23 Jun 2004 23:59:49 -0000	1.12
+++ gettingStarted/qs-85a_ant_view.htm	10 Nov 2004 21:14:58 -0000
@@ -21,10 +21,10 @@
   <li>By default, the Ant view is empty. There are two ways to add Ant buildfiles 
     to this view: 
     <ul>
-      <li>Click <strong>Add Buildfile<img src="../images/image618-add-ant.gif" alt="Ant view" border="0" width="28" height="23"></strong>. 
+      <li>Click <strong>Add Buildfile<img src="../images/image618-add-ant.gif" alt="Ant view" border="0" ></strong>. 
         This brings up a dialog in which you explicitly select those Ant buildfiles 
         you want to add</li>
-      <li>Click <strong>Add Buildfiles with Search<img src="../images/image618-add-ant-search.gif" alt="Ant view" border="0" width="22" height="22"></strong>. 
+      <li>Click <strong>Add Buildfiles with Search<img src="../images/image618-add-ant-search.gif" alt="Ant view" border="0" ></strong>. 
         This brings up a search dialog in which you can specify a filename pattern 
         for your Ant buildfiles and search within the entire workspace or a specified 
         working set.<br>
@@ -39,10 +39,10 @@
     Search. The HelloWorld.xml file is found and placed in the Ant view.</li>
   <li>Expand the top-level entry to see the default target Hello, and the internal 
     target World.<br>
-    <img src="../images/Image618_ant_view.gif" alt="Ant view" border="0" width="178" height="106"> 
+    <img src="../images/Image618_ant_view.gif" alt="Ant view" border="0" > 
   </li>
   <li>Select the World internal target and click <strong>Run the Default Target 
-    of the Selected Buildfile <img src="../images/image618-ant-run.gif" alt="Ant view" border="0" width="27" height="23"></strong>. 
+    of the Selected Buildfile <img src="../images/image618-ant-run.gif" alt="Ant view" border="0" ></strong>. 
     Notice that just the World target gets executed. </li>
   <li>Select the top-level HelloWorld buildfile and click <strong>Run the Default 
     Target of the Selected Buildfile</strong>. Notice that just the default target, 
@@ -64,7 +64,7 @@
 </ol>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-86_use_cases.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-86_use_cases.htm,v
retrieving revision 1.7
diff -u -r1.7 qs-86_use_cases.htm
--- gettingStarted/qs-86_use_cases.htm	23 Jun 2004 23:59:49 -0000	1.7
+++ gettingStarted/qs-86_use_cases.htm	10 Nov 2004 21:14:58 -0000
@@ -19,7 +19,7 @@
 <p>We'll start by using an Ant buildfile to handle various aspects of deploying 
   Eclipse plug-ins.</p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-87_plugin_deploy.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-87_plugin_deploy.htm,v
retrieving revision 1.5
diff -u -r1.5 qs-87_plugin_deploy.htm
--- gettingStarted/qs-87_plugin_deploy.htm	23 Jun 2004 23:59:49 -0000	1.5
+++ gettingStarted/qs-87_plugin_deploy.htm	10 Nov 2004 21:14:58 -0000
@@ -18,7 +18,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-88_create_plugin.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-88_create_plugin.htm,v
retrieving revision 1.8
diff -u -r1.8 qs-88_create_plugin.htm
--- gettingStarted/qs-88_create_plugin.htm	23 Jun 2004 23:59:49 -0000	1.8
+++ gettingStarted/qs-88_create_plugin.htm	10 Nov 2004 21:14:58 -0000
@@ -30,7 +30,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-89_generate_buildxml.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-89_generate_buildxml.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-89_generate_buildxml.htm
--- gettingStarted/qs-89_generate_buildxml.htm	23 Jun 2004 23:59:49 -0000	1.11
+++ gettingStarted/qs-89_generate_buildxml.htm	10 Nov 2004 21:14:58 -0000
@@ -19,7 +19,7 @@
     Notice that for this file, the Ant editor is the default editor. This is because 
     by default, there is a file association in the workbench preferences associating 
     files named 'build.xml' with the Ant editor. <br>
-    <img src="../images/Image607_buildxml.gif" alt="default build.xml file" border="0" width="620" height="444"></li>
+    <img src="../images/Image607_buildxml.gif" alt="default build.xml file" border="0" ></li>
 </ol>
 <p>The build.xml file is a default Ant buildfile with many targets useful for deploying 
   your plug-in. For example, there are individual targets to build all necessary 
@@ -29,7 +29,7 @@
   our plug-in.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-90_build_jar.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-90_build_jar.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-90_build_jar.htm
--- gettingStarted/qs-90_build_jar.htm	23 Jun 2004 23:59:49 -0000	1.10
+++ gettingStarted/qs-90_build_jar.htm	10 Nov 2004 21:14:58 -0000
@@ -23,7 +23,7 @@
     should refresh the smallest subset of the workspace necessary for your buildfile.</li>
   <li>Check <b>Refresh resources upon completion</b>, then select <b>The project 
     containing the selected resource</b>.<br>
-    <img src="../images/Image606_refresh_tab.gif" alt="Refresh tab in Run Ant dialog" border="0" width="816" height="500"> 
+    <img src="../images/Image606_refresh_tab.gif" alt="Refresh tab in Run Ant dialog" border="0" > 
   </li>
   <li>Click <b>Run</b>.</li>
   <li>The Ant buildfile runs, executing the build.jars target. Output from the 
@@ -37,7 +37,7 @@
   other targets and options to be explored.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-91_build_options.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-91_build_options.htm,v
retrieving revision 1.11
diff -u -r1.11 qs-91_build_options.htm
--- gettingStarted/qs-91_build_options.htm	23 Jun 2004 23:59:49 -0000	1.11
+++ gettingStarted/qs-91_build_options.htm	10 Nov 2004 21:14:58 -0000
@@ -14,7 +14,7 @@
   it's time to explore some more options. </P>
 <P CLASS="Para">As can be seen in the Outline view, the default build.xml Ant 
   buildfile has a number of targets.<br>
-  <img src="../images/Image608_buildxml_outline.gif" alt="Outline view of default build.xml file" border="0" width="164" height="481"> 
+  <img src="../images/Image608_buildxml_outline.gif" alt="Outline view of default build.xml file" border="0" > 
 </P>
 <P CLASS="Para">Solid green circles denote targets, while internal targets are 
   represented by hollow green circles. The following are the useful top-level 
@@ -43,7 +43,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-92_project_builders.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-92_project_builders.htm,v
retrieving revision 1.5
diff -u -r1.5 qs-92_project_builders.htm
--- gettingStarted/qs-92_project_builders.htm	23 Jun 2004 23:59:49 -0000	1.5
+++ gettingStarted/qs-92_project_builders.htm	10 Nov 2004 21:14:58 -0000
@@ -31,7 +31,7 @@
   whether or not it is also an Eclipse plug-in. </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-93_project_builder.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-93_project_builder.htm,v
retrieving revision 1.12
diff -u -r1.12 qs-93_project_builder.htm
--- gettingStarted/qs-93_project_builder.htm	23 Jun 2004 23:59:49 -0000	1.12
+++ gettingStarted/qs-93_project_builder.htm	10 Nov 2004 21:14:58 -0000
@@ -42,7 +42,7 @@
     and set the <b>Location</b> to be the projectBuilder.xml buildfile created 
     above. Then click the <strong>Base Directory</strong> <b>Browse Workspace...</b> 
     and set the Base Directory to be the HW project.<br>
-    <img src="../images/Image611_et_main_tab.gif" alt="Main tab of External tools dialog" border="0" width="637" height="562"> 
+    <img src="../images/Image611_et_main_tab.gif" alt="Main tab of External tools dialog" border="0" > 
   </li>
   <li>In the <b>Refresh</b> tab, we want to be sure that when our HelloWorld.jar 
     is created, we see it in Eclipse. By default, no refreshing is done when a 
@@ -51,7 +51,7 @@
     of scope variables. Because refreshing can be expensive, you should in general 
     refresh the smallest entity that contains all resources that will be affected 
     by your buildfile. <br>
-    <img src="../images/Image612_et_refresh_tab.gif" alt="Refresh tab of External tools dialog" border="0" width="637" height="490"> 
+    <img src="../images/Image612_et_refresh_tab.gif" alt="Refresh tab of External tools dialog" border="0" > 
   </li>
   <li>In the <b>Targets</b> tab, the default target should be selected.</li>
   <li>In the <b>Build Options</b> tab, you can specify when this project builder 
@@ -59,7 +59,7 @@
     </strong>and <strong>During Manual Builds</strong>. Running your project builder 
     during auto builds is possible, though not recommended because of performance 
     concerns.<br>
-    <img src="../images/Image610_et_options_tab.gif" alt="Build options tab of External tools dialog" border="0" width="637" height="490"> 
+    <img src="../images/Image610_et_options_tab.gif" alt="Build options tab of External tools dialog" border="0" > 
   </li>
   <li>Apply the changes and click <b>OK</b>.</li>
   <li>Back in the project properties dialog, you will now see a project builder 
@@ -67,7 +67,7 @@
     to save the project builder and close the dialog. <strong><br>
     Note: </strong>You can change the order so that your Ant buildfile runs before 
     the Java builder, though that wouldn't make sense in this example. <br>
-    <img src="../images/Image613_project_properties.gif" alt="Project properties dialog" border="0" width="495" height="380"> 
+    <img src="../images/Image613_project_properties.gif" alt="Project properties dialog" border="0" > 
   </li>
 </ol>
 <p>The Java Builder runs the internal Eclipse Java compiler which in 
@@ -77,7 +77,7 @@
   when the Java Builder runs with respect to the project builders that you define.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-94_run_pj.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-94_run_pj.htm,v
retrieving revision 1.9
diff -u -r1.9 qs-94_run_pj.htm
--- gettingStarted/qs-94_run_pj.htm	23 Jun 2004 23:59:49 -0000	1.9
+++ gettingStarted/qs-94_run_pj.htm	10 Nov 2004 21:14:58 -0000
@@ -35,7 +35,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-95_external_tools.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-95_external_tools.htm,v
retrieving revision 1.6
diff -u -r1.6 qs-95_external_tools.htm
--- gettingStarted/qs-95_external_tools.htm	23 Jun 2004 23:59:49 -0000	1.6
+++ gettingStarted/qs-95_external_tools.htm	10 Nov 2004 21:14:58 -0000
@@ -22,7 +22,7 @@
   tools. </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-96_non_ant_pjs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-96_non_ant_pjs.htm,v
retrieving revision 1.9
diff -u -r1.9 qs-96_non_ant_pjs.htm
--- gettingStarted/qs-96_non_ant_pjs.htm	23 Jun 2004 23:59:49 -0000	1.9
+++ gettingStarted/qs-96_non_ant_pjs.htm	10 Nov 2004 21:14:58 -0000
@@ -13,7 +13,7 @@
 <P CLASS="Para"> When we worked through our project builder example, you may have 
   noticed that when we created our project builder Ant buildfile, we had a choice 
   of external tool type:<br>
-  <img src="../images/Image614_et_type_dialog.gif" alt="Choice of external tool type dialog" border="0" width="326" height="197"> </P>
+  <img src="../images/Image614_et_type_dialog.gif" alt="Choice of external tool type dialog" border="0" > </P>
 <P CLASS="Para">The <b>Program</b> option is essentially a catch-all, allowing you 
   to define an external tool for any executable file that is accessible on your 
   local or network file system. Suppose that instead of Ant, you prefer to use 
@@ -29,7 +29,7 @@
   <li>The External Tools dialog appears, configured for Program type tools.</li>
   <li>Enter the location of your script, its working directory, and any required 
     arguments. <br>
-    <img src="../images/Image615_program_builder.gif" alt="External tools dialog for program type tools" border="0" width="637" height="562"> 
+    <img src="../images/Image615_program_builder.gif" alt="External tools dialog for program type tools" border="0" > 
   </li>
   <li>In this case, the script is a Windows .bat file, but it could be a Linux 
     shell script, a Perl script or just about anything else that can be executed 
@@ -52,7 +52,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-97_standalone_ets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-97_standalone_ets.htm,v
retrieving revision 1.10
diff -u -r1.10 qs-97_standalone_ets.htm
--- gettingStarted/qs-97_standalone_ets.htm	23 Jun 2004 23:59:49 -0000	1.10
+++ gettingStarted/qs-97_standalone_ets.htm	10 Nov 2004 21:14:58 -0000
@@ -20,10 +20,10 @@
   <li>Select some .jar file in your workspace.</li>
   <li>Select <b>Run &gt; External Tools &gt; External Tools...</b> from the workbench 
     toolbar.<br>
-    <img src="../images/Image616_et_dropdown.gif" alt="External tools drop-down menu" border="0" width="296" height="93"> 
+    <img src="../images/Image616_et_dropdown.gif" alt="External tools drop-down menu" border="0" > 
   </li>
   <li>Select <b>Program</b> in the tree, then click <b>New</b>.<br>
-    <img src="../images/Image617_jar_inspector.gif" alt="External tools dialog for jar inspector script" border="0" width="817" height="562"> 
+    <img src="../images/Image617_jar_inspector.gif" alt="External tools dialog for jar inspector script" border="0" > 
   </li>
   <li>Name the launch configuration 'jar inspector'.</li>
   <li>Use the first <b>Browse File System...</b> button to locate the jar executable.</li>
@@ -50,7 +50,7 @@
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: gettingStarted/qs-content.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-content.htm,v
retrieving revision 1.3
diff -u -r1.3 qs-content.htm
--- gettingStarted/qs-content.htm	23 Jun 2004 23:59:49 -0000	1.3
+++ gettingStarted/qs-content.htm	10 Nov 2004 21:14:58 -0000
@@ -150,7 +150,7 @@
   or "dtd". The Javadoc for BinarySignatureDescriber provides complete details 
   on this content describer's class usage. </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: gettingStarted/qs-responsiveUI.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs-responsiveUI.htm,v
retrieving revision 1.4
diff -u -r1.4 qs-responsiveUI.htm
--- gettingStarted/qs-responsiveUI.htm	24 Jun 2004 17:36:22 -0000	1.4
+++ gettingStarted/qs-responsiveUI.htm	10 Nov 2004 21:14:58 -0000
@@ -18,27 +18,27 @@
   the option to run an operation in the background. For example, building a project 
   manually can sometimes take more than a few minutes, during which time you may 
   wish to continue to use other functions in Eclipse. 
-<P CLASS="Para"><img src="../images/res.gif" alt="Image of the Build All Menu Item." border="0" width="230" height="260"> 
+<P CLASS="Para"><img src="../images/res.gif" alt="Image of the Build All Menu Item." border="0" > 
 <p>While the project is being built, select <strong>Run in Background </strong>from 
   the <strong>Building Workspace</strong> dialog and the Responsive UI will allow 
   you to carry on with other tasks in Eclipse.</p>
-<p><img src="../images/res_build.gif" alt="Image of the Building Workspace window" border="0" width="447" height="197"></p>
+<p><img src="../images/res_build.gif" alt="Image of the Building Workspace window" border="0" ></p>
 <p>For information on the status of the action and additional operations that 
   are currently running, click <strong>Details</strong>.</p>
-<p><img src="../images/res_details.gif" alt="Image of the Building Workspace window with the Details displayed" border="0" width="406" height="129"></p>
+<p><img src="../images/res_details.gif" alt="Image of the Building Workspace window with the Details displayed" border="0" ></p>
 <p>The <strong>Details </strong>panel displays the status information of the operation 
   at hand as well as any additional operations that may be running simultaneously.</P>
-<p><img src="../images/res_otherjobs.gif" alt="Image of the Building Workspace window with the Details showing simultaneous operations" border="0" width="450" height="328"></P>
+<p><img src="../images/res_otherjobs.gif" alt="Image of the Building Workspace window with the Details showing simultaneous operations" border="0" ></P>
 <p>The Progress Information dialog also indicates when one operation is being 
   blocked by another. </P>
-<p><img src="../images/res_blocked.gif" alt="Image of Progress Information view with an operation that is waiting for another to complete." border="0" width="450" height="328"></P>
+<p><img src="../images/res_blocked.gif" alt="Image of Progress Information view with an operation that is waiting for another to complete." border="0" ></P>
 <p>To have operations running in the background set as the default, select <strong>Window 
   &gt; Preferences &gt; Workbench</strong> and check <strong>Always run in background.</strong> 
 </P>
-<p><img src="../images/res_pref.gif" alt="Image of Workbench Preferences Window" border="0" width="451" height="95"></P>
+<p><img src="../images/res_pref.gif" alt="Image of Workbench Preferences Window" border="0" ></P>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: gettingStarted/qs_activites.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/gettingStarted/qs_activites.htm,v
retrieving revision 1.2
diff -u -r1.2 qs_activites.htm
--- gettingStarted/qs_activites.htm	23 Jun 2004 23:59:49 -0000	1.2
+++ gettingStarted/qs_activites.htm	10 Nov 2004 21:14:58 -0000
@@ -13,7 +13,7 @@
     plug-in directory and start Eclipse. </li>
   <li>From the main menu bar, select <strong>File &gt; New &gt; Activity Binding</strong>. 
     <blockquote> 
-      <p><img src="../images/activity_menu.gif" alt="Image of a new activity being opend from the menu bar." border="0" width="575" height="489"></p>
+      <p><img src="../images/activity_menu.gif" alt="Image of a new activity being opend from the menu bar." border="0" ></p>
       <p><strong>Notes:</strong></p>
     </blockquote>
   </li>
@@ -78,15 +78,15 @@
     <td>Edit the descriptions page as required. </td>
   </tr>
 </table>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
   <a href="../tasks/concepts-activites.htm">Activities</a>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="../tasks/tasks-activites.htm">Activities Example</a> 
-<p> <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p> <img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
   <a href="../reference/ref-activites.htm">Activities Editor Pages</a></P>
   <p><br>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: reference/no_help_exists.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/no_help_exists.htm,v
retrieving revision 1.7
diff -u -r1.7 no_help_exists.htm
--- reference/no_help_exists.htm	24 Jun 2004 00:09:27 -0000	1.7
+++ reference/no_help_exists.htm	10 Nov 2004 21:14:58 -0000
@@ -13,7 +13,7 @@
 item.&nbsp;&nbsp;&nbsp;</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-10.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-10.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-10.htm
--- reference/ref-10.htm	24 Jun 2004 00:09:27 -0000	1.17
+++ reference/ref-10.htm	10 Nov 2004 21:14:58 -0000
@@ -95,15 +95,15 @@
 </table>
 <p CLASS="Para">&nbsp; 
 <p>Here is what the Workbench preferences page looks like:
-<p><img src="../images/Image217_pref_wb.gif" alt="Preference dialog" border="0" width="505" height="453"></p>
+<p><img src="../images/Image217_pref_wb.gif" alt="Preference dialog" border="0" ></p>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-23.htm">Workbench Window Layout</a>
 </P>
 <p>&nbsp;<br>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: reference/ref-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-11.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-11.htm
--- reference/ref-11.htm	24 Jun 2004 00:09:27 -0000	1.19
+++ reference/ref-11.htm	10 Nov 2004 21:14:58 -0000
@@ -203,16 +203,16 @@
 </table>
 
 <p>Here is what the Compare preference page looks like:
-<p><img src="../images/Image219_pref_cv.gif" alt="Compare preference page" border="0" width="624" height="460">
+<p><img src="../images/Image219_pref_cv.gif" alt="Compare preference page" border="0" >
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-25.htm">Compare Editor</a>
 <br><a href="ref-33.htm">CVS Synchronization View</a>
 </P>
 <p>&nbsp;<br>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: reference/ref-12.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-12.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-12.htm
--- reference/ref-12.htm	24 Jun 2004 00:09:27 -0000	1.18
+++ reference/ref-12.htm	10 Nov 2004 21:14:58 -0000
@@ -76,14 +76,14 @@
 </P>
 
 
-<P><img src="../images/Image220_pref_dte.gif" alt="Editors Preference Page" border="0" width="488" height="507">
+<P><img src="../images/Image220_pref_dte.gif" alt="Editors Preference Page" border="0" >
 </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-24.htm">Editor Area</a>
 </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-13.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-13.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-13.htm
--- reference/ref-13.htm	24 Jun 2004 00:09:27 -0000	1.13
+++ reference/ref-13.htm	10 Nov 2004 21:14:58 -0000
@@ -24,7 +24,7 @@
 Remove:&nbsp; Removes the selected file type from the list</LI>
 </UL>
 <p>Dialog to create a new file type:</p>
-<p><img src="../images/Image201_filetype.gif" alt="New file type dialog" border="0" width="438" height="244"></p>
+<p><img src="../images/Image201_filetype.gif" alt="New file type dialog" border="0" ></p>
 <p>&nbsp;
 </DIV>
 <DIV CLASS="Topic">
@@ -43,7 +43,7 @@
 </P>
 
 
-<P><img src="../images/Image202_editorsel.gif" alt="Editor Selection dialog" border="0" width="295" height="361">
+<P><img src="../images/Image202_editorsel.gif" alt="Editor Selection dialog" border="0" >
 </P>
 
 
@@ -55,11 +55,11 @@
 </P>
 
 
-<P><img src="../images/Image221_pref_fe.gif" alt="File associations preference page" border="0" width="482" height="464">
+<P><img src="../images/Image221_pref_fe.gif" alt="File associations preference page" border="0" >
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-14.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-14.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-14.htm
--- reference/ref-14.htm	24 Jun 2004 00:09:27 -0000	1.12
+++ reference/ref-14.htm	10 Nov 2004 21:14:58 -0000
@@ -88,15 +88,15 @@
 </P>
 
 
-<P><img src="../images/Image222_pref_lh.gif" alt="Local history preference page" border="0" width="700" height="456">
+<P><img src="../images/Image222_pref_lh.gif" alt="Local history preference page" border="0" >
 </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-6a.htm">Local History</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-14b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-14b.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-14b.htm
--- reference/ref-14b.htm	24 Jun 2004 00:09:27 -0000	1.9
+++ reference/ref-14b.htm	10 Nov 2004 21:14:58 -0000
@@ -41,16 +41,16 @@
 </P>
 
 
-<P><img src="../images/Image36_linkedresources.gif" alt="Linked resources preference page" border="0" width="607" height="541">
+<P><img src="../images/Image36_linkedresources.gif" alt="Linked resources preference page" border="0" >
 </P>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-13.htm">Linked resources</a>
 <br><a href="../concepts/cpathvars.htm">Path variables</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-15.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-15.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-15.htm
--- reference/ref-15.htm	28 Oct 2004 15:39:04 -0000	1.17
+++ reference/ref-15.htm	10 Nov 2004 21:14:58 -0000
@@ -162,15 +162,15 @@
 </P>
 
 
-<P><img src="../images/Image223_pref_persp.gif" alt="Perspectives Preference Page" border="0" width="714" height="539">
+<P><img src="../images/Image223_pref_persp.gif" alt="Perspectives Preference Page" border="0" >
 </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-6.htm">Perspectives</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-16.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-16.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-16.htm
--- reference/ref-16.htm	24 Jun 2004 00:09:27 -0000	1.17
+++ reference/ref-16.htm	10 Nov 2004 21:14:58 -0000
@@ -62,11 +62,11 @@
 </P>
 
 
-<P><img src="../images/Image218_pref_app.gif" alt="Appearance Preference Page" border="0" width="452" height="461">
+<P><img src="../images/Image218_pref_app.gif" alt="Appearance Preference Page" border="0" >
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-17.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-17.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-17.htm
--- reference/ref-17.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-17.htm	10 Nov 2004 21:14:58 -0000
@@ -42,16 +42,16 @@
 </P>
 
 
-<P><img src="../images/Image224_pref_build.gif" alt="Build order preference page" border="0" width="635" height="403"> 
+<P><img src="../images/Image224_pref_build.gif" alt="Build order preference page" border="0" > 
 </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-5.htm">Builds</a>
 <br><a href="ref-59.htm">Project menu</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-18.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-18.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-18.htm
--- reference/ref-18.htm	24 Jun 2004 00:09:27 -0000	1.20
+++ reference/ref-18.htm	10 Nov 2004 21:14:58 -0000
@@ -76,7 +76,7 @@
 
 
 <P>
-<img src="../images/Image225_pref_help.gif" alt="Help Preference Page" border="0" width="588" height="419">
+<img src="../images/Image225_pref_help.gif" alt="Help Preference Page" border="0" >
 </P>
 
 <p>
@@ -84,16 +84,16 @@
 </p>
 
 <p>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tchgbrws.htm">Changing the browser used by the help system</a></p>
 
 <p>
-<img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-34.htm">Help View</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-19.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-19.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-19.htm
--- reference/ref-19.htm	24 Jun 2004 00:09:26 -0000	1.14
+++ reference/ref-19.htm	10 Nov 2004 21:14:58 -0000
@@ -64,13 +64,13 @@
 
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-33.htm">CVS Synchronize view</a>
    </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-19cvs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-19cvs.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-19cvs.htm
--- reference/ref-19cvs.htm	24 Jun 2004 00:09:27 -0000	1.13
+++ reference/ref-19cvs.htm	10 Nov 2004 21:14:58 -0000
@@ -281,7 +281,7 @@
 <P><IMG height="27" alt="Related reference" src="../images/ngrelr.gif" width="159" border="0"><BR>
   <A href="ref-6.htm">Perspectives</A></P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: reference/ref-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-2.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-2.htm
--- reference/ref-2.htm	24 Jun 2004 00:09:27 -0000	1.15
+++ reference/ref-2.htm	10 Nov 2004 21:14:58 -0000
@@ -18,7 +18,7 @@
 <P CLASS="Para">
 Here is an example of the toolbar in the Resource perspective:</P>
 <P CLASS="Para">
-<img src="../images/Image214_toobar_rsrc.gif" alt="Workbench toolbar" border="0" width="281" height="29"></P>
+<img src="../images/Image214_toobar_rsrc.gif" alt="Workbench toolbar" border="0" ></P>
 <DIV CLASS="XRefList">
 
 <h2>
@@ -56,13 +56,13 @@
   </P>
 </DIV>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-3.htm">Shortcut Bar</a>
 <br><a href="ref-4.htm">View Toolbars</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-20-fileContent.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-20-fileContent.htm,v
retrieving revision 1.4
diff -u -r1.4 ref-20-fileContent.htm
--- reference/ref-20-fileContent.htm	24 Jun 2004 00:09:26 -0000	1.4
+++ reference/ref-20-fileContent.htm	10 Nov 2004 21:14:58 -0000
@@ -28,13 +28,13 @@
   the extension in the table and clicking <strong>Change</strong>. Entries can 
   be removed from the list by selecting them and clicking <strong>Remove</strong>.
 <p>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-cvs-11.htm">Setting the CVS keyword substitution mode</a>
 </p>
 
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-20.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-20.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-20.htm
--- reference/ref-20.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-20.htm	10 Nov 2004 21:14:58 -0000
@@ -28,13 +28,13 @@
   it from the list. You do not have to remove the specified file pattern from 
   the list to temporarily disable it.</P>
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-48a.htm">Ignoring Resources from Version Control</a>
    </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-21.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-21.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-21.htm
--- reference/ref-21.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-21.htm	10 Nov 2004 21:14:58 -0000
@@ -96,16 +96,16 @@
 </TABLE>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a HREF="../tasks/tasks-36.htm">Updating Eclipse with the update manager</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a HREF="ref-61.htm">Help Menu</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-21a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-21a.htm,v
retrieving revision 1.5
diff -u -r1.5 ref-21a.htm
--- reference/ref-21a.htm	24 Jun 2004 00:09:26 -0000	1.5
+++ reference/ref-21a.htm	10 Nov 2004 21:14:58 -0000
@@ -68,16 +68,16 @@
 &nbsp;</P>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a HREF="../tasks/tasks-36.htm">Updating Eclipse with the update manager</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a HREF="ref-61.htm">Help Menu</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-23.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-23.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-23.htm
--- reference/ref-23.htm	25 Jun 2004 00:02:58 -0000	1.19
+++ reference/ref-23.htm	10 Nov 2004 21:14:58 -0000
@@ -231,17 +231,17 @@
 </P>
 
 
-<P><img src="../images/Image229_view_popup.gif" alt="View's context menu" border="0" width="89" height="133">
+<P><img src="../images/Image229_view_popup.gif" alt="View's context menu" border="0" >
 </P>
 <P>Here is what an editor's context menu looks like:
 </P>
 
 
-<P><img src="../images/Image229_editor_popup.gif" alt="Editor's context menu" border="0" width="107" height="134">
+<P><img src="../images/Image229_editor_popup.gif" alt="Editor's context menu" border="0" >
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-24.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-24.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-24.htm
--- reference/ref-24.htm	24 Jun 2004 18:20:18 -0000	1.16
+++ reference/ref-24.htm	10 Nov 2004 21:14:59 -0000
@@ -17,7 +17,7 @@
 Here is what the editor area looks like when multiple files are open and a text
 file is being edited:</P>
 <P CLASS="Para">
-<img src="../images/Image230_editor_area.gif" alt="Editor Area" border="0" width="460" height="169"></P>
+<img src="../images/Image230_editor_area.gif" alt="Editor Area" border="0" ></P>
 <DIV CLASS="Topic" style="width: 559; height: 402"> 
   <h2>
 Marker bar</h2>
@@ -25,7 +25,7 @@
 The marker bar is the vertical bar located at the left of the editor area.&nbsp;&nbsp;</P>
 <P CLASS="Para">
 Here is what the marker bar looks like:</P>
-  <P CLASS="Para"> <img src="../images/Image231_marker_bar.gif" alt="Marker Bar" border="0" width="31" height="138"></P>
+  <P CLASS="Para"> <img src="../images/Image231_marker_bar.gif" alt="Marker Bar" border="0" ></P>
 <h2>Markers</h2>
 <P CLASS="Para">
 Markers are displayed in the marker bar, to the left of the text editor.</P>
@@ -46,7 +46,7 @@
 <P CLASS="Para">
 Here is what the context menu of the marker bar looks like: </P>
 <P CLASS="Para">
-<img src="../images/Image232_marker_context.gif" alt="Marker Bar Menu" border="0" width="245" height="143"> </P>
+<img src="../images/Image232_marker_context.gif" alt="Marker Bar Menu" border="0" > </P>
 </DIV>
 <DIV CLASS="Topic">
 <h2>
@@ -71,13 +71,13 @@
 </UL>
 <p>The following illustrates Microsoft Word embedded as an OLE document:</p>
 <DIV CLASS="Figure">
-    <DIV> <IMG SRC="../images/ref-7.gif"  alt="Workbench with OLE Editor" width="430" height="158"> 
+    <DIV> <IMG SRC="../images/ref-7.gif"  alt="Workbench with OLE Editor" > 
     </DIV>
 </DIV>
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-25.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-25.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-25.htm
--- reference/ref-25.htm	24 Jun 2004 00:09:27 -0000	1.17
+++ reference/ref-25.htm	10 Nov 2004 21:14:59 -0000
@@ -32,7 +32,7 @@
        
 <p class="Para"><img
  src="../images/compare-editor.gif"
- alt=" Picture of 3-paned editor. Top pane compares project structure; bottom 2 panes (side by side) compare lines of source." width="607" height="250" border="0" align="top"> 
+ alt=" Picture of 3-paned editor. Top pane compares project structure; bottom 2 panes (side by side) compare lines of source."  border="0" align="top"> 
 </p>
        
 <div class="Topic">    
@@ -73,14 +73,14 @@
 </dl>
            
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
    <br>
           <a href="../concepts/concepts-30.htm">Synchronizing with a CVS
 repository</a>        <br>
    <a href="../concepts/concepts-29.htm">Three way comparisons</a></p>
          
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
    <br>
     <a href="../tasks/tasks-68.htm">Comparing resources</a><br>
     <a href="../tasks/tasks-115.htm">Synchronizing with the repository</a><br>
@@ -93,7 +93,7 @@
     </div>
         
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
         
 </body>
Index: reference/ref-26.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-26.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-26.htm
--- reference/ref-26.htm	24 Jun 2004 20:45:28 -0000	1.16
+++ reference/ref-26.htm	10 Nov 2004 21:14:59 -0000
@@ -17,7 +17,7 @@
 Here is what the Search view looks like:</p>
 
 <p>
-<img src="../images/Image237_search_view.gif" alt="Search View" border="0" width="236" height="168"></p>
+<img src="../images/Image237_search_view.gif" alt="Search View" border="0" ></p>
 
 <dl>
 <dt>Show Next Match</dt>
@@ -46,24 +46,24 @@
 
 </dl>
 
-<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" width="159" height="27">
+<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" >
 <br>
 <a href="../concepts/csearchview.htm">Search view</a><br>
 </p>
 
-<p><img src="../images/ngrelt.gif" alt="Related tasks" border="0" width="159" height="27">
+<p><img src="../images/ngrelt.gif" alt="Related tasks" border="0" >
 <br>
 <a href="../tasks/tasks-84b.htm">Searching for files</a><br>
 <a href="../tasks/tasks-84.htm">Searching for text within a file</a><br>
 </p>
 
-<p><img src="../images/ngrelr.gif" alt="Related reference" border="0" width="159" height="27">
+<p><img src="../images/ngrelr.gif" alt="Related reference" border="0" >
 <br>
 <a href="ref-45.htm">File search</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: reference/ref-27.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-27.htm,v
retrieving revision 1.26
diff -u -r1.26 ref-27.htm
--- reference/ref-27.htm	28 Oct 2004 15:39:04 -0000	1.26
+++ reference/ref-27.htm	10 Nov 2004 21:14:59 -0000
@@ -16,7 +16,7 @@
 <P CLASS="Para">
 Here is what the Navigator view looks like:</P>
 <P CLASS="Para">
-<img src="../images/Image241_nav_view.gif" alt="Navigator View" border="0" width="170" height="191"></P>
+<img src="../images/Image241_nav_view.gif" alt="Navigator View" border="0" ></P>
 <P CLASS="Para">&nbsp;
 </P>
 <h2>Toolbar</h2>
@@ -89,7 +89,7 @@
 File types selected in the list will not be shown in the Navigator.&nbsp; Here
 is what the file filters dialog looks like:</P>
 <P CLASS="Para">
-<img src="../images/Image210_filefilter.gif" alt="Filters dialog" border="0" width="345" height="430"></P>
+<img src="../images/Image210_filefilter.gif" alt="Filters dialog" border="0" ></P>
 </DIV>
 <H3>Link with Editor</H3>
 <P>See the toolbar item description above.</P>
@@ -249,18 +249,18 @@
   </UL>
 </DIV>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 <br><A HREF="../concepts/concepts-29.htm">Three-way compare</A>
 <br><a href="../concepts/concepts-13.htm">Linked resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="ref-25.htm">Compare editor</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-28.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-28.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-28.htm
--- reference/ref-28.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-28.htm	10 Nov 2004 21:14:59 -0000
@@ -13,7 +13,7 @@
 <P CLASS="Para">
 The Bookmarks view displays user defined bookmarks.</P>
 <P CLASS="Para">
-<img align="texttop" border="0" src="../images/Image244_bmark_view.gif" alt="Bookmarks view" width="441" height="108"></P>
+<img align="texttop" border="0" src="../images/Image244_bmark_view.gif" alt="Bookmarks view" ></P>
 <p CLASS="Head">
 To add the Bookmarks view to the current perspective, click <b>Window &gt; Show View &gt; Other &gt; Basic &gt;
 Bookmarks</b>.</p>
@@ -42,13 +42,13 @@
 generic to all views. Click the black upside-down triangle icon to open a menu of items
 specific to the Bookmarks view. Right-click inside the view to open a context menu.&nbsp;</p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-81b.htm">Creating a bookmark for an entire file</a><br><a href="../tasks/tasks-81.htm">
 Creating a bookmark within a file</a><br><a href="../tasks/tasks-82.htm">
 Deleting a Bookmark</a><br></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-29.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-29.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-29.htm
--- reference/ref-29.htm	24 Jun 2004 17:59:29 -0000	1.12
+++ reference/ref-29.htm	10 Nov 2004 21:14:59 -0000
@@ -14,7 +14,7 @@
 This view displays property names and basic properties of a selected resource.
 Here is an example:</P>
 <P CLASS="Para">
-<img src="../images/Image240_props_view.gif" alt="Properties view" border="0" width="212" height="225"></P>
+<img src="../images/Image240_props_view.gif" alt="Properties view" border="0" ></P>
 <P CLASS="Para">Toolbar buttons allow you to toggle whether to display
 properties by category and whether to filter advanced properties. Another
 toolbar button allows you to restore the selected property to its default value.</P>
@@ -24,7 +24,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-3.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-3.htm
--- reference/ref-3.htm	24 Jun 2004 19:42:23 -0000	1.15
+++ reference/ref-3.htm	10 Nov 2004 21:14:59 -0000
@@ -20,7 +20,7 @@
 <P CLASS="Para">
 Here is an example of what the perspective bar looks like:&nbsp;</P>
 <P CLASS="Para">
-<img src="../images/Image211_perspective.gif" alt="Perspective Bar" border="0" width="220" height="98"></P>
+<img src="../images/Image211_perspective.gif" alt="Perspective Bar" border="0" ></P>
 <DIV CLASS="Topic">
 <h3>
 Open Perspective</h3>
@@ -44,7 +44,7 @@
 </p>
 Here is an example of what the fast view bar looks like:&nbsp;</P>
 <P CLASS="Para">
-<img src="../images/Image211_fastview.gif" alt="Fast View Bar" border="0" width="74" height="29"></P>
+<img src="../images/Image211_fastview.gif" alt="Fast View Bar" border="0" ></P>
 
 <DIV CLASS="Topic">
 <h3>
@@ -59,14 +59,14 @@
 in the view's menu or drag it back to the workbench.&nbsp;</P>
 </DIV>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-6.htm">Perspectives</a>
 <br><a href="ref-4.htm">View Toolbars</a>
 <br><a href="ref-2.htm">Workbench Toolbar</a>
 <br><a href="ref-23.htm">Workbench Window Layout</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-30.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-30.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-30.htm
--- reference/ref-30.htm	24 Jun 2004 17:59:29 -0000	1.10
+++ reference/ref-30.htm	10 Nov 2004 21:14:59 -0000
@@ -18,11 +18,11 @@
 The contents of the toolbar are also editor-specific.
 </p>
 
-<P><img src="../images/ref-8.gif" alt="Picture of Outline view showing structure for a Java file" border="0" width="150" height="204">
+<P><img src="../images/ref-8.gif" alt="Picture of Outline view showing structure for a Java file" border="0" >
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </HTML>
Index: reference/ref-30a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-30a.htm,v
retrieving revision 1.2
diff -u -r1.2 ref-30a.htm
--- reference/ref-30a.htm	24 Jun 2004 00:09:26 -0000	1.2
+++ reference/ref-30a.htm	10 Nov 2004 21:14:59 -0000
@@ -19,7 +19,7 @@
 </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-32.htm">CVS Repositories view</a><br>
      <a href="ref-32a.htm">CVS Resource History View</a><br>
@@ -29,7 +29,7 @@
    </p>
        
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </HTML>
Index: reference/ref-31.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-31.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-31.htm
--- reference/ref-31.htm	25 Jun 2004 00:02:58 -0000	1.20
+++ reference/ref-31.htm	10 Nov 2004 21:14:59 -0000
@@ -22,7 +22,7 @@
 Tasks that you add manually. You can associate a task with a resource in the
 Workbench, but this is not required.</LI>
 </UL>
-<p><img src="../images/Image243_tasks_view.gif" alt="Picture of the Tasks view with two dummy tasks added to it." border="0" width="409" height="142"></p>
+<p><img src="../images/Image243_tasks_view.gif" alt="Picture of the Tasks view with two dummy tasks added to it." border="0" ></p>
 <p CLASS="Head">
 By default, the Tasks view is included in the Resources perspective. To add it
 to the current perspective, click <b>Window &gt; Show View &gt; Other &gt; Basic &gt;
@@ -39,27 +39,27 @@
     <th valign="top" align="left">Description</th>
   </tr>
   <tr>
-    <td valign="top" align="center"><img src="../images/ref-20.gif" alt=" Information icon" border="0" width="16" height="16"></td>
+    <td valign="top" align="center"><img src="../images/ref-20.gif" alt=" Information icon" border="0" ></td>
     <td valign="top" align="left">
       Information&nbsp;    </td>
   </tr>
   <tr>
-    <td valign="top" align="center"><img src="../images/ref-22.gif" alt="Warning icon" border="0" width="16" height="16"></td>
+    <td valign="top" align="center"><img src="../images/ref-22.gif" alt="Warning icon" border="0" ></td>
     <td valign="top" align="left">
       Warning    </td>
   </tr>
   <tr>
-    <td valign="top" align="center"><img src="../images/ref-24.gif" alt="Error icon" border="0" width="16" height="16"></td>
+    <td valign="top" align="center"><img src="../images/ref-24.gif" alt="Error icon" border="0" ></td>
     <td valign="top" align="left">
       Error    </td>
   </tr>
    <tr>
-    <td valign="top" align="center"><img src="../images/ref-21.gif" alt=" High priority task item" border="0" width="16" height="16"></td>
+    <td valign="top" align="center"><img src="../images/ref-21.gif" alt=" High priority task item" border="0" ></td>
     <td valign="top" align="left">
       High priority task    </td>
   </tr>
   <tr>
-    <td valign="top" align="center"><img src="../images/ref-23.gif" alt=" Low priority task icon" border="0" width="16" height="16"></td>
+    <td valign="top" align="center"><img src="../images/ref-23.gif" alt=" Low priority task icon" border="0" ></td>
     <td valign="top" align="left">
       Low priority task
     </td>
@@ -107,14 +107,14 @@
 <p>Click the icon at the left end of the view's title bar to open a menu of items
 generic to all views. Click the black upside-down triangle icon to open a menu of items
 specific to the Tasks view. Right-click inside the view to open a context menu.&nbsp;</p>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-77.htm">Adding line items in the Tasks view</a>
 <a href="../tasks/tasks-77b.htm"><br>Associating a task with a resource</a>
 <a href="../tasks/tasks-78.htm"><br>Deleting tasks</a>
 <a href="../tasks/tasks-79.htm"><br>Filtering the task view</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-32.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-32.htm,v
retrieving revision 1.22
diff -u -r1.22 ref-32.htm
--- reference/ref-32.htm	24 Jun 2004 00:09:27 -0000	1.22
+++ reference/ref-32.htm	10 Nov 2004 21:14:59 -0000
@@ -32,7 +32,7 @@
 <p class="Para"> Here is what the CVS Repositories view looks like:</p>
      
 <p class="Para"> <img
- src="../images/Image242_repo_view.gif" alt="CVS Repositories View" width="340" height="329" border="0" align="top"> 
+ src="../images/Image242_repo_view.gif" alt="CVS Repositories View"  border="0" align="top"> 
 </p>
      
      
@@ -167,7 +167,7 @@
 
       
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
      <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
      <a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
@@ -176,7 +176,7 @@
      <a href="../concepts/concepts-17a.htm">Local history</a></p>
      
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
   <br>
      <a href="../tasks/tasks-92.htm">Creating a CVS repository location</a><br>
      <a href="../tasks/tasks-94.htm">Discarding a CVS repository location</a><br>
@@ -189,14 +189,14 @@
    </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-47.htm">CVS</a><br>
      <a href="ref-32a.htm">CVS Resource History View</a>
    </p>
           
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
       
 </body>
Index: reference/ref-32a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-32a.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-32a.htm
--- reference/ref-32a.htm	24 Jun 2004 00:09:27 -0000	1.15
+++ reference/ref-32a.htm	10 Nov 2004 21:14:59 -0000
@@ -25,7 +25,7 @@
    
 <p class="Para"><img
  src="../images/Image216_history_view.gif"
- alt="CVS Resource History View" width="574" height="219" border="0" align="top"> </p>
+ alt="CVS Resource History View"  border="0" align="top"> </p>
 
 <h2>Columns</h2>
 <p class="Para">For each resource, the following is displayed in the table:</p>
@@ -122,19 +122,19 @@
 
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br>
     <a href="ref-32.htm">CVS Repositories view</a>  </p>
     
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
  <a href="../concepts/concepts-12.htm">Resources</a> <br>
  <a href="../concepts/concepts-27c.htm">CVS Repositories</a> <br>
  <a href="../concepts/concepts-17a.htm">Local history</a> </p>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
     
 </body>
Index: reference/ref-32b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-32b.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-32b.htm
--- reference/ref-32b.htm	24 Jun 2004 00:09:27 -0000	1.8
+++ reference/ref-32b.htm	10 Nov 2004 21:14:59 -0000
@@ -22,22 +22,22 @@
   opening the console can help troubleshoot the cause of the error.</p>
  
 <p class="Para">Here is what the CVS Console in the Console view looks like:</p>
-<p class="Para"><img src="../images/cvs-console.gif" alt="Console View" width="578" height="220"></p>
+<p class="Para"><img src="../images/cvs-console.gif" alt="Console View" ></p>
    
 <div class="Topic">
 <img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27"> <br>
+ > <br>
     <a href="ref-32.htm">CVS Repositories view</a>
 </div>
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
  <a href="../concepts/concepts-12.htm">Resources</a> <br>
  <a href="../concepts/concepts-27c.htm">CVS Repositories</a> <br>
  <a href="../concepts/concepts-17a.htm">Local history</a> </p>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
     
 </body>
Index: reference/ref-33.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-33.htm,v
retrieving revision 1.25
diff -u -r1.25 ref-33.htm
--- reference/ref-33.htm	24 Jun 2004 00:09:27 -0000	1.25
+++ reference/ref-33.htm	10 Nov 2004 21:14:59 -0000
@@ -24,7 +24,7 @@
 <p class="Para"> Here is what the CVS Workspace Synchronization in the Synchronize view looks like:</p>
    
 <p class="Para"> <img align="top" border="0"
- src="../images/Image245_sync_view.gif" alt="CVS Workspace Synchronization" width="578" height="228">
+ src="../images/Image245_sync_view.gif" alt="CVS Workspace Synchronization" >
  </p>
 
 <h2>Features</h2>
@@ -40,36 +40,36 @@
     shown in the table below:</p>
   <table width="100%" border="1">
     <tr> 
-      <td width="9%" align="center"><img src="../images/r_inadd_ov.gif" alt="Incoming addition icon" width="11" height="10"></td>
+      <td width="9%" align="center"><img src="../images/r_inadd_ov.gif" alt="Incoming addition icon" ></td>
       <td width="91%">An incoming addition means that a resource has been added 
         to the repository. <strong>Updating</strong> will transfer the resource 
         to your workspace.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/r_inchg_ov.gif" alt="Incoming change icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/r_inchg_ov.gif" alt="Incoming change icon" ></td>
       <td>An incoming change means that the file has changed in the repository. 
         <strong>Updating</strong> will transfer the new file revision to your 
         workspace.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/r_indel_ov.gif" alt="Incoming deletion icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/r_indel_ov.gif" alt="Incoming deletion icon" ></td>
       <td>An incoming deletion means that a resource was deleted from the server. 
         <strong>Updating</strong> will delete your local resource.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/r_outadd_ov.gif" alt="Outgoing addition icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/r_outadd_ov.gif" alt="Outgoing addition icon" ></td>
       <td>An outgoing addition means that the file was added to your workspace 
         and is not yet in the repository. <strong>Adding</strong> then <strong>Committing</strong> 
         will transfer the new file to the repository.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/r_outchg_ov.gif" alt="Outgoing change icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/r_outchg_ov.gif" alt="Outgoing change icon" ></td>
       <td>An outgoing change means that the file was change locally. <strong>Committing</strong> 
         the file will transfer the changes to the repository and create a new 
         revision of the file.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/r_outdel_ov.gif" alt="Outgoing deletion icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/r_outdel_ov.gif" alt="Outgoing deletion icon" ></td>
       <td>An outgoing deletion is a resource that has been deleted locally. <strong>Committing 
         </strong>these resources will cause the remote resource to be deleted. 
         <strong>Note</strong>: in CVS directories are never really deleted from 
@@ -77,12 +77,12 @@
         from your workspace. </td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/confadd_ov.gif" alt="Conflicting addition icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/confadd_ov.gif" alt="Conflicting addition icon" ></td>
       <td>A conflicting additions means that the resource has been added locally 
         and remotely.</td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/confchg_ov.gif" alt="Conflicting change icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/confchg_ov.gif" alt="Conflicting change icon" ></td>
       <td>A conflicting change means that the file has been changed locally and 
         remotely. A manual or automatic merge will be required by the user.
         Also, any entries in the view that contain children that are conflicts 
@@ -91,7 +91,7 @@
         </td>
     </tr>
     <tr> 
-      <td align="center"><img src="../images/confdel_ov.gif" alt="Conflicting deletion icon" width="11" height="10"></td>
+      <td align="center"><img src="../images/confdel_ov.gif" alt="Conflicting deletion icon" ></td>
       <td>A conflicting deletion means that the resource was deleted locally and 
         remotely. </td>
     </tr>
@@ -309,14 +309,14 @@
 have not changed.</p>
 
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
  <br>
     <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
     <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
  &nbsp;   </p>
    
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
  <a href="../tasks/tasks-115.htm"><br>
     Synchronizing with the repository</a><a
  href="../tasks/tasks-113.htm"><br>
@@ -329,12 +329,12 @@
 editor</a></p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="../reference/ref-47.htm">CVS</a>
  <br><a href="ref-25.htm">Compare editor</a>  </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
    
 </body>
Index: reference/ref-33a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-33a.htm,v
retrieving revision 1.4
diff -u -r1.4 ref-33a.htm
--- reference/ref-33a.htm	25 Jun 2004 00:02:58 -0000	1.4
+++ reference/ref-33a.htm	10 Nov 2004 21:14:59 -0000
@@ -156,12 +156,12 @@
 if the view is refreshed and new changes are found in the branch being merged.</p>
 
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
  <br><a href="../concepts/concepts-26.htm">Team programming with CVS</a>
  </p>
    
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27">
+ >
 <br><a href="../tasks/tasks-113b.htm">Resolving conflicts</a><br>
 <a href="../tasks/tasks-100b.htm">Merging from a branch</a><br>
 <a href="../tasks/tasks-68.htm">Comparing resources</a><br>
@@ -169,7 +169,7 @@
 </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="../reference/ref-47.htm">CVS</a>
  <br><a href="ref-41a.htm">Merge wizard</a>
  <br><a href="ref-33.htm">CVS Workspace Synchronization</a>
@@ -177,7 +177,7 @@
  </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
    
 </body>
Index: reference/ref-34.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-34.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-34.htm
--- reference/ref-34.htm	25 Jun 2004 14:46:21 -0000	1.20
+++ reference/ref-34.htm	10 Nov 2004 21:14:59 -0000
@@ -16,7 +16,7 @@
 <P CLASS="Para">
 Here is what the Help view looks like, when using embedded browser:</P>
 <P CLASS="Para">
-<img src="../images/Image239_help_view.gif" alt="Help Window" border="0" width="637" height="467"></P>
+<img src="../images/Image239_help_view.gif" alt="Help Window" border="0" ></P>
 <P CLASS="Para">
 &nbsp;</P>
 <h2>
@@ -77,12 +77,12 @@
 The Maximize buttons cause navigation or content frame to be maximized.
 When a frame is maximized the Restore button is available than can be used to restore the frame to its original size.</P>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a HREF="ref-43.htm">Workbench User Guide</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-37.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-37.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-37.htm
--- reference/ref-37.htm	24 Jun 2004 15:00:08 -0000	1.14
+++ reference/ref-37.htm	10 Nov 2004 21:14:59 -0000
@@ -19,7 +19,7 @@
 to select the type of project you want to create.&nbsp; Select the Simple
 type if you want to create a generic project.
 
-<p CLASS="Para"><img src="../images/Image247_projsel_wiz.gif" alt="New project wizard" border="0" width="343" height="413"> 
+<p CLASS="Para"><img src="../images/Image247_projsel_wiz.gif" alt="New project wizard" border="0" > 
 <div CLASS="Topic">
 <h2>
 Create a New Project Resource Page</h2>
@@ -84,7 +84,7 @@
 
 <p CLASS="Para">Here is what the New Project Resource page looks like:
 
-  <p CLASS="Para"><img src="../images/Image251_proj_wiz.gif" alt="New project name and location page" border="0" width="441" height="413"></div>
+  <p CLASS="Para"><img src="../images/Image251_proj_wiz.gif" alt="New project name and location page" border="0" ></div>
 
 <div CLASS="Topic">
 <h2>
@@ -102,7 +102,7 @@
 <p CLASS="Para">Here is what the Select Referenced Projects page looks
 like:
 
-  <p CLASS="Para"><img src="../images/Image252_projref_page.gif" alt="Project references page" border="0" width="356" height="379"></div>
+  <p CLASS="Para"><img src="../images/Image252_projref_page.gif" alt="Project references page" border="0" ></div>
 
 <div CLASS="Topic">
 <h2>
@@ -114,12 +114,12 @@
 this option see <a href="ref-10.htm">Workbench</a>.</div>
 </div>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-27.htm">Navigator View</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: reference/ref-38.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-38.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-38.htm
--- reference/ref-38.htm	24 Jun 2004 15:39:46 -0000	1.16
+++ reference/ref-38.htm	10 Nov 2004 21:14:59 -0000
@@ -14,7 +14,7 @@
 This wizard helps you create a new folder in the Workbench.</P>
 <P CLASS="Para">
 Here is what the New Folder wizard looks like:</P>
-<P CLASS="Para"> <img src="../images/Image248_folder_wiz.gif" alt="New folder wizard" border="0" width="438" height="587"></P>
+<P CLASS="Para"> <img src="../images/Image248_folder_wiz.gif" alt="New folder wizard" border="0" ></P>
 <P CLASS="Para">&nbsp;
 </P>
 <TABLE BORDER="1" cellspacing="0">
@@ -71,22 +71,22 @@
 system. Use the field below the check box to enter a folder path or the
 name of a path variable. Use the <B>Browse...</B> button to browse for a folder in the file system. Use the <B>Variables...</B> button if you want to use a path variable to reference a file system folder.</P>
 
-<P><IMG border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<P><IMG border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><A href="../concepts/concepts-13.htm">Linked resources</A>
 <br><A href="../concepts/cpathvars.htm">Path variables</A>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-43.htm">Creating a folder</a>
 <br><a href="../tasks/tasks-45.htm">Creating linked resources</a>
 </P>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-27.htm">Navigator View</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-39.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-39.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-39.htm
--- reference/ref-39.htm	24 Jun 2004 15:07:04 -0000	1.17
+++ reference/ref-39.htm	10 Nov 2004 21:14:59 -0000
@@ -14,7 +14,7 @@
 This wizard helps you create a new file in the Workbench.</P>
 <P CLASS="Para">
 Here is what the New File wizard looks like:</P>
-<P CLASS="Para"> <img src="../images/Image246_file_wiz.gif" alt="New file dialog" border="0" width="424" height="590"></P>
+<P CLASS="Para"> <img src="../images/Image246_file_wiz.gif" alt="New file dialog" border="0" ></P>
 <P CLASS="Para">&nbsp;
 </P>
 <TABLE BORDER="1" cellspacing="0">
@@ -71,24 +71,24 @@
 Use the field below the check box to enter a file path or the name of a
 path variable. Use the <B>Browse...</B> button to browse for a file in the file system. Use the <B>Variables...</B> button if you want to use a path variable to reference a file system file.</P>
 
-<P><IMG border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<P><IMG border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br>
 <A href="../concepts/concepts-13.htm">Linked resources</A>
 <br>
 <A href="../concepts/cpathvars.htm">Path variables</A>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-44.htm">Creating a file</a>
 <br><a href="../tasks/tasks-45.htm">Creating linked resources</a>
 </P>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-27.htm">Navigator View</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-39a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-39a.htm,v
retrieving revision 1.2
diff -u -r1.2 ref-39a.htm
--- reference/ref-39a.htm	24 Jun 2004 00:09:27 -0000	1.2
+++ reference/ref-39a.htm	10 Nov 2004 21:14:59 -0000
@@ -19,7 +19,7 @@
 </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-40.htm">New CVS Repository Location wizard</a><br>
      <a href="ref-41a.htm">Merge wizard</a>
@@ -28,7 +28,7 @@
        
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </HTML>
Index: reference/ref-4.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-4.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-4.htm
--- reference/ref-4.htm	24 Jun 2004 00:09:27 -0000	1.15
+++ reference/ref-4.htm	10 Nov 2004 21:14:59 -0000
@@ -18,7 +18,7 @@
 <P CLASS="Para">
 Here is an example of the view toolbar for the Properties view:</P>
 <P CLASS="Para">
-<img src="../images/Image215_toolbar_view.gif" alt="Properties View Tool Bar" border="0" width="142" height="23"></P>
+<img src="../images/Image215_toolbar_view.gif" alt="Properties View Tool Bar" border="0" ></P>
 
 <h2>
 Title Bar</h2>
@@ -26,13 +26,13 @@
 View title bars contain the view name, its icon, and
 the view toolbar. </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-3.htm">Shortcut Bar</a>
 <br><a href="ref-2.htm">Workbench Toolbar</a>
 <br><a href="ref-23.htm">Workbench Window Layout</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-40.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-40.htm,v
retrieving revision 1.15
diff -u -r1.15 ref-40.htm
--- reference/ref-40.htm	20 Jul 2004 14:33:39 -0000	1.15
+++ reference/ref-40.htm	10 Nov 2004 21:14:59 -0000
@@ -139,12 +139,12 @@
   </tbody>     
 </table>
     <img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br>
     <a href="ref-32.htm">CVS Repositories View</a> </div>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
     
 </body>
Index: reference/ref-40a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-40a.htm,v
retrieving revision 1.2
diff -u -r1.2 ref-40a.htm
--- reference/ref-40a.htm	24 Jun 2004 00:09:26 -0000	1.2
+++ reference/ref-40a.htm	10 Nov 2004 21:14:59 -0000
@@ -74,13 +74,13 @@
 </p> 
    
 <img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="ref-32.htm">CVS Repositories View</a>
  <br><a href="ref-40.htm">Add CVS Repository wizard</a> 
  </div>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
     
 </body>
Index: reference/ref-40b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-40b.htm,v
retrieving revision 1.2
diff -u -r1.2 ref-40b.htm
--- reference/ref-40b.htm	24 Jun 2004 00:09:26 -0000	1.2
+++ reference/ref-40b.htm	10 Nov 2004 21:14:59 -0000
@@ -67,12 +67,12 @@
 </p>
 
 <img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="ref-40.htm">Add CVS Repository wizard</a> 
  </div>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
     
 </body>
Index: reference/ref-41a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-41a.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-41a.htm
--- reference/ref-41a.htm	24 Jun 2004 00:09:27 -0000	1.19
+++ reference/ref-41a.htm	10 Nov 2004 21:14:59 -0000
@@ -37,7 +37,7 @@
 </P>
 
 
-<P><img src="../images/Image269_merge_init.gif" alt="Merge dialog initial state" border="0" width="438" height="616">
+<P><img src="../images/Image269_merge_init.gif" alt="Merge dialog initial state" border="0" >
 </P>
 
 
@@ -63,7 +63,7 @@
   into your local workspace.</p>
 
 
-<P><img src="../images/Image270_merge_end.gif" alt="Merge dialog end state" border="0" width="438" height="616">
+<P><img src="../images/Image270_merge_end.gif" alt="Merge dialog end state" border="0" >
 </P>
 
 
@@ -75,25 +75,25 @@
   you can update or merge changes into your Workbench.</P>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 <br><a href="../concepts/concepts-27b.htm">Branches</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-100a.htm">Branching</a>
 <br><a href="../tasks/tasks-100b.htm">Merging from a branch</a>
 </p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
  <br><a href="../reference/ref-47.htm">CVS</a>
   <br><a href="ref-33a.htm">CVS Merge Synchronization</a>  
  <br><a href="ref-25.htm">Compare editor</a>  
  </p>
     
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-43.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-43.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-43.htm
--- reference/ref-43.htm	24 Jun 2004 00:09:27 -0000	1.13
+++ reference/ref-43.htm	10 Nov 2004 21:14:59 -0000
@@ -53,7 +53,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-45.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-45.htm,v
retrieving revision 1.19
diff -u -r1.19 ref-45.htm
--- reference/ref-45.htm	25 Jun 2004 00:02:58 -0000	1.19
+++ reference/ref-45.htm	10 Nov 2004 21:14:59 -0000
@@ -50,24 +50,24 @@
 pre-defined working sets, previously selected resources or projects enclosing
 the selected resources.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br>
 <a href="../concepts/csearchview.htm">Search view</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br>
 <a href="../tasks/tasks-84b.htm">Searching for files</a><br>
 <a href="../tasks/tasks-84.htm">Searching for text within a file</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br>
 <a href="ref-26.htm">Search view</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: reference/ref-47.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-47.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-47.htm
--- reference/ref-47.htm	24 Jun 2004 00:09:26 -0000	1.12
+++ reference/ref-47.htm	10 Nov 2004 21:14:59 -0000
@@ -18,7 +18,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-48a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-48a.htm,v
retrieving revision 1.16
diff -u -r1.16 ref-48a.htm
--- reference/ref-48a.htm	24 Jun 2004 00:09:26 -0000	1.16
+++ reference/ref-48a.htm	10 Nov 2004 21:14:59 -0000
@@ -64,7 +64,7 @@
     view.</p>
 </DIV>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-5.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-5.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-5.htm
--- reference/ref-5.htm	24 Jun 2004 00:09:26 -0000	1.9
+++ reference/ref-5.htm	10 Nov 2004 21:14:59 -0000
@@ -55,7 +55,7 @@
 files and folders cannot be built.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-56.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-56.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-56.htm
--- reference/ref-56.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-56.htm	10 Nov 2004 21:14:59 -0000
@@ -107,7 +107,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-57.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-57.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-57.htm
--- reference/ref-57.htm	24 Jun 2004 00:09:26 -0000	1.13
+++ reference/ref-57.htm	10 Nov 2004 21:14:59 -0000
@@ -113,7 +113,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-58.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-58.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-58.htm
--- reference/ref-58.htm	24 Jun 2004 00:09:27 -0000	1.18
+++ reference/ref-58.htm	10 Nov 2004 21:14:59 -0000
@@ -91,12 +91,12 @@
 <b>Back</b> command.  Analagous to the <b>Forward</b> button on a web browser.</P>
 </DIV>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-46ag.htm">Finding a resource quickly</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-59.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-59.htm,v
retrieving revision 1.14
diff -u -r1.14 ref-59.htm
--- reference/ref-59.htm	24 Jun 2004 00:09:27 -0000	1.14
+++ reference/ref-59.htm	10 Nov 2004 21:14:59 -0000
@@ -80,7 +80,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-6.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-6.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-6.htm
--- reference/ref-6.htm	24 Jun 2004 00:09:26 -0000	1.11
+++ reference/ref-6.htm	10 Nov 2004 21:14:59 -0000
@@ -26,7 +26,7 @@
 perspective shows views relevant to resource management.
 </P>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-60.htm">Window Menu</a>
 <br><a href="ref-24.htm">Editor Area</a>
 <br><a href="ref-27.htm">Navigator View</a>
@@ -34,7 +34,7 @@
 <br><a href="ref-31.htm">Tasks View</a>
 </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-60.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-60.htm,v
retrieving revision 1.18
diff -u -r1.18 ref-60.htm
--- reference/ref-60.htm	20 Jul 2004 14:33:39 -0000	1.18
+++ reference/ref-60.htm	10 Nov 2004 21:14:59 -0000
@@ -32,7 +32,7 @@
 <P CLASS="Para">
 The perspectives you will likely want to open are
 listed first.&nbsp;This list is dependent on the current perspective. From the <b>Other...</b> submenu you can open any perspective.</P>
-<P CLASS="Para"><img src="../images/Image207_persp_sel.gif" alt="Select Perspective dialog" border="0" width="245" height="319"></P>
+<P CLASS="Para"><img src="../images/Image207_persp_sel.gif" alt="Select Perspective dialog" border="0" ></P>
 <P CLASS="Para">&nbsp;</P>
 </DIV>
 
@@ -45,7 +45,7 @@
 Preferences &gt; Workbench &gt; Perspectives page</b>. Views you are likely to want to open are listed
 first.&nbsp;This list is dependent on the current perspective. From the <b>Other...</b> submenu you can open any view.&nbsp; The views
 are sorted into categories in the Show View dialog.</P>
-<P CLASS="Para"><img src="../images/Image208_view_sel.gif" alt="Show View Dialog" border="0" width="294" height="420"></P>
+<P CLASS="Para"><img src="../images/Image208_view_sel.gif" alt="Show View Dialog" border="0" ></P>
 </DIV>
 
 <DIV CLASS="Topic">
@@ -54,7 +54,7 @@
 <DIV CLASS="Topic">
   <P CLASS="Para"> Each perspective includes a predefined set of actions that are 
     accessible from the menu bar and Workbench toolbar.&nbsp;</P>
-<P CLASS="Para"><img src="../images/Image258_perps_custom.gif" alt="Customize Perspective Dialog" border="0" width="642" height="491"> 
+<P CLASS="Para"><img src="../images/Image258_perps_custom.gif" alt="Customize Perspective Dialog" border="0" > 
   </P>
 </DIV>
 
@@ -66,7 +66,7 @@
 creating your own custom perspective.&nbsp; You can open more perspectives of
 this type using the <b>Window &gt; Open Perspective &gt; Other</b> menu item once you have
 saved a perspective.&nbsp;</P>
-  <P CLASS="Para"> <img src="../images/Image206_persp_saveas.gif" alt="Save Perspective As dialog" border="0" width="273" height="409">x</P>
+  <P CLASS="Para"> <img src="../images/Image206_persp_saveas.gif" alt="Save Perspective As dialog" border="0" >x</P>
 </DIV>
 
 <DIV CLASS="Topic">
@@ -136,7 +136,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-61.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-61.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-61.htm
--- reference/ref-61.htm	22 Sep 2004 20:14:17 -0000	1.17
+++ reference/ref-61.htm	10 Nov 2004 21:14:59 -0000
@@ -40,7 +40,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-65.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-65.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-65.htm
--- reference/ref-65.htm	24 Jun 2004 17:04:04 -0000	1.12
+++ reference/ref-65.htm	10 Nov 2004 21:14:59 -0000
@@ -30,7 +30,7 @@
 <TBODY>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-10.gif" ALIGN="BASELINE" width="16" height="16" alt="Open Project icon">
+<IMG SRC="../images/ref-10.gif" ALIGN="BASELINE"  alt="Open Project icon">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
@@ -39,7 +39,7 @@
 </TR>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-12.gif" ALIGN="BASELINE" width="16" height="16" alt="Folder icon">
+<IMG SRC="../images/ref-12.gif" ALIGN="BASELINE"  alt="Folder icon">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
@@ -48,7 +48,7 @@
 </TR>
 <TR>
 <TD COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-11.gif" ALIGN="BASELINE" width="16" height="16" alt="Closed Project icon">
+<IMG SRC="../images/ref-11.gif" ALIGN="BASELINE"  alt="Closed Project icon">
 </TD>
 <TD COLSPAN="1" valign="top" align="left">
 Project (closed)
@@ -56,7 +56,7 @@
 </TR>
 <TR>
 <TD COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-15.gif" ALIGN="BASELINE" width="16" height="16" alt="File Icon">
+<IMG SRC="../images/ref-15.gif" ALIGN="BASELINE"  alt="File Icon">
 </TD>
 <TD COLSPAN="1" valign="top" align="left">
 Generic File
@@ -66,7 +66,7 @@
 </TABLE>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-66.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-66.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-66.htm
--- reference/ref-66.htm	25 Jun 2004 00:02:58 -0000	1.13
+++ reference/ref-66.htm	10 Nov 2004 21:14:59 -0000
@@ -57,7 +57,7 @@
 </TR>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" width="40">
-<IMG SRC="../images/ref-81.gif" ALIGN="BASELINE"  alt="Search result icon" width="16" height="16">
+<IMG SRC="../images/ref-81.gif" ALIGN="BASELINE"  alt="Search result icon" >
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" width="169">
 <P CLASS="Para">
@@ -66,7 +66,7 @@
 </TR>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" width="40">
-<IMG SRC="../images/ref-24.gif" ALIGN="BASELINE"  alt="Error marker icon" width="16" height="16">
+<IMG SRC="../images/ref-24.gif" ALIGN="BASELINE"  alt="Error marker icon" >
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" width="169">
 <P CLASS="Para">
@@ -95,7 +95,7 @@
 </TABLE>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-67.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-67.htm,v
retrieving revision 1.13
diff -u -r1.13 ref-67.htm
--- reference/ref-67.htm	25 Jun 2004 00:02:58 -0000	1.13
+++ reference/ref-67.htm	10 Nov 2004 21:14:59 -0000
@@ -38,7 +38,7 @@
 <TBODY>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-20.gif" ALIGN="BASELINE" width="16" height="16" alt="information task">
+<IMG SRC="../images/ref-20.gif" ALIGN="BASELINE"  alt="information task">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
@@ -54,14 +54,14 @@
 </TR>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-21.gif" ALIGN="BASELINE" width="16" height="16" alt="High priority task">
+<IMG SRC="../images/ref-21.gif" ALIGN="BASELINE"  alt="High priority task">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
 High priority task</P>
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-22.gif" ALIGN="BASELINE" width="16" height="16" alt="Warning Task">
+<IMG SRC="../images/ref-22.gif" ALIGN="BASELINE"  alt="Warning Task">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
@@ -70,14 +70,14 @@
 </TR>
 <TR>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-23.gif" ALIGN="BASELINE" width="16" height="16" alt="Low priority task">
+<IMG SRC="../images/ref-23.gif" ALIGN="BASELINE"  alt="Low priority task">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
 Low priority task</P>
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
-<IMG SRC="../images/ref-24.gif" ALIGN="BASELINE" width="16" height="16" alt="Error task">
+<IMG SRC="../images/ref-24.gif" ALIGN="BASELINE"  alt="Error task">
 </TD>
 <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
@@ -88,7 +88,7 @@
 </TABLE>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-68.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-68.htm,v
retrieving revision 1.21
diff -u -r1.21 ref-68.htm
--- reference/ref-68.htm	25 Jun 2004 00:02:58 -0000	1.21
+++ reference/ref-68.htm	10 Nov 2004 21:14:59 -0000
@@ -24,139 +24,139 @@
   </THEAD>
   <TBODY>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/new_persp.gif" ALIGN="BASELINE"  alt = "New perspective image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/new_persp.gif" ALIGN="BASELINE"  alt = "New perspective image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open a new perspective</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/save_edit.gif" ALIGN="BASELINE"  alt = "Save edit image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/save_edit.gif" ALIGN="BASELINE"  alt = "Save edit image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Save the active editor contents</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/saveall_edit.gif" ALIGN="BASELINE"  alt = "Save all image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/saveall_edit.gif" ALIGN="BASELINE"  alt = "Save all image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Save the contents of all editors</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/saveas_edit.gif" ALIGN="BASELINE"  alt = "Save as image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/saveas_edit.gif" ALIGN="BASELINE"  alt = "Save as image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Save editor contents under a new name or location</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/search_src.gif" ALIGN="BASELINE"  alt = "Open search dialog image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/search_src.gif" ALIGN="BASELINE"  alt = "Open search dialog image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Opens the search dialog</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/print_edit.gif" ALIGN="BASELINE"  alt = "Print editor image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/print_edit.gif" ALIGN="BASELINE"  alt = "Print editor image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Print editor contents</P></TD>
     </TR>
     <TR> 
-      <TD height="40" COLSPAN="1" ROWSPAN="1" align="left" valign="top"> <IMG SRC="../images/new_wiz.gif" ALIGN="BASELINE"  alt = "New wizard image" width="16" height="16"> 
+      <TD height="40" COLSPAN="1" ROWSPAN="1" align="left" valign="top"> <IMG SRC="../images/new_wiz.gif" ALIGN="BASELINE"  alt = "New wizard image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para">Open 
           a resource creation wizard</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newfile_wiz.gif" ALIGN="BASELINE"  alt = "New file image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newfile_wiz.gif" ALIGN="BASELINE"  alt = "New file image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open a file creation wizard</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newfolder_wiz.gif" ALIGN="BASELINE"  alt = "New folder image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newfolder_wiz.gif" ALIGN="BASELINE"  alt = "New folder image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open a folder creation wizard</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newprj_wiz.gif" ALIGN="BASELINE"  alt = "New project image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/newprj_wiz.gif" ALIGN="BASELINE"  alt = "New project image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open a project creation wizard</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/import_wiz.gif" ALIGN="BASELINE"  alt = "Import wizard image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/import_wiz.gif" ALIGN="BASELINE"  alt = "Import wizard image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open the import wizard</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/export_wiz.gif" ALIGN="BASELINE"  alt = "Export wizard image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/export_wiz.gif" ALIGN="BASELINE"  alt = "Export wizard image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open the export wizard</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/build_exec.gif" ALIGN="BASELINE"  alt = "Build image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/build_exec.gif" ALIGN="BASELINE"  alt = "Build image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para">Run 
           incremental build</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/run_exec.gif" ALIGN="BASELINE"  alt = "Run image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/run_exec.gif" ALIGN="BASELINE"  alt = "Run image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Run a program</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/debug_exec.gif" ALIGN="BASELINE"  alt = "Debug image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/debug_exec.gif" ALIGN="BASELINE"  alt = "Debug image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Debug a program</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/external_tools.gif" ALIGN="BASELINE"  alt = "Run external tool" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/external_tools.gif" ALIGN="BASELINE"  alt = "Run external tool" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Run an external tool or Ant</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/cut_edit.gif" ALIGN="BASELINE"  alt = "Cut image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/cut_edit.gif" ALIGN="BASELINE"  alt = "Cut image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Cut selection to clipboard</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/copy_edit.gif" ALIGN="BASELINE"  alt = "Copy image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/copy_edit.gif" ALIGN="BASELINE"  alt = "Copy image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Copy selection to clipboard</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/paste_edit.gif" ALIGN="BASELINE"  alt = "Paste image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/paste_edit.gif" ALIGN="BASELINE"  alt = "Paste image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Paste selection from clipboard</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/undo_edit.gif" ALIGN="BASELINE"  alt = "Undo edit image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/undo_edit.gif" ALIGN="BASELINE"  alt = "Undo edit image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Undo most recent edit</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/redo_edit.gif" ALIGN="BASELINE"  alt = "Redo edit image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/redo_edit.gif" ALIGN="BASELINE"  alt = "Redo edit image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Redo most recent undone edit</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/next_nav.gif" ALIGN="BASELINE"  alt = "Navigate next image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/next_nav.gif" ALIGN="BASELINE"  alt = "Navigate next image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Navigate to next item in a list</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/prev_nav.gif" ALIGN="BASELINE"  alt = "Navigate previous image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/prev_nav.gif" ALIGN="BASELINE"  alt = "Navigate previous image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Navigate to previous item in a list</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/forward_nav.gif" ALIGN="BASELINE"  alt = "Navigate forwards image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/forward_nav.gif" ALIGN="BASELINE"  alt = "Navigate forwards image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Navigate forwards</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/backward_nav.gif" ALIGN="BASELINE"  alt = "Navigate backwards image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/backward_nav.gif" ALIGN="BASELINE"  alt = "Navigate backwards image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Navigate backwards</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/up_nav.gif" ALIGN="BASELINE"  alt = "Navigate up image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/up_nav.gif" ALIGN="BASELINE"  alt = "Navigate up image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Navigate up one level</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"><IMG SRC="../images/addbkmrk_tsk.gif" ALIGN="BASELINE"  alt = "Add bookmark or task image" width="16" height="16"></TD>
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"><IMG SRC="../images/addbkmrk_tsk.gif" ALIGN="BASELINE"  alt = "Add bookmark or task image" ></TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left">Add bookmark or task</TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/view_menu.gif" ALIGN="BASELINE"  alt = "View menu image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/view_menu.gif" ALIGN="BASELINE"  alt = "View menu image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Open a view's drop down menu</P></TD>
@@ -166,46 +166,46 @@
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Close view or editor</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/pin_editor.gif" ALIGN="BASELINE"  alt = "Pin editor image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/pin_editor.gif" ALIGN="BASELINE"  alt = "Pin editor image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Pin editor to prevent automatic reuse</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/filter_ps.gif" ALIGN="BASELINE"  alt = "Filter tasks or properties" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/filter_ps.gif" ALIGN="BASELINE"  alt = "Filter tasks or properties" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Filter tasks or properties</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/gotoobj_tsk.gif" ALIGN="BASELINE"  alt = "Goto object image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/gotoobj_tsk.gif" ALIGN="BASELINE"  alt = "Goto object image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Go to a task, problem, or bookmark in the editor</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/defaults_ps.gif" ALIGN="BASELINE"  alt = "Restore defaults image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/defaults_ps.gif" ALIGN="BASELINE"  alt = "Restore defaults image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Restore default properties</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/tree_mode.gif" ALIGN="BASELINE"  alt = "Tree mode image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/tree_mode.gif" ALIGN="BASELINE"  alt = "Tree mode image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Show items as a tree</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/refresh_nav.gif" ALIGN="BASELINE"  alt = "Refresh image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/refresh_nav.gif" ALIGN="BASELINE"  alt = "Refresh image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Refresh view contents</P></TD>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/alpha_mode.gif" ALIGN="BASELINE"  alt = "Alphabetical order image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/alpha_mode.gif" ALIGN="BASELINE"  alt = "Alphabetical order image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Sort list in alphabetical order</P></TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/stop_nav.gif" ALIGN="BASELINE"  alt = "Cancel operation image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/stop_nav.gif" ALIGN="BASELINE"  alt = "Cancel operation image" > 
       </TD>
       <td>Cancel a long running operation</td>
-      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/delete_edit.gif" ALIGN="BASELINE"  alt = "Delete image" width="16" height="16"> 
+      <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <IMG SRC="../images/delete_edit.gif" ALIGN="BASELINE"  alt = "Delete image" > 
       </TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left"> <P CLASS="Para"> 
           Delete selected item or content</P></TD>
@@ -213,12 +213,12 @@
   </TBODY>
 </TABLE>
 <P>&nbsp;<br>
-<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><a href="../concepts/concepts-18.htm"><br>
+<img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><a href="../concepts/concepts-18.htm"><br>
 Toolbars</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-6a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-6a.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-6a.htm
--- reference/ref-6a.htm	24 Jun 2004 00:09:27 -0000	1.11
+++ reference/ref-6a.htm	10 Nov 2004 21:14:59 -0000
@@ -18,7 +18,7 @@
 <p>Neither projects nor folders have local history.</p>
 <p>Here is a look at what the local history of a Workbench file might look
 like:</p>
-<p><img src="../images/Image273_local_hist.gif" alt="Local history dialog" border="0" width="482" height="404"></p>
+<p><img src="../images/Image273_local_hist.gif" alt="Local history dialog" border="0" ></p>
 <P>To view the local history of a file, choose Team &gt; Compare with &gt; Local History... from the pop-up
 menu.&nbsp;You can select different local states in the list, which are compared against the
 current file. You can also revert to the local history when you select a file and
@@ -26,7 +26,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-70.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-70.htm,v
retrieving revision 1.17
diff -u -r1.17 ref-70.htm
--- reference/ref-70.htm	24 Jun 2004 16:10:06 -0000	1.17
+++ reference/ref-70.htm	10 Nov 2004 21:14:59 -0000
@@ -16,13 +16,13 @@
 When the Import wizard first comes up, you must choose what type of import to
 do:</P>
 <P CLASS="Para">
-<img src="../images/Image261_import_sel.gif" alt="Import wizard" border="0" width="470" height="550"></P>
+<img src="../images/Image261_import_sel.gif" alt="Import wizard" border="0" ></P>
 <DIV CLASS="Topic">
 <h2>
 File System</h2>
 <p CLASS="Head">
 If you choose this option, you will import files from the file system.</p>
-  <p CLASS="Head"> <img src="../images/Image262_import_file.gif" alt="Import file system page" border="0" width="573" height="591"></p>
+  <p CLASS="Head"> <img src="../images/Image262_import_file.gif" alt="Import file system page" border="0" ></p>
 <p CLASS="Head">&nbsp;
 </p>
 <TABLE BORDER="1" cellspacing="0">
@@ -163,7 +163,7 @@
 ZIP File</h2>
 <p CLASS="Head">
 If you choose this option, you will import files from an archive (ZIP) file.</p>
-  <P>&nbsp;<img src="../images/Image263_import_zip.gif" alt="ZIP file import wizard page" border="0" width="573" height="550"> 
+  <P>&nbsp;<img src="../images/Image263_import_zip.gif" alt="ZIP file import wizard page" border="0" > 
   </P>
 <P>&nbsp;
 </P>
@@ -279,7 +279,7 @@
 <p CLASS="Head">
 Imports a project into this workspace that was previously located in this workspace, or
 that currently exists in another workspace.</p>
-  <P>&nbsp;<img src="../images/Image264_existing_project.gif" alt="Existing project import wizard page" border="0" width="470" height="292"> 
+  <P>&nbsp;<img src="../images/Image264_existing_project.gif" alt="Existing project import wizard page" border="0" > 
   </P>
 <P>&nbsp;
 </P>
@@ -329,7 +329,7 @@
 Imports a description of the repository and version control information for a set of projects.
 This allows you to synchronize correctly with the appropriate project state in your repository.
 </p>
-  <P>&nbsp;<img src="../images/Image265_team_project.gif" alt="Team project set import wizard page" border="0" width="435" height="296"> 
+  <P>&nbsp;<img src="../images/Image265_team_project.gif" alt="Team project set import wizard page" border="0" > 
   </P>
 <P>&nbsp;
 </P>
@@ -372,7 +372,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-71.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-71.htm,v
retrieving revision 1.20
diff -u -r1.20 ref-71.htm
--- reference/ref-71.htm	22 Jul 2004 19:42:06 -0000	1.20
+++ reference/ref-71.htm	10 Nov 2004 21:15:00 -0000
@@ -15,13 +15,13 @@
 <P CLASS="Para">
 When the Export wizard first comes up, you must choose what type of export to
 do:</P>
-<P CLASS="Para"> <img src="../images/Image264_export_sel.gif" alt="Export selection page" border="0" width="347" height="372"></P>
+<P CLASS="Para"> <img src="../images/Image264_export_sel.gif" alt="Export selection page" border="0" ></P>
 <DIV CLASS="Topic">
 <h2>
 File System</h2>
 <p CLASS="Head">
 If you choose this option, you will export files to the file system.</p>
-  <p CLASS="Head"> <img src="../images/Image265_export_file.gif" alt="Export file system" border="0" width="551" height="571"></p>
+  <p CLASS="Head"> <img src="../images/Image265_export_file.gif" alt="Export file system" border="0" ></p>
 <p CLASS="Head">&nbsp;
 </p>
 <TABLE BORDER="1" cellspacing="0">
@@ -160,7 +160,7 @@
 ZIP File</h2>
 <p CLASS="Head">
 If you choose this option, you will export files to an archive (ZIP) file.</p>
-  <P>&nbsp;<img src="../images/Image266_export_zip.gif" alt="ZIP file export" border="0" width="603" height="571"> 
+  <P>&nbsp;<img src="../images/Image266_export_zip.gif" alt="ZIP file export" border="0" > 
   </P>
 <P>&nbsp;
 </P>
@@ -311,7 +311,7 @@
 Jar File</h2>
 <p CLASS="Head">
 If you choose this option, you will export files to an JAR file.</p>
-  <p CLASS="Head"> <img src="../images/Image267_export_jar.gif" alt="Export JAR page" border="0" width="565" height="603"></p>
+  <p CLASS="Head"> <img src="../images/Image267_export_jar.gif" alt="Export JAR page" border="0" ></p>
 <p CLASS="Head">&nbsp;
 </p>
 
@@ -427,7 +427,7 @@
 Exports a description of the repository and version control information for a set of projects.
 This allows you to synchronize those projects correctly in a different workspace.
 </p>
-  <p CLASS="Head"> <img src="../images/Image268_export_team.gif" alt="Export team project set page" border="0" width="470" height="605"></p>
+  <p CLASS="Head"> <img src="../images/Image268_export_team.gif" alt="Export team project set page" border="0" ></p>
 <p CLASS="Head">&nbsp;
 </p>
 
@@ -484,7 +484,7 @@
 </DIV>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-72.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-72.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-72.htm
--- reference/ref-72.htm	24 Jun 2004 00:09:27 -0000	1.7
+++ reference/ref-72.htm	10 Nov 2004 21:15:00 -0000
@@ -20,14 +20,14 @@
 file.<p CLASS="Para"><b>Import</b>: Import will apply the preferences in a
 user-specified file.&nbsp;
 <p>Here is what the preferences dialog looks like:
-<p><img src="../images/Image217_pref_wb.gif" alt="Preference dialog" border="0" width="505" height="453"></p>
+<p><img src="../images/Image217_pref_wb.gif" alt="Preference dialog" border="0" ></p>
 
-<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<P><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="ref-23.htm">Workbench window layout</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: reference/ref-8.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-8.htm,v
retrieving revision 1.11
diff -u -r1.11 ref-8.htm
--- reference/ref-8.htm	24 Jun 2004 00:09:26 -0000	1.11
+++ reference/ref-8.htm	10 Nov 2004 21:15:00 -0000
@@ -31,7 +31,7 @@
 the state of their plug-ins.</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-activites.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-activites.htm,v
retrieving revision 1.3
diff -u -r1.3 ref-activites.htm
--- reference/ref-activites.htm	24 Jun 2004 00:09:26 -0000	1.3
+++ reference/ref-activites.htm	10 Nov 2004 21:15:00 -0000
@@ -19,7 +19,7 @@
   the activities bound to categories and the plug-ins bound to activities. The 
   latter items are also initially read from Eclipse's workspace directory. <br>
 </P>
-<p><img src="../images/viewer.gif" alt="Image of Viewers page" border="0" width="575" height="489"></p>
+<p><img src="../images/viewer.gif" alt="Image of Viewers page" border="0" ></p>
 <p><strong>Descriptions Page</strong></p>
 <p> Categories and activities are defined by mandatory IDs, names and optional 
   descriptions. The descriptions page has two viewers, one which allows for the 
@@ -30,13 +30,13 @@
   the current activities. When the editor switches to another page, the descriptions 
   are then updated in the &quot;activities.xml&quot; file. <br>
 </p>
-<p><img src="../images/description.gif" alt="Image of Descriptions page" border="0" width="575" height="489"></p>
+<p><img src="../images/description.gif" alt="Image of Descriptions page" border="0" ></p>
 
 <p><strong>&quot;activities.xml&quot; Page</strong></p>
 <p> When the &quot;activities.xml&quot; page tab is clicked it updates automatically. 
   The file will contain the category, activity, and binding definitions represented 
   in the viewers' page. </p>
-<p><img src="../images/xml.gif" alt="Image of activities.xml page" border="0" width="575" height="489"></p>
+<p><img src="../images/xml.gif" alt="Image of activities.xml page" border="0" ></p>
 
 <p><strong>Generated Format </strong> </p>
 <p>Activity pattern bindings are created when plug-ins are added to an activity. 
@@ -55,12 +55,12 @@
   when a category is created. The ID will have the following format: &quot;categoryName&quot; 
   + Category, where the category name has been stripped from spaces, and converted 
   to lower case. </P>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
   <a href="../concepts/concepts-activites.htm">Activities</a>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="../tasks/tasks-activites.htm">Activities Example</a> 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: reference/ref-activitiespref.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-activitiespref.htm,v
retrieving revision 1.5
diff -u -r1.5 ref-activitiespref.htm
--- reference/ref-activitiespref.htm	24 Jun 2004 13:09:52 -0000	1.5
+++ reference/ref-activitiespref.htm	10 Nov 2004 21:15:00 -0000
@@ -16,15 +16,15 @@
   case when deselecting Java Development and Core Team Support.</P>
 <P CLASS="Para">Here is what the Capabilities preference page looks like: </P>
 
-<p><img src="../images/cap-pref.gif" alt="Image of Capabilities Preference page" border="0" width="635" height="539"></p>
+<p><img src="../images/cap-pref.gif" alt="Image of Capabilities Preference page" border="0" ></p>
 <p>When attempting to enable an action after its capability has been disabled 
   or has yet to be enabled in the preferences page, the following <strong>Confirm 
   Enablement </strong>prompt will appear verifying that you do indeed want to 
   enable the required capability. Click <strong>Details</strong> to display a 
   description of the capability.</p>
-<p><img src="../images/cap-conf.gif" alt="Image of Confirm Enablement prompt" border="0" width="321" height="236"></p>
+<p><img src="../images/cap-conf.gif" alt="Image of Confirm Enablement prompt" border="0" ></p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: reference/ref-anteditor.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-anteditor.htm,v
retrieving revision 1.3
diff -u -r1.3 ref-anteditor.htm
--- reference/ref-anteditor.htm	24 Jun 2004 00:09:27 -0000	1.3
+++ reference/ref-anteditor.htm	10 Nov 2004 21:15:00 -0000
@@ -36,27 +36,27 @@
      
         
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
      <a href="../concepts/concepts-antsupport.htm">Ant support</a><br>
      <a href="../concepts/concepts-exttools.htm">External tools</a></p>
      
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27"><br>
+ ><br>
 <a href="../tasks/tasks-ant-running.htm">Running Ant buildfiles</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
 <a href="../tasks/tasks-ant-addtasksandtypes.htm">Adding new Ant tasks and types</a><br>
 <a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a></p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-anteditorprefs.htm">Ant editor preferences</a><br>
      <a href="ref-anticons.htm">External Tools and Ant icons</a>
    </p>
           
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
       
 </body>
Index: reference/ref-anteditorprefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-anteditorprefs.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-anteditorprefs.htm
--- reference/ref-anteditorprefs.htm	25 Jun 2004 00:02:58 -0000	1.7
+++ reference/ref-anteditorprefs.htm	10 Nov 2004 21:15:00 -0000
@@ -131,10 +131,10 @@
 <P CLASS="Para">
 <img src="../images/ant_editor_appearance.gif" width=542 height=493 alt="Ant editor appearance preference page" border="0"></P>
 
-<P CLASS="Para"> <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"> 
+<P CLASS="Para"> <img border="0" src="../images/ngrelc.gif" alt="Related concepts" > 
   <br>
   <a href="../concepts/concepts-antsupport.htm">Ant support</a> </P>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="ref-anteditor.htm">Ant Editor</a><br>
 <a href="../reference/ref-antprefs.htm">Ant preferences</a><br>
 <a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a>
@@ -142,7 +142,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-anticons.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-anticons.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-anticons.htm
--- reference/ref-anticons.htm	25 Jun 2004 00:02:58 -0000	1.7
+++ reference/ref-anticons.htm	10 Nov 2004 21:15:00 -0000
@@ -262,7 +262,7 @@
     <br>
      
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
   </body>
 </html>
Index: reference/ref-antprefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-antprefs.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-antprefs.htm
--- reference/ref-antprefs.htm	24 Jun 2004 00:09:26 -0000	1.8
+++ reference/ref-antprefs.htm	10 Nov 2004 21:15:00 -0000
@@ -21,19 +21,19 @@
 <P>&nbsp;You can also configure the color of the Ant build output.&nbsp;
 </P>
 
-<P><img src="../images/ant_prefs.gif" alt="Ant preference page" border="0" width="743" height="468">
+<P><img src="../images/ant_prefs.gif" alt="Ant preference page" border="0" >
 </P>
 
-<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" width="159" height="27">
+<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" >
 <br><a href="../concepts/concepts-antsupport.htm">Ant support</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a><br>
 <a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-antruntimeprefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-antruntimeprefs.htm,v
retrieving revision 1.5
diff -u -r1.5 ref-antruntimeprefs.htm
--- reference/ref-antruntimeprefs.htm	24 Jun 2004 00:09:27 -0000	1.5
+++ reference/ref-antruntimeprefs.htm	10 Nov 2004 21:15:00 -0000
@@ -12,36 +12,36 @@
 <P CLASS="Para">
 On the classpath page you can add additional classes defining tasks and types to the Ant classpath.</P>
 <P CLASS="Para">
-<img src="../images/Image91_ant_prefs_1.gif" alt="Ant classpath preference page" border="0" width="583" height="441"></P>
+<img src="../images/Image91_ant_prefs_1.gif" alt="Ant classpath preference page" border="0" ></P>
 
 <P CLASS="Para">
 On the tasks page you can add tasks defined in one of the classes on the classpath.</P>
 <P CLASS="Para">
-<img src="../images/Image91_ant_prefs_2.gif" alt="Ant tasks preference page" border="0" width="582" height="290">
+<img src="../images/Image91_ant_prefs_2.gif" alt="Ant tasks preference page" border="0" >
 </P>
 
 <P CLASS="Para">
 On the types page you can add types defined in one of the classes on the classpath.</P>
 <P CLASS="Para">
-<img src="../images/Image91_ant_prefs_3.gif" alt="Ant types preference page" border="0" width="612" height="372">
+<img src="../images/Image91_ant_prefs_3.gif" alt="Ant types preference page" border="0" >
 </P>
 
 <P CLASS="Para">
 On the properties page you can add properties and property files that will be passed into Ant.</P>
 <P CLASS="Para">
-<img src="../images/ant_runtime_properties.gif" alt="Ant properties preference page" border="0" width="576" height="414">
+<img src="../images/ant_runtime_properties.gif" alt="Ant properties preference page" border="0" >
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-antsupport.htm">Ant support</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-antprefs.htm">Ant preferences</a><br>
 <a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-antview.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-antview.htm,v
retrieving revision 1.9
diff -u -r1.9 ref-antview.htm
--- reference/ref-antview.htm	24 Jun 2004 13:00:43 -0000	1.9
+++ reference/ref-antview.htm	10 Nov 2004 21:15:00 -0000
@@ -97,20 +97,20 @@
 <p class="Para">This menu allows you to open an editor on the selected buildfile.</p>
         
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
      <a href="../concepts/concepts-antsupport.htm">Ant support</a><br>
      <a href="../concepts/concepts-exttools.htm">External tools</a></p>
      
 <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"
- width="159" height="27"><br>
+ ><br>
 <a href="../tasks/tasks-ant-running.htm">Running Ant buildfiles</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
 <a href="../tasks/tasks-ant-addtasksandtypes.htm">Adding new Ant tasks and types</a><br>
 <a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a></p>
 
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27">
+ >
   <br>
      <a href="ref-antruntimeprefs.htm">Ant runtime preferences</a><br>
      <a href="ref-anteditor.htm">Ant Editor</a><br>
@@ -118,7 +118,7 @@
    </p>
           
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
       
 </body>
Index: reference/ref-cheatsheets.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm,v
retrieving revision 1.5
diff -u -r1.5 ref-cheatsheets.htm
--- reference/ref-cheatsheets.htm	25 Jun 2004 00:02:58 -0000	1.5
+++ reference/ref-cheatsheets.htm	10 Nov 2004 21:15:00 -0000
@@ -26,7 +26,7 @@
  
   <li>When Eclipse is first started, the Welcome page is displayed, on this page 
     select <strong>Tutorials</strong>.<br>
-	<img src="../images/image92-tutorial.gif" alt="Tutorial Icon" border="0" width="95" height="88"></li>
+	<img src="../images/image92-tutorial.gif" alt="Tutorial Icon" border="0" ></li>
   <li> 
     <p>Then, from the Tutorials page select a cheat sheet. </p>
     <p>&nbsp;</p>
@@ -38,7 +38,7 @@
   <li>To launch a cheat sheet from the Workbench, select <strong>Help &gt; Cheat 
     Sheets </strong>from the menu bar. </li>
   <br>
-  <img src="../images/image92-opencheat.gif" alt="Accessing Cheat sheet via Help menu" border="0" width="155" height="157"></li> 
+  <img src="../images/image92-opencheat.gif" alt="Accessing Cheat sheet via Help menu" border="0" ></li> 
   <li>The available cheat sheets are listed, select one and click <strong>OK</strong>.</li>
 </ol>
 <p>The cheat sheet opens as a view. At any time, only one cheat sheet is open 
@@ -48,16 +48,16 @@
 <p>The cheat sheet has a toolbar at the top right edge. These icons appear in 
   the toolbar:</p>
 <ul>
-  <li><img src="../images/image92-collapse.gif" alt="Collapse button" border="0" width="21" height="21">Collapses 
+  <li><img src="../images/image92-collapse.gif" alt="Collapse button" border="0" >Collapses 
     all the expanded steps except the current step or expands steps to the last 
     expanded state. Click to toggle between these two states. </li>
-  <li><img src="../images/image92-select.gif" alt="Select button" border="0" width="24" height="22">Allows 
+  <li><img src="../images/image92-select.gif" alt="Select button" border="0" >Allows 
     you to select and open another cheat sheet. The completion status of the active 
     cheat sheet is saved. Then, the active cheat sheet is closed and the selected 
     cheat sheet is opened. </li>
-  <li><img src="../images/image92-hide.gif" alt="Hide button" border="0" width="18" height="14">Hides 
+  <li><img src="../images/image92-hide.gif" alt="Hide button" border="0" >Hides 
     the cheat sheet. </li>
-  <li><img src="../images/image92-save.gif" alt="Save button" border="0" width="15" height="16">Saves 
+  <li><img src="../images/image92-save.gif" alt="Save button" border="0" >Saves 
     the completion status of the active cheat sheet and closes it. <br>
   </li>
 </ul>
@@ -65,28 +65,28 @@
 <p> Each cheat sheet has a list of steps and it always begins with an Introduction 
   step. When you launch a fresh cheat sheet, the Introduction step is expanded 
   so that you can read a brief description of the cheat sheet. To start working 
-  with the cheat sheet, click <strong> Click to Begin</strong> <strong><img src="../images/image92-begin.gif" alt="Click to Begin button" border="0" width="28" height="24"> 
+  with the cheat sheet, click <strong> Click to Begin</strong> <strong><img src="../images/image92-begin.gif" alt="Click to Begin button" border="0" > 
   </strong>in that step. The next step is expanded and highlighted. You should 
-  also see one or more actions buttons, such as <strong>Click to Perform </strong><strong><img src="../images/image92-perform.gif" alt="Click to Perform button" border="0" width="22" height="22"></strong> 
+  also see one or more actions buttons, such as <strong>Click to Perform </strong><strong><img src="../images/image92-perform.gif" alt="Click to Perform button" border="0" ></strong> 
   in the highlighted step. You can now begin working through the tasks using the 
   cheat sheet. At any time, the only highlighted step in the cheat sheet is the 
   current step. </p>
 <h3>Restarting the cheat sheet</h3>
 <p>Any time after starting a cheat sheet, you can restart from the first step 
-  by clicking <strong>Click to Restart </strong><strong><img src="../images/image92-restart.gif" alt="Click to Restart button" border="0" width="26" height="28"></strong> 
+  by clicking <strong>Click to Restart </strong><strong><img src="../images/image92-restart.gif" alt="Click to Restart button" border="0" ></strong> 
   in the Introduction step. If you have already created some artifacts, you will 
   have to manually clean up the workspace before restarting the cheat sheet.</p>
 <h3>Progressing through the steps</h3>
-<p>In the current step, when you click <strong>Click to Perform <img src="../images/image92-perform.gif" alt="Click to Perform button" border="0" width="22" height="22"></strong>, 
+<p>In the current step, when you click <strong>Click to Perform <img src="../images/image92-perform.gif" alt="Click to Perform button" border="0" ></strong>, 
   a tool (which can be a wizard), will be launched and you will be required to 
   work with that tool. When you finish working with that tool, the next step is 
   automatically highlighted and it becomes the current step. When the current 
   step is a manual task, you will need to perform the work and click <strong>Click 
-  to Complete </strong><strong><img src="../images/image92-complete.gif" alt="Click to Complete button" border="0" width="23" height="25"></strong> 
-  to move to the next step. A check mark <strong><img src="../images/image92-check.gif" alt="Check mark icon" border="0" width="24" height="21"></strong> 
+  to Complete </strong><strong><img src="../images/image92-complete.gif" alt="Click to Complete button" border="0" ></strong> 
+  to move to the next step. A check mark <strong><img src="../images/image92-check.gif" alt="Check mark icon" border="0" ></strong> 
   appears in the left margin of each completed step.</p>
 <h3>Getting help information for tasks</h3>
-<p>To get step-by-step instructions for that step, click the help link <strong><img src="../images/image92-help.gif" alt="Help Link Icon" border="0" width="21" height="22"></strong> 
+<p>To get step-by-step instructions for that step, click the help link <strong><img src="../images/image92-help.gif" alt="Help Link Icon" border="0" ></strong> 
   in the step before you click <strong>Click to Perform</strong> <strong><img src="../images/image92-perform.gif" width=22 height=22 alt="Click to Perform button" border="0"></strong>, 
   and the step-by-step instructions on how to work with that tool will be displayed 
   in the Help window. </p>
@@ -94,24 +94,24 @@
   focusing on the field (use the <strong>Tab</strong> key to position to that 
   entry) and pressing <strong>F1</strong>.</p>
 <h3>Skipping a step</h3>
-<p>If a current step has a <strong>Click to Skip</strong> option<strong> <img src="../images/image92-skip.gif" alt="Click to Skip button" border="0" width="26" height="22"></strong>, 
-  then it is an optional step. You must click <strong>Click to Skip</strong> <strong><img src="../images/image92-skip.gif" alt="Click to Skip button" border="0" width="26" height="22"></strong> 
-  to skip the current step, when you do, the step will have the skip mark <strong><img src="../images/image92-skip-mark.gif" alt="Skip mark icon" border="0" width="23" height="20"></strong> 
+<p>If a current step has a <strong>Click to Skip</strong> option<strong> <img src="../images/image92-skip.gif" alt="Click to Skip button" border="0" ></strong>, 
+  then it is an optional step. You must click <strong>Click to Skip</strong> <strong><img src="../images/image92-skip.gif" alt="Click to Skip button" border="0" ></strong> 
+  to skip the current step, when you do, the step will have the skip mark <strong><img src="../images/image92-skip-mark.gif" alt="Skip mark icon" border="0" ></strong> 
   in the left margin. If the task does not present <strong>Click to Skip</strong>, 
   you must perform that step and you cannot skip it.</p>
 <h3>Redoing a step </h3>
 <p>You can redo any step that you may have completed or skipped in the current 
-  cheat sheet. To redo the step, expand the step by clicking its expand <strong><img src="../images/image92-expand.gif" alt="Expand Icon" border="0" width="19" height="19"></strong>icon 
-  and then clicking <strong>Click to Redo</strong> <strong><img src="../images/image92-redo.gif" alt="Click to Redo button" border="0" width="26" height="22"></strong>. 
+  cheat sheet. To redo the step, expand the step by clicking its expand <strong><img src="../images/image92-expand.gif" alt="Expand Icon" border="0" ></strong>icon 
+  and then clicking <strong>Click to Redo</strong> <strong><img src="../images/image92-redo.gif" alt="Click to Redo button" border="0" ></strong>. 
   After redoing a step, the cheat sheet will continue from the redo step.</p>
 <h3>Closing the cheat sheet</h3>
 <p>When you finish the last step in a cheat sheet, it automatically restarts. 
-  You can also close the active cheat sheet by clicking the close icon <strong><img src="../images/image92-close.gif" alt="Close icon" border="0" width="16" height="15"></strong> 
+  You can also close the active cheat sheet by clicking the close icon <strong><img src="../images/image92-close.gif" alt="Close icon" border="0" ></strong> 
   in the cheat sheet's toolbar. The active cheat sheet saves its completion status 
   when it is closed so that you can continue where you left off at a later time.<br>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-cvs-decorations.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-cvs-decorations.htm,v
retrieving revision 1.6
diff -u -r1.6 ref-cvs-decorations.htm
--- reference/ref-cvs-decorations.htm	24 Jun 2004 00:09:27 -0000	1.6
+++ reference/ref-cvs-decorations.htm	10 Nov 2004 21:15:00 -0000
@@ -21,53 +21,53 @@
     <td><strong>Description</strong></td>
   </tr>
   <tr> 
-    <td width="14%" align="center"><img src="../images/version_controlled.gif" alt="Version control icon" width="7" height="8"></td>
+    <td width="14%" align="center"><img src="../images/version_controlled.gif" alt="Version control icon" ></td>
     <td width="22%">Any</td>
     <td width="64%">Indicates that the resource is under version control.</td>
   </tr>
   <tr> 
-    <td align="center"><img src="../images/dirty_ov.gif" alt="Outgoing icon" width="8" height="8"></td>
+    <td align="center"><img src="../images/dirty_ov.gif" alt="Outgoing icon" ></td>
     <td>Any</td>
     <td>Indicates that the resource or one of its children contains outgoing changes.</td>
   </tr>
   <tr> 
-    <td align="center"><img src="../images/edited_ov.gif" alt="Edit local icon" width="7" height="8"></td>
+    <td align="center"><img src="../images/edited_ov.gif" alt="Edit local icon" ></td>
     <td>File</td>
     <td>Indicates that the project containing the file has been configured to 
       use watch/edit and the file is being edited locally.</td>
   </tr>
   <tr> 
-    <td align="center"><img src="../images/merged_ov.gif" alt="Merge conflict icon" width="7" height="8"></td>
+    <td align="center"><img src="../images/merged_ov.gif" alt="Merge conflict icon" ></td>
     <td>File</td>
     <td>Indicates that the file contains a merge conflict which has not yet been 
       resolved. The conflict is considered resolved once the file is modified 
       and saved.</td>
   </tr>
   <tr> 
-    <td align="center"><img src="../images/no_remotedir_ov.gif" alt="No remote folder icon" width="7" height="8"></td>
+    <td align="center"><img src="../images/no_remotedir_ov.gif" alt="No remote folder icon" ></td>
     <td>Project or Folder</td>
     <td>Indicates that the folder is under version control but does not correspond 
       to an existing remote directory but is instead most likely a module defined 
       in the CVSROOT/modules file.</td>
   </tr>
   <tr> 
-    <td align="center"><img src="../images/question_ov.gif" alt="Not under version control icon" width="7" height="8"></td>
+    <td align="center"><img src="../images/question_ov.gif" alt="Not under version control icon" ></td>
     <td>File or Folder</td>
     <td>Indicates that the resource is not under version control.</td>
   </tr>
 </table>
 <P CLASS="Para"><em>Note</em>: Resources that are ignored by CVS will not be decorated 
   by any of the above CVS decorations.</P>
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"> 
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" > 
   <br>
   <a href="../concepts/cdecorations.htm">Label Decorations</a> </P>
 <P>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-107b.htm">Enabling the CVS resource decorations</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-decorations.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-decorations.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-decorations.htm
--- reference/ref-decorations.htm	24 Jun 2004 00:09:26 -0000	1.12
+++ reference/ref-decorations.htm	10 Nov 2004 21:15:00 -0000
@@ -22,15 +22,15 @@
 </P>
 
 
-<P><img src="../images/Image84_decorator_preferenc.gif" alt="Decorators preference page" border="0" width="591" height="466">
+<P><img src="../images/Image84_decorator_preferenc.gif" alt="Decorators preference page" border="0" >
 </P>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/cdecorations.htm">Label Decorations</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-exttoolsprefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-exttoolsprefs.htm,v
retrieving revision 1.4
diff -u -r1.4 ref-exttoolsprefs.htm
--- reference/ref-exttoolsprefs.htm	24 Jun 2004 00:09:26 -0000	1.4
+++ reference/ref-exttoolsprefs.htm	10 Nov 2004 21:15:00 -0000
@@ -18,20 +18,20 @@
 <P>&nbsp;You can configure whether or not you are prompted before external tool project builders are migrated.&nbsp;
 </P>
 
-<P><img src="../images/external_tools_prefs.gif" alt="External Tools preference page" border="0" width="578" height="343">
+<P><img src="../images/external_tools_prefs.gif" alt="External Tools preference page" border="0" >
 </P>
 
-<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" width="159" height="27">
+<p><img src="../images/ngrelc.gif" alt="Related concepts" border="0" >
 <br><a href="../concepts/concepts-antsupport.htm">Ant support</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-antprefs.htm">Ant preferences</a><br>
 <a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a><br>
 <a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-fonts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-fonts.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-fonts.htm
--- reference/ref-fonts.htm	24 Jun 2004 15:26:28 -0000	1.12
+++ reference/ref-fonts.htm	10 Nov 2004 21:15:00 -0000
@@ -23,21 +23,21 @@
 <P>Here is what the Colors and Fonts preference page looks like:&nbsp; </P>
 
 
-<P><img src="../images/Image274_fonts_preference.gif" alt="Fonts preference page" border="0" width="688" height="507">
+<P><img src="../images/Image274_fonts_preference.gif" alt="Fonts preference page" border="0" >
 </P>
 
 <p>The Colours and Fonts text field can be used to filter the contents. Simply 
   type in an entry and any matching results will remain in the tree view.</p>
 <p>Descriptions and previews are provided when the Workbench colors and font settings 
   are selected.</p>
-<p><img src="../images/Image274_fonts_preference2.gif" alt="Fonts preference page" border="0" width="489" height="515"> 
+<p><img src="../images/Image274_fonts_preference2.gif" alt="Fonts preference page" border="0" > 
 </p>
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br><a href="../tasks/tasks-20.htm">Changing fonts and colors</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-helpserver.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-helpserver.htm,v
retrieving revision 1.7
diff -u -r1.7 ref-helpserver.htm
--- reference/ref-helpserver.htm	24 Jun 2004 00:09:27 -0000	1.7
+++ reference/ref-helpserver.htm	10 Nov 2004 21:15:00 -0000
@@ -63,11 +63,11 @@
 
 
 <P>
-<img src="../images/pref_helpserver.gif" alt="Help Server Preference Page" border="0" width="616" height="486">
+<img src="../images/pref_helpserver.gif" alt="Help Server Preference Page" border="0" >
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: reference/ref-search.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-search.htm,v
retrieving revision 1.12
diff -u -r1.12 ref-search.htm
--- reference/ref-search.htm	24 Jun 2004 00:09:27 -0000	1.12
+++ reference/ref-search.htm	10 Nov 2004 21:15:00 -0000
@@ -17,7 +17,7 @@
 </p>
 
 
-<p><img src="../images/Image276_search_preference.gif" alt="Search Preference Page" border="0" width="635" height="539">
+<p><img src="../images/Image276_search_preference.gif" alt="Search Preference Page" border="0" >
 </p>
 
 
@@ -25,7 +25,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: reference/ref-searchw.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-searchw.htm,v
retrieving revision 1.8
diff -u -r1.8 ref-searchw.htm
--- reference/ref-searchw.htm	24 Jun 2004 00:09:26 -0000	1.8
+++ reference/ref-searchw.htm	10 Nov 2004 21:15:00 -0000
@@ -15,7 +15,7 @@
 menu, and selecting the <strong>Help Search</strong> tab..</p>
 
 <p>
-<img src="../images/help_search_w.gif" alt="Help search dialog" border="0" width="488" height="410"></p>
+<img src="../images/help_search_w.gif" alt="Help search dialog" border="0" ></p>
 
 <h2>Search Expression</h2>
 <p>Type the expression for which you wish to do the help search.</p>
@@ -40,24 +40,24 @@
 <p>Choose the scope of your search. You can either search all topics,
 or pre-defined working set.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br>
 <a href="../concepts/csearchview.htm">Search view</a><br>
 <a href="../concepts/cworkset.htm">Working sets</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27">
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" >
 <br>
 <a href="../tasks/tsearch.htm">Searching online help</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br>
 <a href="ref-26.htm">Search view</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: reference/ref-startup.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-startup.htm,v
retrieving revision 1.10
diff -u -r1.10 ref-startup.htm
--- reference/ref-startup.htm	24 Jun 2004 00:09:27 -0000	1.10
+++ reference/ref-startup.htm	10 Nov 2004 21:15:00 -0000
@@ -85,14 +85,14 @@
 <P>Here is what the Startup and Shutdown preference page looks like:&nbsp; </P>
 
 
-<P><img src="../images/Image275_startup_preference.gif" alt="Startup Preference Page" border="0" width="635" height="539">
+<P><img src="../images/Image275_startup_preference.gif" alt="Startup Preference Page" border="0" >
 </P>
 
 
 <P>&nbsp;
 </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: reference/ref-texteditorprefs.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/reference/ref-texteditorprefs.htm,v
retrieving revision 1.6
diff -u -r1.6 ref-texteditorprefs.htm
--- reference/ref-texteditorprefs.htm	24 Jun 2004 00:09:26 -0000	1.6
+++ reference/ref-texteditorprefs.htm	10 Nov 2004 21:15:00 -0000
@@ -162,17 +162,17 @@
 </tbody></table>
 
 <p></p><p>Here is what the Text editor preference page looks like:
-</p><p><img src="../images/ref-texteditorpref.gif" alt="Image of the Text editor preference page" width="483" height="506"><br>
+</p><p><img src="../images/ref-texteditorpref.gif" alt="Image of the Text editor preference page" ><br>
 
 
-</p><p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+</p><p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../concepts/concepts-6.htm">Editor</a>
 <br>
 </p><p>&nbsp;<br>
 
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body></html>
Index: tasks/antRunner.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/antRunner.htm,v
retrieving revision 1.2
diff -u -r1.2 antRunner.htm
--- tasks/antRunner.htm	24 Jun 2004 00:26:02 -0000	1.2
+++ tasks/antRunner.htm	10 Nov 2004 21:15:00 -0000
@@ -65,12 +65,12 @@
     </p>     
         
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27">
+ >
   <br>
      <a href="../concepts/concepts-antsupport.htm">Ant support</a></p>
           
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
       
 </body>
Index: tasks/no_help_exists.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/no_help_exists.htm,v
retrieving revision 1.9
diff -u -r1.9 no_help_exists.htm
--- tasks/no_help_exists.htm	24 Jun 2004 00:26:02 -0000	1.9
+++ tasks/no_help_exists.htm	10 Nov 2004 21:15:00 -0000
@@ -13,7 +13,7 @@
 item.&nbsp;&nbsp;&nbsp;</p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/running_eclipse.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/running_eclipse.htm,v
retrieving revision 1.29
diff -u -r1.29 running_eclipse.htm
--- tasks/running_eclipse.htm	28 Oct 2004 15:39:04 -0000	1.29
+++ tasks/running_eclipse.htm	10 Nov 2004 21:15:00 -0000
@@ -285,7 +285,7 @@
 </blockquote>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/taccess.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/taccess.htm,v
retrieving revision 1.23
diff -u -r1.23 taccess.htm
--- tasks/taccess.htm	24 Jun 2004 00:26:02 -0000	1.23
+++ tasks/taccess.htm	10 Nov 2004 21:15:00 -0000
@@ -29,9 +29,9 @@
     the same way back and forward buttons work in an Internet browser, taking 
     you to topics you have already looked at.</li>
   <li>To synchronize the navigation frame with the current topic, click the <b>Refresh / Show Current Topic</b> 
-    button <img src="../images/e_synch_nav.gif" alt="Refresh / Show Current Topic button" border="0" width="16" height="16"> or
+    button <img src="../images/e_synch_nav.gif" alt="Refresh / Show Current Topic button" border="0" > or
     <b>Show in Table of Contents</b> 
-    button <img src="../images/e_synch_toc_nav.gif" alt="Show in Table of Contents button" border="0" width="16" height="16">. 
+    button <img src="../images/e_synch_toc_nav.gif" alt="Show in Table of Contents button" border="0" >. 
     This is helpful if you have followed several links to related topics in several 
     files, and want to see where the current topic fits into the navigation path.</li>
 </ol>
@@ -47,7 +47,7 @@
 
 <p>To show documentation about capabilities that are disabled in the application,
  select the <b>Show All Topics</b> 
-    button <img src="../images/e_show_all.gif" alt="Show All Topics button" border="0" width="16" height="16">.
+    button <img src="../images/e_show_all.gif" alt="Show All Topics button" border="0" >.
  When you choose to show all topics in the table of contents, the headings for documentation
  about any disabled activities are shown in the table of contents and also appear in search results.
 </p>
@@ -56,10 +56,10 @@
 
 <p>To increase the space available for viewing the help content, the frame that
   displays content can be maximized.  To maximize the frame, click the  <b>Maximize</b> button
-<img src="../images/e_maximize.gif" alt="Maximize button" border="0" width="16" height="16">
+<img src="../images/e_maximize.gif" alt="Maximize button" border="0" >
 in the toolbar, or double click the toolbar. To return the frame to its original
 size, click the  <b>Restore</b> button
-<img src="../images/e_restore.gif" alt="Restore button" border="0" width="16" height="16">
+<img src="../images/e_restore.gif" alt="Restore button" border="0" >
 in the toolbar or double click the tool bar again.
 Similarly, you can maximize the frame showing navigation, by double clicking
   its toolbar.
@@ -72,22 +72,22 @@
 
 <ol>
   <li>Select the topic in the navigation frame.</li>
-  <li>Click the <b>Print</b> button <img src="../images/printer.gif" alt="Print button" border="0" width="16" height="16"> 
+  <li>Click the <b>Print</b> button <img src="../images/printer.gif" alt="Print button" border="0" > 
     in the Help toolbar.</li>
   <li>Select the desired printer settings, and click <b>Print</b>.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/chelpsys.htm">Online help system</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tsearch.htm">Searching online help</a><br>
 <a href="tf1help.htm">Accessing context sensitive help</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/task-team-cmdlineclient.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/task-team-cmdlineclient.htm,v
retrieving revision 1.7
diff -u -r1.7 task-team-cmdlineclient.htm
--- tasks/task-team-cmdlineclient.htm	28 Oct 2004 15:39:04 -0000	1.7
+++ tasks/task-team-cmdlineclient.htm	10 Nov 2004 21:15:00 -0000
@@ -64,13 +64,13 @@
   <li>Now when you use the <em>ext</em> connection method inside Eclipse, <em>extssh</em> 
     will be used instead of an external client.</li>
 </ol>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-95.htm">Changing the properties of a CVS repository location</a><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
 <a href="tasks-117a.htm">Using projects checked out with another CVS tool</a>
 </p>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-1.htm
--- tasks/tasks-1.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-1.htm	10 Nov 2004 21:15:00 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Customizing the Workbench</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Customizing the Workbench</H1>
<p>Many aspects of the appearance and behavior of the Workbench
 can be customized to suit your individual needs. For example, you can:
</p>
<ul>
<li>Rearrange where items appear in the main toolbar.</li>
<li>Change the key bindings used by editors.</li>
<li>Change the fonts and colors which are used.</li>
</ul>
<p>See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-6.htm">Editors</a><br>
<a href="../concepts/concepts-2.htm">Workbench</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="ttoolbars.htm">Rearranging the main toolbar</a><br>
<a href="tkeybindings.htm">Changing the key bindings</a><br>
<a href="topenmode.htm">Controlling single and double click behavior</a><br>
<a href="tasks-20.htm">Changing fonts and colors</a><br>
<a href="tasks-9.htm">Changing the placement of the tabs</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Customizing the Workbench</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Customizing the Workbench</H1>
<p>Many aspects of the appearance and behavior of the Workbench
 can be customized to suit your individual needs. For example, you can:
</p>
<ul>
<li>Rearrange where items appear in the main toolbar.</li>
<li>Change the key bindings used by editors.</li>
<li>Change the fonts and colors which are used.</li>
</ul>
<p>See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-6.htm">Editors</a><br>
<a href="../concepts/concepts-2.htm">Workbench</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="ttoolbars.htm">Rearranging the main toolbar</a><br>
<a href="tkeybindings.htm">Changing the key bindings</a><br>
<a href="topenmode.htm">Controlling single and double click behavior</a><br>
<a href="tasks-20.htm">Changing fonts and colors</a><br>
<a href="tasks-9.htm">Changing the placement of the tabs</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-100.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-100.htm
--- tasks/tasks-100.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-100.htm	10 Nov 2004 21:15:00 -0000
@@ -36,26 +36,26 @@
   helpful to see existing versions before naming your new version.
 </p>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-27.htm">Versions</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-17a.htm">Local history</a>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a><br>
 <a href="tasks-118.htm">Versioning projects in the repository</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-107b.htm">Enabling the CVS resource decorations</a> 
 </P>
    
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-100a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100a.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-100a.htm
--- tasks/tasks-100a.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-100a.htm	10 Nov 2004 21:15:00 -0000
@@ -34,25 +34,25 @@
   was created.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-100b.htm">Merging from a branch</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-100b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100b.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-100b.htm
--- tasks/tasks-100b.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tasks-100b.htm	10 Nov 2004 21:15:00 -0000
@@ -70,27 +70,27 @@
 <p><em>Tip</em>: You can perform ongoing merges by pinning a CVS Merge Synchronization 
   in the Synchronize view. This will allow you to keep your workspace up-to-date 
   with the changes released to a different branch.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-100a.htm">Branching</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-113.htm">Updating</a><br>
 <a href="tasks-114.htm">Committing</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"> 
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" > 
   <br>
   <a href="../reference/ref-47.htm">CVS</a> <br>
   <a href="../reference/ref-41a.htm">Merge wizard</a><br>
   <a href="../reference/ref-33a.htm">CVS Merge Synchronization</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-100d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100d.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-100d.htm
--- tasks/tasks-100d.htm	24 Jun 2004 00:26:02 -0000	1.17
+++ tasks/tasks-100d.htm	10 Nov 2004 21:15:00 -0000
@@ -74,11 +74,11 @@
   performed by you the user.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-100d1.htm">Creating a global ignore pattern</a><br>
 <a href="tasks-100d2.htm">Authoring the CVS .cvsignore file</a><br>
 <a href="tasks-114.htm">Committing</a><br>
@@ -86,7 +86,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-100d1.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100d1.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-100d1.htm
--- tasks/tasks-100d1.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-100d1.htm	10 Nov 2004 21:15:00 -0000
@@ -48,18 +48,18 @@
   for specifying globally applicable patterns.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a><br>
 <a href="tasks-100d1b.htm">Overriding or removing resource ignore patterns</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-100d1b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100d1b.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-100d1b.htm
--- tasks/tasks-100d1b.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-100d1b.htm	10 Nov 2004 21:15:00 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Overriding or removing resource ignore patterns</title>
<meta name="keyword" content="team">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Overriding or removing resource ignore patterns</H1>
<p>After you have added global file-matching patterns to the list of files to 
  be ignored for version management, you may wish to occasionally override the 
  &quot;ignore&quot;.
</p>
<ol>
  <li>From the main menu bar, select <b>Window &gt; Preferences &gt; Team &gt; 
    Ignored Resources</b>.</li>
  <li>To temporarily override one or more of the file-matching patterns, clear 
    their checkboxes.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p>Files that match the patterns you have deselected will be considered for version 
  control.
</p>
<p>To permanently remove a pattern, select it and click <b>Remove</b>.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a><br>
<a href="tasks-100d1.htm">Creating a global ignore pattern</a><br>
<a href="tasks-115.htm">Synchronizing with the repository</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Overriding or removing resource ignore patterns</title>
<meta name="keyword" content="team">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Overriding or removing resource ignore patterns</H1>
<p>After you have added global file-matching patterns to the list of files to 
  be ignored for version management, you may wish to occasionally override the 
  &quot;ignore&quot;.
</p>
<ol>
  <li>From the main menu bar, select <b>Window &gt; Preferences &gt; Team &gt; 
    Ignored Resources</b>.</li>
  <li>To temporarily override one or more of the file-matching patterns, clear 
    their checkboxes.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p>Files that match the patterns you have deselected will be considered for version 
  control.
</p>
<p>To permanently remove a pattern, select it and click <b>Remove</b>.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a><br>
<a href="tasks-100d1.htm">Creating a global ignore pattern</a><br>
<a href="tasks-115.htm">Synchronizing with the repository</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-100d2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-100d2.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-100d2.htm
--- tasks/tasks-100d2.htm	24 Jun 2004 13:55:08 -0000	1.19
+++ tasks/tasks-100d2.htm	10 Nov 2004 21:15:00 -0000
@@ -53,22 +53,22 @@
 control.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a><br>
 <a href="tasks-100d1.htm">Creating a global ignore pattern</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="http://www.cvshome.org/docs/manual/cvs-1.11.16/cvs_18.html#SEC178"; target="_blank">www.cvshome.org: Ignoring files via cvsignore</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-101.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-101.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-101.htm
--- tasks/tasks-101.htm	24 Jun 2004 00:26:02 -0000	1.18
+++ tasks/tasks-101.htm	10 Nov 2004 21:15:00 -0000
@@ -43,23 +43,23 @@
   <strong>Add Date</strong>. A Date Tag dialog is displayed that allows you to 
   specify a date and optionally a time. After you click <strong>Ok</strong>, the 
   date tag will appear in the tag selection list.</p>
-<P CLASS="Intro"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P CLASS="Intro"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 <p>
 
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-68b.htm">Setting preferences for comparing files</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-103.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-103.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-103.htm
--- tasks/tasks-103.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-103.htm	10 Nov 2004 21:15:00 -0000
@@ -48,14 +48,14 @@
   selection list and choosing <strong>Add Date</strong>. A Date Tag dialog is 
   displayed that allows you to specify a date and optionally a time. After you 
   click <strong>Ok</strong>, the date tag will appear in the tag selection list.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-27.htm">Versions</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a><br>
 <a href="tasks-119.htm">Viewing a file's revision history</a><br>
@@ -64,7 +64,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-105.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-105.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-105.htm
--- tasks/tasks-105.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-105.htm	10 Nov 2004 21:15:00 -0000
@@ -34,20 +34,20 @@
     commit, etc., choose <b>Auto-save</b>.</li>
 </ul>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-114.htm">Committing</a>
 </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-19cvs.htm">CVS Preference pages</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-105a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-105a.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-105a.htm
--- tasks/tasks-105a.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-105a.htm	10 Nov 2004 21:15:00 -0000
@@ -35,17 +35,17 @@
     restored file. 
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-114.htm">Committing</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-105b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-105b.htm,v
retrieving revision 1.5
diff -u -r1.5 tasks-105b.htm
--- tasks/tasks-105b.htm	24 Jun 2004 00:26:02 -0000	1.5
+++ tasks/tasks-105b.htm	10 Nov 2004 21:15:00 -0000
@@ -33,17 +33,17 @@
 <p CLASS="Head">Once your workspace contains the new contents, run your tests 
   then commit the changes to the branch.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-114.htm">Committing</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-105c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-105c.htm,v
retrieving revision 1.5
diff -u -r1.5 tasks-105c.htm
--- tasks/tasks-105c.htm	28 Oct 2004 15:39:04 -0000	1.5
+++ tasks/tasks-105c.htm	10 Nov 2004 21:15:00 -0000
@@ -34,17 +34,17 @@
 <li>A tag selection dialog will appear from which you can select the tag to move. If the tag you wish to apply is not show in the list, you can click <b>Refresh from Repository</b>. If this doesn't find the tag, you can click <b>Configure Tags</b> which opens a dialog that allows you to search for tags on specific files in the repository.
 <li>Then press <b>OK</b> and your tag will be moved. The operation will move an existing tag to the selected resources and can be used to move both version and branch tags.
 </ol>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-114.htm">Committing</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-107b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-107b.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-107b.htm
--- tasks/tasks-107b.htm	24 Jun 2004 00:26:02 -0000	1.18
+++ tasks/tasks-107b.htm	10 Nov 2004 21:15:00 -0000
@@ -72,23 +72,23 @@
   and other views. Under the <strong>Synchronize View</strong> tab, the Synchronize 
   view can be configured to show the synchronization state of a resource as part 
   of the text label displayed in the Structure Compare pane.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
   <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
   <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a> 
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-cvs-decorations.htm">CVS Label Decorations</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-110.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-110.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-110.htm
--- tasks/tasks-110.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-110.htm	10 Nov 2004 21:15:00 -0000
@@ -60,7 +60,7 @@
 <p><em>Note</em>: You can also set the auto-refresh files by selecting a file 
   in the files pane and clicking<strong> Add Selected Files</strong> in the lower 
   right hand portion of the dialog. </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
@@ -69,14 +69,14 @@
 </p>
 
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-113.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-113.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-113.htm
--- tasks/tasks-113.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tasks-113.htm	10 Nov 2004 21:15:00 -0000
@@ -122,25 +122,25 @@
   contents are. Exercise great caution if using this command in Incoming/Outgoing 
   mode. </p>
 
-<p CLASS="Intro"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p CLASS="Intro"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-114.htm">Committing</a><br>
 <a href="tasks-113b.htm">Resolving conflicts</a><br>
 <a href="tasks-68.htm">Comparing resources</a><br>
 <a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-33.htm">Synchronize view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-113b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-113b.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-113b.htm
--- tasks/tasks-113b.htm	24 Jun 2004 13:55:08 -0000	1.19
+++ tasks/tasks-113b.htm	10 Nov 2004 21:15:00 -0000
@@ -89,13 +89,13 @@
   contain no conflicts. Files that have content conflicts will be skipped and 
   left in the Synchronize view as conflicts.</p>
 
-<P>&nbsp;<img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P>&nbsp;<img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-113.htm">Updating</a><br>
 <a href="tasks-114.htm">Committing</a><br>
@@ -104,14 +104,14 @@
 <a href="tasks-68dg.htm">Merging changes in the Compare editor</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="http://www.cvshome.org/docs/manual/cvs-1.11.16/cvs_10.html#SEC84"; target="_blank">www.cvshome.org: Bringing a file up to date</a><br>
 <a href="http://www.cvshome.org/docs/manual/cvs-1.11.16/cvs_10.html#SEC85"; target="_blank">www.cvshome.org: Conflicts example</a>
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-114.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-114.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-114.htm
--- tasks/tasks-114.htm	24 Jun 2004 00:26:02 -0000	1.20
+++ tasks/tasks-114.htm	10 Nov 2004 21:15:00 -0000
@@ -75,27 +75,27 @@
   contents are. Exercise great caution if using this command in incoming/outgoing 
   mode. </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-113.htm">Updating</a><br>
 <a href="tasks-113b.htm">Resolving conflicts</a><br>
 <a href="tasks-68.htm">Comparing resources</a><br>
 <a href="tasks-100d.htm">Version control life cycle: adding and ignoring resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-33.htm">Synchronize view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-115.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-115.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-115.htm
--- tasks/tasks-115.htm	28 Oct 2004 15:39:04 -0000	1.22
+++ tasks/tasks-115.htm	10 Nov 2004 21:15:00 -0000
@@ -22,7 +22,7 @@
 <h2>Method 2: Using the synchronize action</h2>
 <ol>
   <li> From the Team Synchronizing perspective select the <strong>Synchronize...</strong> 
-    action from the Synchronize <img src="../images/synch_participants.gif" alt="" border="0" width="16" height="16"> 
+    action from the Synchronize <img src="../images/synch_participants.gif" alt="" border="0" > 
     button drop down.</li>
   <li>Select <strong>CVS</strong> from the list of possible synchronization types 
     and click <strong>Next</strong>.</li>
@@ -50,7 +50,7 @@
     scope of a synchronization that appears in the Synchronize view, the resource 
     will appear automatically in the view, if it is not already there.</li>
   <li>The remote state of all of the resources being synchronized can be refreshed 
-    using the Synchronize <img src="../images/synch_participants.gif" alt="" border="0" width="16" height="16"> 
+    using the Synchronize <img src="../images/synch_participants.gif" alt="" border="0" > 
     button in the toolbar of the Synchronize view.</li>
   <li>The remote state of a selection of resources can be refreshed using the 
     Synchronize command from the context menu in the Synchronize view.</li>
@@ -81,13 +81,13 @@
     modes of the Synchronize view.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a></p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-114.htm">Committing</a><br>
 <a href="tasks-113.htm">Updating</a><br>
 <a href="tasks-113b.htm">Resolving conflicts</a><br>
@@ -98,13 +98,13 @@
 <a href="tasks-103.htm">Replacing resources in the Workbench</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-33.htm">Synchronize view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-117.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-117.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-117.htm
--- tasks/tasks-117.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tasks-117.htm	10 Nov 2004 21:15:01 -0000
@@ -53,24 +53,24 @@
 are allowed but ignored.  Specifically, projects which contain linked resources can be shared with CVS,
 but the linked resources themselves cannot be version controlled.
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-117a.htm">Project checked out with another CVS tool</a><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-103.htm">Replacing resources in the Workbench</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-117a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-117a.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-117a.htm
--- tasks/tasks-117a.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-117a.htm	10 Nov 2004 21:15:01 -0000
@@ -34,22 +34,22 @@
     the CVS Team menu operations.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-117b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-117b.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-117b.htm
--- tasks/tasks-117b.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-117b.htm	10 Nov 2004 21:15:01 -0000
@@ -31,23 +31,23 @@
   <li>Select the desired location and click <b>OK</b> to change the sharing for the project.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
 <a href="tasks-95.htm">Changing the properties of a CVS Repository Location</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-118.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-118.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-118.htm
--- tasks/tasks-118.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-118.htm	10 Nov 2004 21:15:01 -0000
@@ -40,23 +40,23 @@
   allows you to search for tags on specific files in the repository.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-27b.htm">Branches</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-100.htm">Creating a version of a project</a><br>
 <a href="tasks-117.htm">Sharing a new project using CVS</a><br>
 <a href="tasks-119.htm">Viewing a file's revision history</a><br>
 <a href="tasks-100a.htm">Branching</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-119.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-119.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-119.htm
--- tasks/tasks-119.htm	24 Jun 2004 00:26:02 -0000	1.18
+++ tasks/tasks-119.htm	10 Nov 2004 21:15:01 -0000
@@ -40,23 +40,23 @@
   to the history of the file in the active editor by enabling the <strong>Link 
   with Editor</strong> item in the view's toolbar.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-32a.htm">CVS Resource History view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-14.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-14.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-14.htm
--- tasks/tasks-14.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-14.htm	10 Nov 2004 21:15:01 -0000
@@ -37,17 +37,17 @@
   <li>Click <b>OK</b> to close the Preferences dialog.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-22.htm">Builds</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-75.htm">Performing builds manually</a><br>
 <a href="tasks-16.htm">Performing builds automatically</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-16.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-16.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-16.htm
--- tasks/tasks-16.htm	25 Jun 2004 15:05:17 -0000	1.14
+++ tasks/tasks-16.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Performing builds automatically</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Performing builds automatically</H1>
<P>To indicate that you want the Workbench to perform incremental builds whenever
resources are saved:
</P>
<ol>
  <li>Click <b>Window</b> &gt; <b>Preferences</b>.</P>
  </li>
  <li>Select the <b>Workbench</b> category in the left pane. The Workbench Preferences 
    page opens.</li>
  <li>Select the <b>Build automatically</b> check box.</li>
  <li>Click <b>OK</b> to close the Preferences page. The Workbench will automatically 
    perform incremental builds of resources modified since the last build. Whenever 
    a resource is modified, another incremental build occurs.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-14.htm">Changing build order</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Performing builds automatically</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Performing builds automatically</H1>
<P>To indicate that you want the Workbench to perform incremental builds whenever
resources are saved:
</P>
<ol>
  <li>Click <b>Window</b> &gt; <b>Preferences</b>.</P>
  </li>
  <li>Select the <b>Workbench</b> category in the left pane. The Workbench Preferences 
    page opens.</li>
  <li>Select the <b>Build automatically</b> check box.</li>
  <li>Click <b>OK</b> to close the Preferences page. The Workbench will automatically 
    perform incremental builds of resources modified since the last build. Whenever 
    a resource is modified, another incremental build occurs.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-14.htm">Changing build order</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-17.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-17.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-17.htm
--- tasks/tasks-17.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-17.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Saving resources automatically before a manual build</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Saving resources automatically before a manual build</H1>
<P>To automatically save all modified resources in the Workbench before a manual 
build is done:
</P>
<ol>
  <li>Click <b>Window</b> &gt; <b>Preferences</b>.</li>
  <li>Select the <b>Workbench</b> category in the left pane to open the Workbench 
    Preferences page.</li>
  <li>Select the <b>Save all modified resources automatically prior to manual 
    build</b> check box.</li>
  <li>Click <b>OK</b> to close the Preferences page.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-73.htm">Building resources</a><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-14.htm">Changing build order</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Saving resources automatically before a manual build</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Saving resources automatically before a manual build</H1>
<P>To automatically save all modified resources in the Workbench before a manual 
build is done:
</P>
<ol>
  <li>Click <b>Window</b> &gt; <b>Preferences</b>.</li>
  <li>Select the <b>Workbench</b> category in the left pane to open the Workbench 
    Preferences page.</li>
  <li>Select the <b>Save all modified resources automatically prior to manual 
    build</b> check box.</li>
  <li>Click <b>OK</b> to close the Preferences page.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-73.htm">Building resources</a><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-14.htm">Changing build order</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-18.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-18.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-18.htm
--- tasks/tasks-18.htm	28 Oct 2004 15:39:04 -0000	1.14
+++ tasks/tasks-18.htm	10 Nov 2004 21:15:01 -0000
@@ -17,21 +17,21 @@
 
 <ol>
   <li>From the Navigator menu, select <b>Link With Editor.</b></li>
-  <li>Click on the Link With Editor icon <img src="../images/synced.gif" alt="Link with editor icon" width="22" height="22">on 
+  <li>Click on the Link With Editor icon <img src="../images/synced.gif" alt="Link with editor icon" >on 
     the Navigator bar.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-6.htm">Editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46.htm">Opening files for editing</a><br>
 <a href="tasks-51.htm">Associating editors with file types</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1a.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-1a.htm
--- tasks/tasks-1a.htm	24 Jun 2004 13:07:46 -0000	1.10
+++ tasks/tasks-1a.htm	10 Nov 2004 21:15:01 -0000
@@ -17,13 +17,13 @@
 <p>
 See the Related tasks links for more details.
 </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a><br>
 <a href="../concepts/concepts-5.htm">Views</a><br>
 <a href="../concepts/concepts-21.htm">Fast views</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-28.htm">Switching between perspectives</a><br>
 <a href="tasks-31.htm">Specifying the default perspective</a><br>
 <a href="tasks-9f.htm">Opening perspectives</a><br>
@@ -35,7 +35,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1b.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-1b.htm
--- tasks/tasks-1b.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-1b.htm	10 Nov 2004 21:15:01 -0000
@@ -18,14 +18,14 @@
 See the Related tasks links for more details.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-5.htm">Views</a><br>
 <a href="../concepts/concepts-6.htm">Editors</a><br>
 <a href="../concepts/concepts-21.htm">Fast views</a><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-3.htm">Opening views</a><br>
 <a href="tasks-3e.htm">Moving and docking views</a><br>
 <a href="tasks-3h.htm">Rearranging tabbed views</a><br>
@@ -38,7 +38,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1c.htm,v
retrieving revision 1.6
diff -u -r1.6 tasks-1c.htm
--- tasks/tasks-1c.htm	24 Jun 2004 00:26:02 -0000	1.6
+++ tasks/tasks-1c.htm	10 Nov 2004 21:15:01 -0000
@@ -14,13 +14,13 @@
 See the Related tasks links for more details.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a><br>
 <a href="../concepts/csearchview.htm">Search view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46ag.htm">Finding a resource quickly</a><br>
 <a href="tasks-84b.htm">Searching for files</a><br>
 <a href="tasks-84.htm">Searching for text within a file</a><br>
@@ -30,7 +30,7 @@
   <a href="tasks-18.htm">Linking the Navigator view to the active editor</a> </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1d.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-1d.htm
--- tasks/tasks-1d.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-1d.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Bookmarks, tasks and other markers</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Bookmarks, tasks and other markers</H1>
<p>Markers are objects that may be associated with Workbench resources.
There are many uses of markers in the Workbench, including providing
support for bookmarking resources or locations within resources, tracking
ongoing tasks, or displaying error messages. See the related tasks section
for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/cbookmrk.htm">Bookmarks</a><br>
<a href="../concepts/ctskview.htm">Tasks view</a><br>
<a href="../concepts/concepts-11.htm">Markers</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-81.htm">Creating a bookmark within a file</a><br>
<a href="tasks-81b.htm">Creating a bookmark for an entire file</a><br>
<a href="tasks-82.htm">Deleting a bookmark</a><br>
<a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
<a href="tasks-77b.htm">Associating a task with a resource</a><br>
<a href="tasks-78.htm">Deleting tasks</a><br>
<a href="tasks-79.htm">Filtering the Task view</a><br>
<a href="tquickfix.htm">Automatically fixing problems</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Bookmarks, tasks and other markers</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Bookmarks, tasks and other markers</H1>
<p>Markers are objects that may be associated with Workbench resources.
There are many uses of markers in the Workbench, including providing
support for bookmarking resources or locations within resources, tracking
ongoing tasks, or displaying error messages. See the related tasks section
for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/cbookmrk.htm">Bookmarks</a><br>
<a href="../concepts/ctskview.htm">Tasks view</a><br>
<a href="../concepts/concepts-11.htm">Markers</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-81.htm">Creating a bookmark within a file</a><br>
<a href="tasks-81b.htm">Creating a bookmark for an entire file</a><br>
<a href="tasks-82.htm">Deleting a bookmark</a><br>
<a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
<a href="tasks-77b.htm">Associating a task with a resource</a><br>
<a href="tasks-78.htm">Deleting tasks</a><br>
<a href="tasks-79.htm">Filtering the Task view</a><br>
<a href="tquickfix.htm">Automatically fixing problems</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-1e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1e.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-1e.htm
--- tasks/tasks-1e.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-1e.htm	10 Nov 2004 21:15:01 -0000
@@ -21,14 +21,14 @@
 outside of the project's location.  These special folders and files are called 
 <a href="../concepts/concepts-13.htm">linked resources</a>.
 </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-2.htm">Workbench</a><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a><br>
 <a href="../concepts/concepts-13.htm">Linked resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-47.htm">Closing projects</a><br>
 <a href="tasks-42b.htm">Deleting projects</a><br>
@@ -43,7 +43,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1f.htm,v
retrieving revision 1.6
diff -u -r1.6 tasks-1f.htm
--- tasks/tasks-1f.htm	24 Jun 2004 00:26:02 -0000	1.6
+++ tasks/tasks-1f.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with local history</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with local history</H1>
<p>A local edit history of a file is maintained when you create or modify a file. 
Each time you edit and save the file, a copy is saved so that you can replace 
the current file with a previous edit or even restore a deleted file.
You can also compare the contents of 
all the local edits. Each edit in the local history is uniquely represented 
by the date and time the file was saved. See the Related tasks links for more
details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-17a.htm">Local history</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-70.htm">Comparing resources with the local history</a><br>
<a href="tasks-87.htm">Replacing a resource with local history</a><br>
<a href="tasks-87b.htm">Restoring deleted resources from local history</a><br>
<a href="tasks-88.htm">Setting local history preferences</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with local history</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with local history</H1>
<p>A local edit history of a file is maintained when you create or modify a file. 
Each time you edit and save the file, a copy is saved so that you can replace 
the current file with a previous edit or even restore a deleted file.
You can also compare the contents of 
all the local edits. Each edit in the local history is uniquely represented 
by the date and time the file was saved. See the Related tasks links for more
details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-17a.htm">Local history</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-70.htm">Comparing resources with the local history</a><br>
<a href="tasks-87.htm">Replacing a resource with local history</a><br>
<a href="tasks-87b.htm">Restoring deleted resources from local history</a><br>
<a href="tasks-88.htm">Setting local history preferences</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-1g.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1g.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-1g.htm
--- tasks/tasks-1g.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-1g.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Using the help system</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Using the help system</H1>
<p>The Workbench provides a number of ways to provide help information, including 
context sensitive help and extensive online documentations. See the Related 
tasks links for more details. </p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/chelpsys.htm">Online help system</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tf1help.htm">Accessing context sensitive help</a><br>
<a href="taccess.htm">Accessing and navigating online help</a><br>
<a href="tsearch.htm">Searching online help</a><br>
<a href="tfonts.htm">Setting help fonts and colors for accessibility</a><br>
<a href="tchgbrws.htm">Changing the web browser used by the help system</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Using the help system</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Using the help system</H1>
<p>The Workbench provides a number of ways to provide help information, including 
context sensitive help and extensive online documentations. See the Related 
tasks links for more details. </p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/chelpsys.htm">Online help system</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tf1help.htm">Accessing context sensitive help</a><br>
<a href="taccess.htm">Accessing and navigating online help</a><br>
<a href="tsearch.htm">Searching online help</a><br>
<a href="tfonts.htm">Setting help fonts and colors for accessibility</a><br>
<a href="tchgbrws.htm">Changing the web browser used by the help system</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-1h.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1h.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-1h.htm
--- tasks/tasks-1h.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-1h.htm	10 Nov 2004 21:15:01 -0000
@@ -15,18 +15,18 @@
   more details.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-1i.htm">Working with a CVS repository</a><br>
 <a href="tasks-1j.htm">Working with projects shared with CVS</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-1i.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1i.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-1i.htm
--- tasks/tasks-1i.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-1i.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with a CVS repository</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with a CVS repository</H1>
<p>In the CVS team programming environment, team members do all of their work 
in their own Workbenches, isolated from others. Eventually they will want to 
share their work. They do this via a CVS repository. The Workbench provides 
a number of mechanisms which support working with CVS repositories. See the 
Related tasks links for more details. </p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
<a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-92.htm">Creating a CVS repository location</a><br>
<a href="tasks-94.htm">Discarding a CVS repository location</a><br>
<a href="tasks-93.htm">Refreshing the CVS Repositories view</a><br>
<a href="tasks-110.htm">Discovering branch and version tags</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with a CVS repository</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with a CVS repository</H1>
<p>In the CVS team programming environment, team members do all of their work 
in their own Workbenches, isolated from others. Eventually they will want to 
share their work. They do this via a CVS repository. The Workbench provides 
a number of mechanisms which support working with CVS repositories. See the 
Related tasks links for more details. </p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
<a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-92.htm">Creating a CVS repository location</a><br>
<a href="tasks-94.htm">Discarding a CVS repository location</a><br>
<a href="tasks-93.htm">Refreshing the CVS Repositories view</a><br>
<a href="tasks-110.htm">Discovering branch and version tags</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-1j.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1j.htm,v
retrieving revision 1.6
diff -u -r1.6 tasks-1j.htm
--- tasks/tasks-1j.htm	24 Jun 2004 00:26:02 -0000	1.6
+++ tasks/tasks-1j.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with projects shared with CVS</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with projects shared with CVS</H1>
<p>The Workbench provides a number of mechanisms which support working with projects 
shared via CVS. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
<a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
<a href="../concepts/concepts-27b.htm">Branches</a><br>
<a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-117.htm">Sharing a new project using CVS</a><br>
<a href="tasks-117a.htm">Project checked out with another CVS tool</a><br>
<a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
<a href="tasks-96a.htm">Checking out a module from a CVS repository</a><br>
<a href="tasks-cvs-10.htm">Disconnecting a project from CVS</a><br>
<a href="tasks-cvs-11.htm">Setting the CVS keyword substitution mode</a><br>
<a href="tasks-107b.htm">Enabling the CVS resource decorations</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Working with projects shared with CVS</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Working with projects shared with CVS</H1>
<p>The Workbench provides a number of mechanisms which support working with projects 
shared via CVS. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
<a href="../concepts/concepts-27c.htm">CVS Repositories</a><br>
<a href="../concepts/concepts-27b.htm">Branches</a><br>
<a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-117.htm">Sharing a new project using CVS</a><br>
<a href="tasks-117a.htm">Project checked out with another CVS tool</a><br>
<a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
<a href="tasks-96a.htm">Checking out a module from a CVS repository</a><br>
<a href="tasks-cvs-10.htm">Disconnecting a project from CVS</a><br>
<a href="tasks-cvs-11.htm">Setting the CVS keyword substitution mode</a><br>
<a href="tasks-107b.htm">Enabling the CVS resource decorations</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-1k.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-1k.htm,v
retrieving revision 1.5
diff -u -r1.5 tasks-1k.htm
--- tasks/tasks-1k.htm	24 Jun 2004 00:26:02 -0000	1.5
+++ tasks/tasks-1k.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Versioning</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Versioning</H1>
<p>Resources can be versioned in order to capture a snapshot of their current state
at one specific point in time. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-27.htm">Versions</a><br>
<a href="../concepts/concepts-27b.htm">Branches</a><br>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-100.htm">Creating a version of a project</a><br>
<a href="tasks-107b.htm">Enabling the CVS resource decorations</a><br>
<a href="tasks-118.htm">Versioning projects in the repository</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Versioning</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Versioning</H1>
<p>Resources can be versioned in order to capture a snapshot of their current state
at one specific point in time. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-27.htm">Versions</a><br>
<a href="../concepts/concepts-27b.htm">Branches</a><br>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-100.htm">Creating a version of a project</a><br>
<a href="tasks-107b.htm">Enabling the CVS resource decorations</a><br>
<a href="tasks-118.htm">Versioning projects in the repository</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-2.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-2.htm,v
retrieving revision 1.6
diff -u -r1.6 tasks-2.htm
--- tasks/tasks-2.htm	24 Jun 2004 00:26:02 -0000	1.6
+++ tasks/tasks-2.htm	10 Nov 2004 21:15:01 -0000
@@ -98,7 +98,7 @@
 Guide &gt; Packaging and delivering Eclipse based products &gt; Product extensions</b>.</li>
 </ol>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tasks-20.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-20.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-20.htm
--- tasks/tasks-20.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-20.htm	10 Nov 2004 21:15:01 -0000
@@ -82,12 +82,12 @@
   by the system (eg. the Display Properties control panel on Windows, or the .Xdefaults 
   file in Motif). </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/accessibility/fontsandcolors.htm">Fonts and Colors in Eclipse</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-24.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-24.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-24.htm
--- tasks/tasks-24.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-24.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Changing where perspectives open</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Changing where perspectives open</H1>
<p>You can change the default behavior for how perspectives are opened in the Workbench.
</p>
<ol><li>From the main menu bar, select <b>Window &gt; Preferences</b>.</li>
  <li>Expand the <b>Workbench</b> category on the left and select <b>Perspectives</b>.
    The Perspectives preferences page opens.</li>
  <li>Select either <b>In the same window</b> or <b>In a new window</b> from the
	<b>Open a new perspective</b> group.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p CLASS="Para" Label="Type"><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-31.htm">Specifying the default perspective</a><br>
<a href="tasks-28.htm">Switching between perspectives</a><br>
<a href="tasks-9k.htm">Configuring perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Changing where perspectives open</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Changing where perspectives open</H1>
<p>You can change the default behavior for how perspectives are opened in the Workbench.
</p>
<ol><li>From the main menu bar, select <b>Window &gt; Preferences</b>.</li>
  <li>Expand the <b>Workbench</b> category on the left and select <b>Perspectives</b>.
    The Perspectives preferences page opens.</li>
  <li>Select either <b>In the same window</b> or <b>In a new window</b> from the
	<b>Open a new perspective</b> group.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p CLASS="Para" Label="Type"><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-31.htm">Specifying the default perspective</a><br>
<a href="tasks-28.htm">Switching between perspectives</a><br>
<a href="tasks-9k.htm">Configuring perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-28.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-28.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-28.htm
--- tasks/tasks-28.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-28.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Switching between perspectives</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Switching between perspectives</H1>
<P>
Open perspectives are represented by icons on the shortcut bar (the toolbar
at the left of the Workbench window). When you have more than one perspective
open, you can switch between them by clicking the icons on the shortcut bar.
</P>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-24.htm">Changing where perspectives open</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Switching between perspectives</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Switching between perspectives</H1>
<P>
Open perspectives are represented by icons on the shortcut bar (the toolbar
at the left of the Workbench window). When you have more than one perspective
open, you can switch between them by clicking the icons on the shortcut bar.
</P>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-24.htm">Changing where perspectives open</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-3.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-3.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-3.htm
--- tasks/tasks-3.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-3.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Opening views</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Opening views</H1>
<P>Perspectives offer pre-defined combinations of views and editors. 
  To open a view that is not included in the current perspective, select <b>Window 
  &gt; Show View</b> from the main menu bar.
</P>
<P>You can create <i>fast views</i> to provide a shortcut to views that you use
often.
</P>
<P>After adding a view to the current perspective, you may wish 
  to save your new layout by clicking <b>Window &gt; Save Perspective As</b>.
</P>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-21.htm">Fast views</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3e.htm">Moving and docking views</a><br>
<a href="tasks-9b.htm">Creating fast views</a><br>
<a href="tasks-3i.htm">Maximizing a view or editor</a><br>
<a href="tasks-9j.htm">Resetting perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Opening views</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Opening views</H1>
<P>Perspectives offer pre-defined combinations of views and editors. 
  To open a view that is not included in the current perspective, select <b>Window 
  &gt; Show View</b> from the main menu bar.
</P>
<P>You can create <i>fast views</i> to provide a shortcut to views that you use
often.
</P>
<P>After adding a view to the current perspective, you may wish 
  to save your new layout by clicking <b>Window &gt; Save Perspective As</b>.
</P>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-21.htm">Fast views</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3e.htm">Moving and docking views</a><br>
<a href="tasks-9b.htm">Creating fast views</a><br>
<a href="tasks-3i.htm">Maximizing a view or editor</a><br>
<a href="tasks-9j.htm">Resetting perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-31.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-31.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-31.htm
--- tasks/tasks-31.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-31.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Specifying the default perspective</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Specifying the default perspective</H1>
<P>The default perspective always shows up on the <b> Window &gt; Open Perspective</b> menu.
The Resource perspective is the pre-defined default perspective.
</P>
<P>To change the default perspective:</P>
<ol>
  <li>From the main menu bar, select <b>Window &gt; Preferences</b>.</li>
  <li>Expand the <b>Workbench</b> category on the left and select <b>Perspectives</b>.
    The Perspectives preferences page opens.</li>
  <li>Select the perspective that you want to define as the
    default, and click <b>Make Default</b>. The default indicator moves
    to the perspective that you selected.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-2.htm">The Workbench</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-24.htm">Changing where perspectives open</a><br>
<a href="tasks-9k.htm">Configuring perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Specifying the default perspective</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Specifying the default perspective</H1>
<P>The default perspective always shows up on the <b> Window &gt; Open Perspective</b> menu.
The Resource perspective is the pre-defined default perspective.
</P>
<P>To change the default perspective:</P>
<ol>
  <li>From the main menu bar, select <b>Window &gt; Preferences</b>.</li>
  <li>Expand the <b>Workbench</b> category on the left and select <b>Perspectives</b>.
    The Perspectives preferences page opens.</li>
  <li>Select the perspective that you want to define as the
    default, and click <b>Make Default</b>. The default indicator moves
    to the perspective that you selected.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-2.htm">The Workbench</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9f.htm">Opening perspectives</a><br>
<a href="tasks-24.htm">Changing where perspectives open</a><br>
<a href="tasks-9k.htm">Configuring perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-33.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-33.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-33.htm
--- tasks/tasks-33.htm	24 Jun 2004 22:48:05 -0000	1.20
+++ tasks/tasks-33.htm	10 Nov 2004 21:15:01 -0000
@@ -56,18 +56,18 @@
 automatically becomes an eclipse product extension.
 </p>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-25.htm">Features</a>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-34.htm">Installing new features with the update manager</a><br>
 <a href="tasks-36.htm">Updating features with the update manager</a><br>
 <a href="tasks-37.htm">Update Policy</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-34.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-34.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-34.htm
--- tasks/tasks-34.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tasks-34.htm	10 Nov 2004 21:15:01 -0000
@@ -69,19 +69,19 @@
   configuration.</li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-25.htm">Features</a>
 </P>
 
 <P>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-33.htm">Inspecting the current configuration</a><br>
 <a href="tasks-36.htm">Updating features with the update manager</a><br>
 <a href="tasks-38.htm">Restoring a saved configuration</a>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-35.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-35.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-35.htm
--- tasks/tasks-35.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-35.htm	10 Nov 2004 21:15:01 -0000
@@ -34,18 +34,18 @@
   in the context menu. </li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-25.htm">Features</a>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-34.htm">Installing new features with the update manager</a><br>
 <a href="tasks-36.htm">Updating features with the update manager</a><br>
 <a href="tasks-37.htm">Saving a configuration</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-36.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-36.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-36.htm
--- tasks/tasks-36.htm	24 Jun 2004 00:26:02 -0000	1.20
+++ tasks/tasks-36.htm	10 Nov 2004 21:15:01 -0000
@@ -37,11 +37,11 @@
     when asked to exit and restart the Workbench for the changes to take effect.</li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-25.htm">Features</a>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-33.htm">Inspecting the current configuration</a><br>
 <a href="tasks-34.htm">Installing new features with the update manager</a><br>
 <a href="tasks-35.htm">Enable, disable or uninstall a feature</a><br>
@@ -51,7 +51,7 @@
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-37.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-37.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-37.htm
--- tasks/tasks-37.htm	24 Jun 2004 00:26:02 -0000	1.18
+++ tasks/tasks-37.htm	10 Nov 2004 21:15:01 -0000
@@ -151,12 +151,12 @@
 </ol>
 
 <P>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-37a.htm">Automatic Update Scheduler</a><br>
 </P>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: tasks/tasks-37a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-37a.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-37a.htm
--- tasks/tasks-37a.htm	24 Jun 2004 00:26:02 -0000	1.4
+++ tasks/tasks-37a.htm	10 Nov 2004 21:15:01 -0000
@@ -65,11 +65,11 @@
 (they're cached), unless there are newer versions on the server or you have restarted eclipse. </p>
 
 <P>
-<img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-36.htm">Updating features with the update manager</a><br>
 </P>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: tasks/tasks-38.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-38.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-38.htm
--- tasks/tasks-38.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-38.htm	10 Nov 2004 21:15:01 -0000
@@ -29,17 +29,17 @@
     current configuration now matches the configuration saved earlier.</li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-25.htm">Features</a>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-33.htm">Inspecting the current configuration</a><br>
 <a href="tasks-37.htm">Update policy control</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-3e.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-3e.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-3e.htm
--- tasks/tasks-3e.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-3e.htm	10 Nov 2004 21:15:01 -0000
@@ -45,40 +45,40 @@
         will be moved to </th>
     </TR>
     <TR> 
-      <TD COLSPAN="1" align="center" height="38"> <P CLASS="Para"> <img src="../images/drop_top_source.gif" alt=" Up icon" border="0" width="16" height="19"> 
+      <TD COLSPAN="1" align="center" height="38"> <P CLASS="Para"> <img src="../images/drop_top_source.gif" alt=" Up icon" border="0" > 
         </P></TD>
       <TD COLSPAN="1" valign="top" align="left" height="38"> <P CLASS="Para"> 
           Dock above: The view is docked above the view underneath the cursor.</P></TD>
     </TR>
     <TR> 
       <TD ROWSPAN="1" COLSPAN="1" align="center" height="38"> <P CLASS="Para"> 
-          <img src="../images/drop_bottom_source.gif" alt="  Down icon" border="0" width="19" height="19"> 
+          <img src="../images/drop_bottom_source.gif" alt="  Down icon" border="0" > 
         </P></TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left" height="38"> <p CLASS="Para"> 
           Dock below: The view is docked below the view underneath the cursor. 
       </TD>
     </TR>
     <TR> 
-      <TD ROWSPAN="1" COLSPAN="1" align="center" height="38"> <P CLASS="Para"><img align="texttop" border="0" src="../images/drop_right_source.gif" alt="Right icon" width="20" height="20"> 
+      <TD ROWSPAN="1" COLSPAN="1" align="center" height="38"> <P CLASS="Para"><img align="texttop" border="0" src="../images/drop_right_source.gif" alt="Right icon" > 
         </P></TD>
       <TD ROWSPAN="1" COLSPAN="1" valign="top" align="left" height="38"> <p CLASS="Para"> 
           Dock to the right: The view is docked to the right of the view underneath 
           the cursor. </TD>
     </TR>
     <TR> 
-      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_left_source.gif" alt=" Left icon" width="20" height="20"> 
+      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_left_source.gif" alt=" Left icon" > 
       </TD>
       <TD COLSPAN="1" valign="top" align="left" height="38"> Dock to the left: 
         The view is docked to the left of the view underneath the cursor. </TD>
     </TR>
     <TR> 
-      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_stack.gif" alt=" Stack views" width="20" height="20"> 
+      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_stack.gif" alt=" Stack views" > 
       </TD>
       <TD COLSPAN="1" valign="top" align="left" height="38"> Stack: The view is 
         docked as a Tab in the same pane as the view underneath the cursor. </TD>
     </TR>
     <TR> 
-      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_invalid_source.gif" alt=" Restricted icon" width="21" height="21"> 
+      <TD COLSPAN="1" align="center" height="38"> <img align="texttop" border="0" src="../images/drop_invalid_source.gif" alt=" Restricted icon" > 
       </TD>
       <TD COLSPAN="1" valign="top" align="left" height="38"> Restricted: You cannot 
         dock the view in this area. </TD>
@@ -86,13 +86,13 @@
   </TBODY>
 </TABLE>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="../concepts/concepts-5.htm">Views</a><br>
 <a href="../concepts/concepts-21.htm">Fast views</a><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-3.htm">Opening views</a><br>
 <a href="tasks-9b.htm">Creating fast views</a><br>
 <a href="tasks-3i.htm">Maximizing a view or editor</a><br>
@@ -101,7 +101,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-3g.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-3g.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-3g.htm
--- tasks/tasks-3g.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-3g.htm	10 Nov 2004 21:15:01 -0000
@@ -31,18 +31,18 @@
 editor area.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-6.htm">Editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46.htm">Opening files for editing</a><br>
 <a href="tasks-9.htm">Changing the placement of the tabs</a><br>
 <a href="tasks-68.htm">Comparing resources</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-3h.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-3h.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-3h.htm
--- tasks/tasks-3h.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-3h.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Rearranging tabbed views</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Rearranging tabbed views</H1>
<p>In addition to dragging and dropping (docking) views inside the Workbench,
you can rearrange the order of views within a tabbed notebook.
</p>
<ol>
  <li>Click on the tab of the view that you want to move and drag
    it to where you want it. A stack symbol
	<img border="0" src="../images/drop_stack.gif" alt="drop stack image" width="20" height="20">
	appears as you drag the view across other view tabs.</li>
  <li>Release the mouse button when you have the view tab in the
    desired location. The view that you selected is now moved.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-5.htm">Views</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3e.htm">Moving and docking views</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Rearranging tabbed views</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Rearranging tabbed views</H1>
<p>In addition to dragging and dropping (docking) views inside the Workbench,
you can rearrange the order of views within a tabbed notebook.
</p>
<ol>
  <li>Click on the tab of the view that you want to move and drag
    it to where you want it. A stack symbol
	<img border="0" src="../images/drop_stack.gif" alt="drop stack image" >
	appears as you drag the view across other view tabs.</li>
  <li>Release the mouse button when you have the view tab in the
    desired location. The view that you selected is now moved.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-5.htm">Views</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3e.htm">Moving and docking views</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-3i.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-3i.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-3i.htm
--- tasks/tasks-3i.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-3i.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Maximizing a view or editor</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="Head">Maximizing a view or editor</H1>
<P>You can temporarily maximize a view or editor so that it fills the Workbench window.
</P>
<ol>
  <li>Open the menu for the view or editor by clicking the
    icon at the far left of its title bar. (You can get the
    same effect by right-clicking anywhere in the title bar.)</li>
  <li>Select <b>Maximize</b>.</li>
</ol>
<p>To restore the view or editor to its previous position and size:
<ol>
  <li>Open the menu again.</li>
  <li>Select <b>Restore</b>.</li>
</ol>
<p><em>Tip:</em> You can also maximize or restore a view or editor by double-clicking its title bar.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-21.htm">Fast views</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3.htm">Opening views</a><br>
<a href="tasks-3e.htm">Moving and docking views</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Maximizing a view or editor</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="Head">Maximizing a view or editor</H1>
<P>You can temporarily maximize a view or editor so that it fills the Workbench window.
</P>
<ol>
  <li>Open the menu for the view or editor by clicking the
    icon at the far left of its title bar. (You can get the
    same effect by right-clicking anywhere in the title bar.)</li>
  <li>Select <b>Maximize</b>.</li>
</ol>
<p>To restore the view or editor to its previous position and size:
<ol>
  <li>Open the menu again.</li>
  <li>Select <b>Restore</b>.</li>
</ol>
<p><em>Tip:</em> You can also maximize or restore a view or editor by double-clicking its title bar.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-5.htm">Views</a><br>
<a href="../concepts/concepts-21.htm">Fast views</a><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-3.htm">Opening views</a><br>
<a href="tasks-3e.htm">Moving and docking views</a><br>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-42.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-42.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-42.htm
--- tasks/tasks-42.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-42.htm	10 Nov 2004 21:15:01 -0000
@@ -35,12 +35,12 @@
 is created.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-43.htm">Creating a folder</a><br>
 <a href="tasks-44.htm">Creating a file</a><br>
 <a href="tasks-63cg.htm">Copying resources</a><br>
@@ -48,7 +48,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-42b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-42b.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-42b.htm
--- tasks/tasks-42b.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-42b.htm	10 Nov 2004 21:15:01 -0000
@@ -31,17 +31,17 @@
   <li>Click <b>Yes</b>.</li>
 </ol>
 
-<p CLASS="Para"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p CLASS="Para"><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-47.htm">Closing projects</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-43.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-43.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-43.htm
--- tasks/tasks-43.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-43.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Creating a folder</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Creating a folder</H1>
<P>To create a new folder:
</P>
<ol>
  <li>In the Navigator view, right-click the project or folder
    where you want to create the new folder.</li>
  <li>From the pop-up menu, select <b>New &gt; Folder</b>.</li>
  <li>Enter the name of the new folder and click <b>Finish</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/concepts-17.htm">Resource hierarchies</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-42.htm">Creating a project</a><br>
<a href="tasks-44.htm">Creating a file</a><br>
<a href="tasks-45.htm">Creating linked resources</a><br>
<a href="tasks-63cg.htm">Copying resources</a><br>
<a href="tasks-63.htm">Moving resources</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Creating a folder</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Creating a folder</H1>
<P>To create a new folder:
</P>
<ol>
  <li>In the Navigator view, right-click the project or folder
    where you want to create the new folder.</li>
  <li>From the pop-up menu, select <b>New &gt; Folder</b>.</li>
  <li>Enter the name of the new folder and click <b>Finish</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/concepts-17.htm">Resource hierarchies</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-42.htm">Creating a project</a><br>
<a href="tasks-44.htm">Creating a file</a><br>
<a href="tasks-45.htm">Creating linked resources</a><br>
<a href="tasks-63cg.htm">Copying resources</a><br>
<a href="tasks-63.htm">Moving resources</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-44.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-44.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-44.htm
--- tasks/tasks-44.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-44.htm	10 Nov 2004 21:15:01 -0000
@@ -25,12 +25,12 @@
 <p>The file opens in the editor associated with its type.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources<br></a>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-43.htm">Creating a folder</a><br>
 <a href="tasks-45.htm">Creating linked resources</a><br>
@@ -39,7 +39,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-45.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-45.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-45.htm
--- tasks/tasks-45.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-45.htm	10 Nov 2004 21:15:01 -0000
@@ -56,26 +56,26 @@
 </p>
 <P>Note that, once you create a linked resource you will not be able to change
 the link target path that you entered in step 6. or 8. above.</P>
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a><br>
 <a href="../concepts/concepts-13.htm">Linked resources</a>
 </P>
 
-<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-44.htm">Creating a file</a><br>
 <a href="tasks-43.htm">Creating a folder</a><br>
 </P>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-14b.htm">Linked resources</a> 
 <br><a href="../reference/ref-38.htm">New Folder wizard</a> 
 <br><a href="../reference/ref-39.htm">New File wizard</a> 
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: tasks/tasks-46.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-46.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-46.htm
--- tasks/tasks-46.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-46.htm	10 Nov 2004 21:15:01 -0000
@@ -27,12 +27,12 @@
 editor for that type of file. To open it in a different editor, select
 <b>Open With</b> from the file's pop-up menu.</p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-6.htm">Editors</a><br>
 <a href="../concepts/concepts-6a.htm">External editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-51.htm">Associating editors with file types</a><br>
 <a href="tasks-52.htm">Editing files outside the Workbench</a><br>
   <a href="tasks-18.htm">Linking the Navigator view to the active editor</a><br>
@@ -42,7 +42,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-46ag.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-46ag.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-46ag.htm
--- tasks/tasks-46ag.htm	24 Jun 2004 19:52:21 -0000	1.16
+++ tasks/tasks-46ag.htm	10 Nov 2004 21:15:01 -0000
@@ -32,13 +32,13 @@
 <p>You can also do a contextual search for character strings contained within 
   files in the Workbench. See the links to related tasks below. </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-84.htm">Searching for text within a file</a><br>
 <a href="tasks-46bg.htm">Narrowing the scope of the Navigator view</a><br>
 <a href="tasks-48.htm">Sorting resources in the Navigator view</a><br>
@@ -46,7 +46,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-46bg.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-46bg.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-46bg.htm
--- tasks/tasks-46bg.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-46bg.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Narrowing the scope of the Navigator view</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Narrowing the scope of the Navigator view</H1>
<P>By default, the Navigator view shows all resources in your Workbench. You can
focus on a subset of resources by temporarily &quot;going into&quot; a
project or folder and hiding all other resources.
</P>
<ol>
  <li>In the Navigator view, right-click the project of folder that you want to focus on.</li>
  <li>From the pop-up menu, select <b>Go Into</b>.</li>
</ol>
<p>The Navigator now shows only the contents of the selected project or folder.
The title of the Navigator shows the name of the resource you are currently
looking at. You can use the <b>Back</b>, <b>Forward</b>, and <b>Up</b> buttons
on the Navigator view's toolbar to change the scope.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/cnav.htm">Navigator view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-48b.htm">Showing or hiding files in the Navigator view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Narrowing the scope of the Navigator view</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Narrowing the scope of the Navigator view</H1>
<P>By default, the Navigator view shows all resources in your Workbench. You can
focus on a subset of resources by temporarily &quot;going into&quot; a
project or folder and hiding all other resources.
</P>
<ol>
  <li>In the Navigator view, right-click the project of folder that you want to focus on.</li>
  <li>From the pop-up menu, select <b>Go Into</b>.</li>
</ol>
<p>The Navigator now shows only the contents of the selected project or folder.
The title of the Navigator shows the name of the resource you are currently
looking at. You can use the <b>Back</b>, <b>Forward</b>, and <b>Up</b> buttons
on the Navigator view's toolbar to change the scope.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/cnav.htm">Navigator view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-48b.htm">Showing or hiding files in the Navigator view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-47.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-47.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-47.htm
--- tasks/tasks-47.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-47.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Closing projects</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Closing projects</H1>
<P>When a project is closed, it can no longer be changed in the Workbench and 
its resources no longer appear in the Workbench, but they do still reside on 
the local file system. Closed projects require less memory. Also, since they 
are not examined during builds, closing a project can improve build time.
</P>
<P>To close a project:
</P>
<ol>
  <li>Select the project in the Navigator view.</li>
  <li>Click <b>Close Project</b> on the pop-up menu.</li>
</ol>
<P>To re-open the project:
</P>
<ol>
  <li>Select the project in the Navigator view.</li>
  <li>Click <b>Open Project</b> on the pop-up menu.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-42.htm">Creating a project</a><br>
<a href="tasks-42b.htm">Deleting projects</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Closing projects</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Closing projects</H1>
<P>When a project is closed, it can no longer be changed in the Workbench and 
its resources no longer appear in the Workbench, but they do still reside on 
the local file system. Closed projects require less memory. Also, since they 
are not examined during builds, closing a project can improve build time.
</P>
<P>To close a project:
</P>
<ol>
  <li>Select the project in the Navigator view.</li>
  <li>Click <b>Close Project</b> on the pop-up menu.</li>
</ol>
<P>To re-open the project:
</P>
<ol>
  <li>Select the project in the Navigator view.</li>
  <li>Click <b>Open Project</b> on the pop-up menu.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-42.htm">Creating a project</a><br>
<a href="tasks-42b.htm">Deleting projects</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-48.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-48.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-48.htm
--- tasks/tasks-48.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-48.htm	10 Nov 2004 21:15:01 -0000
@@ -15,26 +15,26 @@
 
 <ol>
   <li>On the toolbar for the Navigator view, click the <b>Menu</b>
-    button <img src="../images/ref-79.gif" alt="menu button" border="0" width="22" height="18">
+    button <img src="../images/ref-79.gif" alt="menu button" border="0" >
     to open the drop-down menu of display options.</li>
   <li>Select <b>Sort</b>.&nbsp;</li>
   <li>Select the desired sort option.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46ag.htm">Finding a resource quickly</a><br>
 <a href="tasks-46bg.htm">Narrowing the scope of the Navigator view</a><br>
 <a href="tasks-48b.htm">Showing or hiding files in the Navigator view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-48b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-48b.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-48b.htm
--- tasks/tasks-48b.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-48b.htm	10 Nov 2004 21:15:01 -0000
@@ -16,7 +16,7 @@
 
 <ol>
   <li>On the toolbar for the Navigator view, click the <b>Menu</b> 
-    button <img src="../images/ref-79.gif" alt="Menu button" border="0" width="22" height="18">
+    button <img src="../images/ref-79.gif" alt="Menu button" border="0" >
 	to open the drop-down menu of display options.</li>
   <li>Select <b>Filter</b>.</li>
   <li>In the dialog box that opens, select the checkboxes for the
@@ -25,20 +25,20 @@
 <P>In addition, you can restrict the displayed files to a working set.</P>
 <ol>
   <li>On the toolbar for the Navigator view, click the <b>Menu</b> 
-    button <IMG src="../images/ref-79.gif" alt="Menu button" border="0" width="22" height="18">
+    button <IMG src="../images/ref-79.gif" alt="Menu button" border="0" >
 	to open the drop-down menu of display options.</li>
   <li>Choose <B>Select Working Set...</B></li>
   <li>Select an existing working set from the list or create a new one by selecting
   <B>New...</B></li>
 </ol>
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/concepts-17.htm">Resource hierarchies</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a><br>
 <a href="../concepts/cworkset.htm">Working sets</a>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-49.htm">Viewing resource properties</a><br>
 <a href="tasks-46ag.htm">Finding a resource quickly</a><br>
 <a href="tasks-46bg.htm">Narrowing the scope of the Navigator view</a><br>
@@ -46,7 +46,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-49.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-49.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-49.htm
--- tasks/tasks-49.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-49.htm	10 Nov 2004 21:15:01 -0000
@@ -24,20 +24,20 @@
 &gt; Show View &gt; Other &gt; Basic &gt; Properties</b>.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-27.htm">Navigator view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-48b.htm">Showing or hiding files in the Navigator view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-51.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-51.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-51.htm
--- tasks/tasks-51.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-51.htm	10 Nov 2004 21:15:01 -0000
@@ -35,7 +35,7 @@
 Navigator or an entry in the Bookmarks or Tasks view it opens in the editor area.
 </p>
 
-<p><img border="0" src="../images/win_only.gif" alt="Windows only" width="51" height="13">
+<p><img border="0" src="../images/win_only.gif" alt="Windows only" >
 Editors that support OLE document mode can also run in the editor area of the Workbench.
 </p>
 
@@ -44,18 +44,18 @@
 Navigator view.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-6.htm">Editors</a><br>
 <a href="../concepts/concepts-6a.htm">External editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46.htm">Opening files for editing</a><br>
 <a href="tasks-52.htm">Editing files outside the Workbench</a><br>
   <a href="tasks-18.htm">Linking the Navigator view to the active editor</a> </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-52.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-52.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-52.htm
--- tasks/tasks-52.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-52.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Editing files outside the Workbench</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Editing files outside the Workbench</H1>
<P>To edit a Workbench resource outside the Workbench:</P>
<ol>
  <li>Navigate in the file system to the Workbench's installation directory. Go 
    into the workspace directory and open the file that you want to edit with the 
    external editor.</li>
  <li>Edit the file as needed. Save and close it as usual.</li>
  <li><em>Important</em>: Go back to the Workbench, right-click the
    edited file in the Navigator view, and select <b>Refresh</b> from
    the pop-up menu. The Workbench will perform any necessary build or update
    operations to process the changes that you made outside the Workbench.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-6.htm">Editors</a><br>
<a href="../concepts/concepts-6a.htm">External editors</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-46.htm">Opening files for editing</a><br>
<a href="tasks-51.htm">Associating editors with file types</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Editing files outside the Workbench</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Editing files outside the Workbench</H1>
<P>To edit a Workbench resource outside the Workbench:</P>
<ol>
  <li>Navigate in the file system to the Workbench's installation directory. Go 
    into the workspace directory and open the file that you want to edit with the 
    external editor.</li>
  <li>Edit the file as needed. Save and close it as usual.</li>
  <li><em>Important</em>: Go back to the Workbench, right-click the
    edited file in the Navigator view, and select <b>Refresh</b> from
    the pop-up menu. The Workbench will perform any necessary build or update
    operations to process the changes that you made outside the Workbench.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-6.htm">Editors</a><br>
<a href="../concepts/concepts-6a.htm">External editors</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-46.htm">Opening files for editing</a><br>
<a href="tasks-51.htm">Associating editors with file types</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-53.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-53.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-53.htm
--- tasks/tasks-53.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-53.htm	10 Nov 2004 21:15:01 -0000
@@ -15,9 +15,9 @@
 
 <ul>
   <li>By using the import wizard</li>
-  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" width="51" height="13">
+  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" >
     By dragging files or folders from the file system to the Navigator view</li>
-  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" width="51" height="13">
+  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" >
     By copying files or folders from the file system and pasting them into the
     Navigator view</li>
 </ul>
@@ -25,18 +25,18 @@
 <p>See the related tasks section for more details.
 </p>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-55.htm">Importing resources from the file system</a><br>
 <a href="tasks-55bg.htm">Importing resources from a ZIP File</a><br>
 <a href="tasks-57.htm">Exporting</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-55.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-55.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-55.htm
--- tasks/tasks-55.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-55.htm	10 Nov 2004 21:15:01 -0000
@@ -40,22 +40,22 @@
 the file system and dropping them in the Navigator view, or by copying and pasting.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-70.htm">Import wizard</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-importproject.htm">Importing existing projects</a><br>
 <a href="tasks-55bg.htm">Importing resources from a ZIP File</a><br>
 <a href="tasks-57.htm">Exporting</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-55bg.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-55bg.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-55bg.htm
--- tasks/tasks-55bg.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-55bg.htm	10 Nov 2004 21:15:01 -0000
@@ -37,22 +37,22 @@
   <li>When you have finished specifying your import options. click <b>Finish.</b></li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-70.htm">Import wizard</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-importproject.htm">Importing existing projects</a><br>
 <a href="tasks-55.htm">Importing resources from the file system</a><br>
 <a href="tasks-57.htm">Exporting</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-57.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-57.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-57.htm
--- tasks/tasks-57.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-57.htm	10 Nov 2004 21:15:01 -0000
@@ -14,9 +14,9 @@
 
 <ul>
   <li>By using the Export wizard.</li>
-  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" width="51" height="13"> By
+  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" > By
     dragging files or folders from the Navigator view to the file system.</li>
-  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" width="51" height="13"> By
+  <li><img src="../images/win_only.gif" alt="For Windows:" border="0" > By
     copying files or folders from Navigator view and pasting them into the file
     system.</li>
 </ul>
@@ -24,18 +24,18 @@
 <p>See the related tasks section for more details.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-59.htm">Exporting resources to the file system</a><br>
 <a href="tasks-59ag.htm">Exporting resources to a ZIP File</a><br>
 <a href="tasks-53.htm">Importing</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-59.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-59.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-59.htm
--- tasks/tasks-59.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-59.htm	10 Nov 2004 21:15:01 -0000
@@ -32,17 +32,17 @@
 by copy and paste.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-53.htm">Importing</a><br>
 <a href="tasks-59ag.htm">Exporting resources to a ZIP File</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-59ag.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-59ag.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-59ag.htm
--- tasks/tasks-59ag.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-59ag.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Exporting resources to a ZIP file</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Exporting resources to a ZIP file</h1>
<p>You can use the Export wizard to export resources from the Workbench to a ZIP 
file in the file system.
</p>
<ol>
  <li>In the Navigator view, select the resources that you want to export.</li>
  <li>From the main menu bar, select <b>File &gt; Export</b>. The Export wizard opens.</li>
  <li>Select <b>ZIP file</b> and click <b>Next</b>.</li>
  <li>By default, the resources that you selected will be exported along with 
    their children. Optionally, use the checkboxes in the left and right panes 
    to select the set of resources to export, and use push buttons such as <b>Select 
    Types</b> to filter the types of files that you want to export.</li>
  <li>Specify the path and name of the ZIP file into which you want to export
    the selected resources.</li>
  <li>Click <b>Finish.</b></li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-12.htm">Resources</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-59.htm">Exporting resources to the file system</a><br>
<a href="tasks-53.htm">Importing</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Exporting resources to a ZIP file</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Exporting resources to a ZIP file</h1>
<p>You can use the Export wizard to export resources from the Workbench to a ZIP 
file in the file system.
</p>
<ol>
  <li>In the Navigator view, select the resources that you want to export.</li>
  <li>From the main menu bar, select <b>File &gt; Export</b>. The Export wizard opens.</li>
  <li>Select <b>ZIP file</b> and click <b>Next</b>.</li>
  <li>By default, the resources that you selected will be exported along with 
    their children. Optionally, use the checkboxes in the left and right panes 
    to select the set of resources to export, and use push buttons such as <b>Select 
    Types</b> to filter the types of files that you want to export.</li>
  <li>Specify the path and name of the ZIP file into which you want to export
    the selected resources.</li>
  <li>Click <b>Finish.</b></li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-12.htm">Resources</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-59.htm">Exporting resources to the file system</a><br>
<a href="tasks-53.htm">Importing</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-63.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-63.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-63.htm
--- tasks/tasks-63.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-63.htm	10 Nov 2004 21:15:01 -0000
@@ -30,13 +30,13 @@
 and not to a folder.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a><br>
 <a href="../concepts/concepts-13.htm">Linked resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46ag.htm">Finding a resource quickly</a><br>
 <a href="tasks-63cg.htm">Copying resources</a><br>
 <a href="tasks-66.htm">Renaming resources</a><br>
@@ -44,7 +44,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-63cg.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-63cg.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-63cg.htm
--- tasks/tasks-63cg.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-63cg.htm	10 Nov 2004 21:15:01 -0000
@@ -32,13 +32,13 @@
 on the file system. Keep in mind that linked resources can only be copied to a project
 and not to a folder.
 </P>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a><br>
 <a href="../concepts/concepts-13.htm">Linked resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-43.htm">Creating a folder</a><br>
 <a href="tasks-44.htm">Creating a file</a><br>
@@ -48,7 +48,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-66.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-66.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-66.htm
--- tasks/tasks-66.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-66.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Renaming resources</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Renaming resources</H1>
<P>You can rename Workbench resources using the Rename command on the context 
  menu in the Navigator view.
</P>
<ol>
  <li>In the Navigator view, right-click the resource that you want to rename.</li>
  <li>From the pop-up menu, select <b>Rename</b>.</li>
  <li>Type the new name for the resource.</li>
  <li>Hit the return key.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/cnav.htm">Navigator view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-49.htm">Viewing resource properties</a><br>
<a href="tasks-63.htm">Moving resources</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Renaming resources</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Renaming resources</H1>
<P>You can rename Workbench resources using the Rename command on the context 
  menu in the Navigator view.
</P>
<ol>
  <li>In the Navigator view, right-click the resource that you want to rename.</li>
  <li>From the pop-up menu, select <b>Rename</b>.</li>
  <li>Type the new name for the resource.</li>
  <li>Hit the return key.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-12.htm">Resources</a><br>
<a href="../concepts/cnav.htm">Navigator view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-49.htm">Viewing resource properties</a><br>
<a href="tasks-63.htm">Moving resources</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-67.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-67.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-67.htm
--- tasks/tasks-67.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-67.htm	10 Nov 2004 21:15:01 -0000
@@ -35,13 +35,13 @@
 tasks for more details.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-12.htm">Resources</a><br>
 <a href="../concepts/cnav.htm">Navigator view</a><br>
 <a href="../concepts/concepts-13.htm">Linked resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-42b.htm">Deleting projects</a><br>
 <a href="tasks-42.htm">Creating a project</a><br>
 <a href="tasks-43.htm">Creating a folder</a><br>
@@ -51,7 +51,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-68.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-68.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-68.htm
--- tasks/tasks-68.htm	24 Jun 2004 12:22:48 -0000	1.19
+++ tasks/tasks-68.htm	10 Nov 2004 21:15:01 -0000
@@ -57,12 +57,12 @@
 members and changing the default font.</p>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a><br>
 <a href="../concepts/concepts-17a.htm">Local history</a></p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-68dg.htm">Merging changes in the Compare editor</a><br>
 <a href="tasks-113b.htm">Resolving conflicts</a><br>
@@ -72,13 +72,13 @@
 <a href="tasks-68c.htm">Working with patches</a><br>
 <a href="tasks-3g.htm">Tiling editors</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 <br><a href="../reference/ref-33.htm">CVS Synchronize view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-68b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-68b.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-68b.htm
--- tasks/tasks-68b.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-68b.htm	10 Nov 2004 21:15:01 -0000
@@ -133,22 +133,22 @@
   </TBODY>
 </TABLE>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-68.htm">Comparing resources</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-68dg.htm">Merging changes in the Compare editor</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-68bg.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-68bg.htm,v
retrieving revision 1.20
diff -u -r1.20 tasks-68bg.htm
--- tasks/tasks-68bg.htm	24 Jun 2004 00:26:02 -0000	1.20
+++ tasks/tasks-68bg.htm	10 Nov 2004 21:15:01 -0000
@@ -19,7 +19,7 @@
 <p>You can double click on the editor tab to maximize the editor.
 </p>
 
-<p><img src="../images/Image80_compare_editor2.gif" alt="Compare view" border="0" width="589" height="316">
+<p><img src="../images/Image80_compare_editor2.gif" alt="Compare view" border="0" >
 </p>
 
 <p>Looking at the numbered changes in the above image:
@@ -47,13 +47,13 @@
 to quickly scroll to that difference.
 </p>
   
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a><br>
 <a href="../concepts/concepts-17a.htm">Local history</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-68.htm">Comparing resources</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
 <a href="tasks-68dg.htm">Merging changes in the Compare editor</a><br>
@@ -63,13 +63,13 @@
 <a href="tasks-3g.htm">Tiling editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-25.htm">Compare editor</a><br>
 <a href="../reference/ref-33.htm">CVS Workspace Synchronization</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-68c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-68c.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-68c.htm
--- tasks/tasks-68c.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-68c.htm	10 Nov 2004 21:15:01 -0000
@@ -145,21 +145,21 @@
    	</ol>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-68.htm">Comparing resources</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-68dg.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-68dg.htm,v
retrieving revision 1.22
diff -u -r1.22 tasks-68dg.htm
--- tasks/tasks-68dg.htm	24 Jun 2004 00:26:02 -0000	1.22
+++ tasks/tasks-68dg.htm	10 Nov 2004 21:15:01 -0000
@@ -39,15 +39,15 @@
 <p>The image below gives an example of two files (file1.txt and file2.txt) compared.
 </p>
 
-<p><img src="../images/Image80_compare_editor.gif" alt="Compare view" border="0" width="589" height="316">
+<p><img src="../images/Image80_compare_editor.gif" alt="Compare view" border="0" >
 </p>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-29.htm">Three way comparisons</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </P>
 
-<p><img src="../images/ngrelt.gif" alt="Related tasks" border="0" width="159" height="27"><br>
+<p><img src="../images/ngrelt.gif" alt="Related tasks" border="0" ><br>
 <a href="tasks-68.htm">Comparing resources</a><br>
 <a href="tasks-68bg.htm">Understanding the comparison</a><br>
 <a href="tasks-115.htm">Synchronizing with the repository</a><br>
@@ -55,13 +55,13 @@
 <a href="tasks-68b.htm">Setting preferences for comparing files</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" >
 <br><a href="../reference/ref-25.htm">Compare editor</a>
 <br><a href="../reference/ref-33.htm">CVS Workspace Synchronization</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-70.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-70.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-70.htm
--- tasks/tasks-70.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-70.htm	10 Nov 2004 21:15:01 -0000
@@ -25,18 +25,18 @@
   <li>Click <b>OK</b> when you are finished.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-17a.htm">Local history</a><br>
 <a href="../concepts/concepts-27.htm">Versions</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-87.htm">Replacing a resource with local history</a><br>
 <a href="tasks-87b.htm">Restoring deleted resources from local history</a><br>
 <a href="tasks-88.htm">Setting local history preferences</a><br>
 <a href="tasks-68.htm">Comparing resources</a>
 </p>
-<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+<p><a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-73.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-73.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-73.htm
--- tasks/tasks-73.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-73.htm	10 Nov 2004 21:15:01 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Building resources</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Building resources</H1>
<p>There are a number of ways that resources in the Workbench can be built. The 
scope of a build can be one or more selected projects or over the entire workspace. 
</p>
<p>Builds can be full,(meaning that all resources within the scope of the build 
are considered); or incremental (meaning that only resources that have changed 
since the last build are considered).</p>
<p>Builds can be done automatically (each time resources are modified), or manually, 
using a menu item. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-16.htm">Performing builds automatically</a><br>
<a href="tasks-17.htm">Saving resources automatically before a manual build</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Building resources</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Building resources</H1>
<p>There are a number of ways that resources in the Workbench can be built. The 
scope of a build can be one or more selected projects or over the entire workspace. 
</p>
<p>Builds can be full,(meaning that all resources within the scope of the build 
are considered); or incremental (meaning that only resources that have changed 
since the last build are considered).</p>
<p>Builds can be done automatically (each time resources are modified), or manually, 
using a menu item. See the Related tasks links for more details.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-22.htm">Builds</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-75.htm">Performing builds manually</a><br>
<a href="tasks-16.htm">Performing builds automatically</a><br>
<a href="tasks-17.htm">Saving resources automatically before a manual build</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-75.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-75.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-75.htm
--- tasks/tasks-75.htm	19 Oct 2004 18:22:25 -0000	1.16
+++ tasks/tasks-75.htm	10 Nov 2004 21:15:01 -0000
@@ -33,18 +33,18 @@
   run <b>Project &gt; Clean...</b> before doing the build.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-22.htm">Builds</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-17.htm">Saving resources automatically before a manual build</a><br>
 <a href="tasks-14.htm">Changing build order</a><br>
 <a href="tasks-16.htm">Performing builds automatically</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-77.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-77.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-77.htm
--- tasks/tasks-77.htm	25 Jun 2004 00:02:58 -0000	1.18
+++ tasks/tasks-77.htm	10 Nov 2004 21:15:01 -0000
@@ -25,12 +25,12 @@
   <li>Press <b>OK</b>.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/ctskview.htm">Tasks view</a><br>
 <a href="../concepts/cbookmrk.htm">Bookmarks</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-78.htm">Deleting tasks</a><br>
 <a href="tasks-77b.htm">Associating a task with a resource</a><br>
 <a href="tasks-79.htm">Filtering the Tasks view</a><br>
@@ -39,7 +39,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-77b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-77b.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-77b.htm
--- tasks/tasks-77b.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-77b.htm	10 Nov 2004 21:15:02 -0000
@@ -34,12 +34,12 @@
 Delete key in the Tasks view.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/ctskview.htm">Tasks view</a><br>
 <a href="../concepts/cbookmrk.htm">Bookmarks</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
 <a href="tasks-78.htm">Deleting tasks</a><br>
 <a href="tasks-79.htm">Filtering the Tasks view</a><br>
@@ -48,7 +48,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-78.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-78.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-78.htm
--- tasks/tasks-78.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-78.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting tasks</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting tasks</H1>
<P>You can delete associated tasks from the gray border at the left of the editor area.
</P>
<ol>
  <li>In the marker bar in the editor area, locate the task marker that you want to delete.</li>
  <li>From the marker's pop-up menu, select <b>Remove Task</b>.</li>
  <li>The task marker disappears and the task is removed from the Tasks view.</li>
</ol>
<p>You can also delete one or more line items from the Tasks view
by pressing the Delete key or by clicking the <b>Delete</b> button on the Tasks
view toolbar, or from the pop-up menu.
</p>
<p><em>Tip:</em> To delete all completed tasks, right-click in the Tasks view and
select <b>Delete Completed Tasks</b> from the pop-up menu.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting tasks</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting tasks</H1>
<P>You can delete associated tasks from the gray border at the left of the editor area.
</P>
<ol>
  <li>In the marker bar in the editor area, locate the task marker that you want to delete.</li>
  <li>From the marker's pop-up menu, select <b>Remove Task</b>.</li>
  <li>The task marker disappears and the task is removed from the Tasks view.</li>
</ol>
<p>You can also delete one or more line items from the Tasks view
by pressing the Delete key or by clicking the <b>Delete</b> button on the Tasks
view toolbar, or from the pop-up menu.
</p>
<p><em>Tip:</em> To delete all completed tasks, right-click in the Tasks view and
select <b>Delete Completed Tasks</b> from the pop-up menu.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-79.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-79.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-79.htm
--- tasks/tasks-79.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-79.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Filtering the Tasks view</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Filtering the Tasks view</H1>
<P>You can filter the tasks that are displayed in the Tasks view. For example, you
might wish to see only problems that have been logged by the Workbench, or tasks
that you have logged as reminders to yourself. You can filter items according to
which resource or group of resources they are associated with, by text string
within the Description field, by problem severity, by task priority, or by task
status.
</P>
<ol>
  <li>On the toolbar of the Tasks view, click the <b>Filter</b> button
      <img src="../images/Image400_filterbutton.gif" alt="filter button" border="0" width="23" height="21">.</li>
  <li>Select the radio buttons and checkboxes that correspond to
      your filtering objectives.</li>
  <li>Press <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
<a href="tasks-77b.htm">Associating a task with a resource</a><br>
<a href="tasks-78.htm">Deleting tasks</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Filtering the Tasks view</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Filtering the Tasks view</H1>
<P>You can filter the tasks that are displayed in the Tasks view. For example, you
might wish to see only problems that have been logged by the Workbench, or tasks
that you have logged as reminders to yourself. You can filter items according to
which resource or group of resources they are associated with, by text string
within the Description field, by problem severity, by task priority, or by task
status.
</P>
<ol>
  <li>On the toolbar of the Tasks view, click the <b>Filter</b> button
      <img src="../images/Image400_filterbutton.gif" alt="filter button" border="0" >.</li>
  <li>Select the radio buttons and checkboxes that correspond to
      your filtering objectives.</li>
  <li>Press <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
<a href="tasks-77b.htm">Associating a task with a resource</a><br>
<a href="tasks-78.htm">Deleting tasks</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-81.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-81.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-81.htm
--- tasks/tasks-81.htm	24 Jun 2004 00:26:02 -0000	1.17
+++ tasks/tasks-81.htm	10 Nov 2004 21:15:02 -0000
@@ -27,12 +27,12 @@
 
 <p CLASS="Head">You can reopen the file for editing at any time by double-clicking 
   the bookmark in the Bookmarks view. </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/cbookmrk.htm">Bookmarks</a><br>
 <a href="../concepts/ctskview.htm">Tasks view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-81b.htm">Creating a bookmark for an entire file</a><br>
 <a href="tasks-82.htm">Deleting a Bookmark</a><br>
 <a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
@@ -40,7 +40,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-81b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-81b.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-81b.htm
--- tasks/tasks-81b.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-81b.htm	10 Nov 2004 21:15:02 -0000
@@ -32,12 +32,12 @@
 source code or within a file. See the list of related topics below.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/cbookmrk.htm">Bookmarks</a><br>
 <a href="../concepts/ctskview.htm">Tasks view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-81.htm">Creating a bookmark within a file</a><br>
 <a href="tasks-82.htm">Deleting a Bookmark</a><br>
 <a href="tasks-77.htm">Adding line items in the Tasks view</a><br>
@@ -45,7 +45,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-82.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-82.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-82.htm
--- tasks/tasks-82.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-82.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting a bookmark</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting a bookmark</H1>
<p>To delete any bookmark:
</p>
<ol>
  <li>Open the Bookmarks view.</li>
  <li>Right-click the bookmark that you want to delete and select <b>Delete</b>
    from the pop-up menu.</li>
</ol>
<p>If you have added bookmarks for specific lines within a source
file, you can also delete them while editing the file by right-clicking the
bookmark icon in the editor area.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/cbookmrk.htm">Bookmarks</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-81b.htm">Creating a bookmark for an entire file</a><br>
<a href="tasks-81.htm">Creating a bookmark within a file</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting a bookmark</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting a bookmark</H1>
<p>To delete any bookmark:
</p>
<ol>
  <li>Open the Bookmarks view.</li>
  <li>Right-click the bookmark that you want to delete and select <b>Delete</b>
    from the pop-up menu.</li>
</ol>
<p>If you have added bookmarks for specific lines within a source
file, you can also delete them while editing the file by right-clicking the
bookmark icon in the editor area.
</p>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/cbookmrk.htm">Bookmarks</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-81b.htm">Creating a bookmark for an entire file</a><br>
<a href="tasks-81.htm">Creating a bookmark within a file</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-84.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-84.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-84.htm
--- tasks/tasks-84.htm	25 Jun 2004 00:02:58 -0000	1.18
+++ tasks/tasks-84.htm	10 Nov 2004 21:15:02 -0000
@@ -38,21 +38,21 @@
 &gt; Show View &gt; Other &gt; Basic &gt; Search</b>.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/csearchview.htm">Search view</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-84b.htm">Searching for files</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-26.htm">Search view</a><br>
 <a href="../reference/ref-45.htm">File search</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tasks-84b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-84b.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-84b.htm
--- tasks/tasks-84b.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-84b.htm	10 Nov 2004 21:15:02 -0000
@@ -19,7 +19,7 @@
 </p>
 
 <ol>
-  <li>On the main toolbar, click the <b> Search</b> button <img src="../images/Image50_search.gif" alt="Search icon" border="0" width="26" height="26">.</li>
+  <li>On the main toolbar, click the <b> Search</b> button <img src="../images/Image50_search.gif" alt="Search icon" border="0" >.</li>
   <li>Type <code>.xml</code> into the <b>File name patterns</b> field and leave 
     the <b>Containing text</b> field empty. <br>
     (You can use the pull-down list to select <code>.xml</code> if it had been previously entered.)</li>
@@ -36,22 +36,22 @@
 &gt; Show View &gt; Other &gt; Basic &gt; Search</b>.</p>
 
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/csearchview.htm">Search view</a>
 <a href="../concepts/cworkset.htm"><br>Working sets</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-84.htm">Searching for text within a file</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-26.htm">Search view</a><br>
 <a href="../reference/ref-45.htm">File search</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tasks-87.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-87.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-87.htm
--- tasks/tasks-87.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-87.htm	10 Nov 2004 21:15:02 -0000
@@ -31,19 +31,19 @@
 &gt; Workbench &gt; Local History</b>.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-17a.htm">Local history</a><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-70.htm">Comparing resources with the local history</a><br>
 <a href="tasks-87b.htm">Restoring deleted resources from the local history</a><br>
 <a href="tasks-88.htm">Setting local history preferences</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-87b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-87b.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-87b.htm
--- tasks/tasks-87b.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-87b.htm	10 Nov 2004 21:15:02 -0000
@@ -32,19 +32,19 @@
 &gt; Workbench &gt; Local History</b>.
 </P>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-17a.htm">Local history</a><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-70.htm">Comparing resources with the local history</a><br>
 <a href="tasks-87.htm">Replacing resources with the local history</a><br>
 <a href="tasks-88.htm">Setting local history preferences</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-88.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-88.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-88.htm
--- tasks/tasks-88.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-88.htm	10 Nov 2004 21:15:02 -0000
@@ -32,20 +32,20 @@
   <li>Click <b>OK</b> to set your preferences and close the Local History Preferences page.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-17a.htm">Local history</a><br>
 <a href="../concepts/concepts-27.htm">Versions</a><br>
 <a href="../concepts/concepts-12.htm">Resources</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-70.htm">Comparing resources with the local history</a><br>
 <a href="tasks-87.htm">Replacing a resource with local history</a><br>
 <a href="tasks-87b.htm">Restoring deleted resources from local history</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-9.htm
--- tasks/tasks-9.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-9.htm	10 Nov 2004 21:15:02 -0000
@@ -24,18 +24,18 @@
   <li>The tabs will immediately move to their new locations.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-5.htm">Views</a><br>
 <a href="../concepts/concepts-6.htm">Editors</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-46.htm">Opening files for editing</a><br>
 <a href="tasks-3g.htm">Tiling editors</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-92.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-92.htm,v
retrieving revision 1.19
diff -u -r1.19 tasks-92.htm
--- tasks/tasks-92.htm	24 Jun 2004 00:26:02 -0000	1.19
+++ tasks/tasks-92.htm	10 Nov 2004 21:15:02 -0000
@@ -72,11 +72,11 @@
   line client, you can use the <strong>ext</strong> connection method and configure 
   it to use <strong>extssh</strong> from inside <strong>Eclipse on the Team&gt;CVS&gt;EXT 
   Connection Method</strong> preference page.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
   <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
   <a href="../concepts/concepts-27c.htm">CVS Repositories</a> </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-94.htm">Discarding a CVS repository location</a><br>
 <a href="tasks-93.htm">Refreshing the CVS repositories view</a><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
@@ -84,13 +84,13 @@
 <a href="tasks-95.htm">Changing the properties of a CVS Repository Location</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-93.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-93.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-93.htm
--- tasks/tasks-93.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-93.htm	10 Nov 2004 21:15:02 -0000
@@ -23,22 +23,22 @@
   displayed by the view but does not change the branch and version tags known 
   to the view. Refreshing the tags is discussed in <a href="tasks-110.htm">Discovering 
   branch and version tags</a></p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
   <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
   <a href="../concepts/concepts-27c.htm">CVS Repositories</a> </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="tasks-92.htm">Creating a CVS repository location</a><br>
   <a href="tasks-94.htm">Discarding a CVS repository location</a> <br>
   <a href="tasks-110.htm">Discovering branch and version tags</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-94.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-94.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-94.htm
--- tasks/tasks-94.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-94.htm	10 Nov 2004 21:15:02 -0000
@@ -27,22 +27,22 @@
     key.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><a href="tasks-100b.htm"></a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-95.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-95.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-95.htm
--- tasks/tasks-95.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-95.htm	10 Nov 2004 21:15:02 -0000
@@ -30,23 +30,23 @@
 
 <p><b>Note:</b> The properties will be changed for all projects shared with the selected repository location.
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="tasks-92.htm">Creating a CVS repository location</a><br>
   <a href="tasks-117b.htm">Changing the sharing of a Project</a><br>
   <a href="tasks-95a.htm">Changing the encoding of a CVS repository location</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-95a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-95a.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-95a.htm
--- tasks/tasks-95a.htm	24 Jun 2004 00:26:02 -0000	1.2
+++ tasks/tasks-95a.htm	10 Nov 2004 21:15:02 -0000
@@ -32,21 +32,21 @@
   <li>Click <b>OK</b> to change the properties. 
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
   <a href="tasks-92.htm">Creating a CVS repository location</a></p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-32.htm">CVS Repositories view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-96.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-96.htm,v
retrieving revision 1.18
diff -u -r1.18 tasks-96.htm
--- tasks/tasks-96.htm	24 Jun 2004 00:26:02 -0000	1.18
+++ tasks/tasks-96.htm	10 Nov 2004 21:15:02 -0000
@@ -97,12 +97,12 @@
 a CVS repository.
 </p>
   
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96a.htm">Checking out a module from a CVS repository</a><br>
 <a href="tasks-96b.htm">Checking out a folder into an existing project</a><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
@@ -112,13 +112,13 @@
 <a href="tasks-115.htm">Synchronizing with the repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
   <a href="../reference/ref-47.htm">CVS</a><br>
   <a href="../reference/ref-32.htm">CVS Repositories view</a><br>
   <a href="../reference/ref-40a.htm">CVS Checkout wizard</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-96a.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-96a.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-96a.htm
--- tasks/tasks-96a.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-96a.htm	10 Nov 2004 21:15:02 -0000
@@ -21,7 +21,7 @@
   <li>In the CVS Repositories view, expand the repository location.</li>
   <li>Expand <b>HEAD</b> and select the modules that you want to add to the Workbench. 
     <em>Note</em>: Modules appear as root folders of the repository but are associated 
-    with the <img src="../images/tasks-96b-module_rep.gif" alt="CVS module icon" border="0" width="16" height="16"> 
+    with the <img src="../images/tasks-96b-module_rep.gif" alt="CVS module icon" border="0" > 
     icon.</li>
   <li>From the pop-up menu select <b>Check Out</b>. This will checkout the module 
     into one or more projects in the local workspace, depending on how the module 
@@ -29,12 +29,12 @@
 </ol>
 <p><strong>Note</strong>: Defined modules can also be checkout out using the Checkout 
   Wizard.</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-96b.htm">Checking out a folder into an existing project</a><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
@@ -44,13 +44,13 @@
 <a href="tasks-115.htm">Synchronizing with the repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
   <a href="../reference/ref-47.htm">CVS</a><br>
   <a href="../reference/ref-32.htm">CVS Repositories view</a><br>
   <a href="../reference/ref-40a.htm">CVS Checkout wizard</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-96b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-96b.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-96b.htm
--- tasks/tasks-96b.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-96b.htm	10 Nov 2004 21:15:02 -0000
@@ -48,12 +48,12 @@
   (i.e. the project will become a shared CVS project) but any pre-existing content 
   will be ignored.</p>
   
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27c.htm">CVS Repositories</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96.htm">Checking out a project from a CVS repository</a><br>
 <a href="tasks-96a.htm">Checking out a module from a CVS repository</a><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
@@ -63,13 +63,13 @@
 <a href="tasks-115.htm">Synchronizing with the repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related references" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related references" ><br>
   <a href="../reference/ref-47.htm">CVS</a><br>
   <a href="../reference/ref-32.htm">CVS Repositories view</a><br>
   <a href="../reference/ref-40a.htm">CVS Checkout wizard</a></p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9b.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9b.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-9b.htm
--- tasks/tasks-9b.htm	24 Jun 2004 00:26:02 -0000	1.17
+++ tasks/tasks-9b.htm	10 Nov 2004 21:15:02 -0000
@@ -34,13 +34,13 @@
   icon at the left side of the view's title bar.
 </p>
   
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="../concepts/concepts-5.htm">Views</a><br>
 <a href="../concepts/concepts-21.htm">Fast views</a><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-9c.htm">Working with fast views</a><br>
 <a href="tasks-3.htm">Opening views</a><br>
 <a href="tasks-3e.htm">Moving and docking views</a><br>
@@ -50,7 +50,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9c.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9c.htm,v
retrieving revision 1.21
diff -u -r1.21 tasks-9c.htm
--- tasks/tasks-9c.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tasks-9c.htm	10 Nov 2004 21:15:02 -0000
@@ -14,7 +14,7 @@
 <p CLASS="Head">If you have converted the Navigator to a fast view it will
 appear in the shortcut bar as shown below.&nbsp;</p>
 <blockquote>
-  <p CLASS="Head"><img src="../images/Image60_fast_view1.gif" alt="Show fast view" border="0" width="119" height="58"></p>
+  <p CLASS="Head"><img src="../images/Image60_fast_view1.gif" alt="Show fast view" border="0" ></p>
 </blockquote>
   <p CLASS="Head">To work with a fast view proceed as follows.</p>
 <TABLE BORDER="0" cellspacing="0" cellpadding="3">
@@ -41,7 +41,7 @@
 <TD COLSPAN="1" valign="top" align="left">
 <P CLASS="Para">
 Observe the Navigator view slides out from the shortcut bar.&nbsp; </P>
-        <P CLASS="Para"> <img src="../images/Image61_nav_fast.gif" alt="Fast view" border="0" width="227" height="221"></P>
+        <P CLASS="Para"> <img src="../images/Image61_nav_fast.gif" alt="Fast view" border="0" ></P>
 </TD>
 </TR>
 <TR>
@@ -66,7 +66,7 @@
 To hide the fast view simply click off of it or click on the Minimize button on
 the fast view's toolbar </P>
 <P CLASS="Para">
-<img src="../images/Image61_fast_minimize.gif" alt="Minimize button" border="0" width="208" height="59"> </P>
+<img src="../images/Image61_fast_minimize.gif" alt="Minimize button" border="0" > </P>
 <P CLASS="Para">&nbsp; </P>
         <P CLASS="Para"><strong>Note:</strong> If you open a file from the Navigator 
           fast view, the fast view will automatically hide itself to allow you 
@@ -82,11 +82,11 @@
   and drop it on the workbench like a normal view.</P>
 <p></p>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27" ><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts."  ><br>
   <a href="../concepts/concepts-5.htm">Views</a><br>
   <a href="../concepts/concepts-21.htm">Fast views</a><br>
   <a href="../concepts/concepts-4.htm">Perspectives</a> </P>
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27" ><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks"  ><br>
 <a href="tasks-9b.htm">Creating fast views</a><br>
 <a href="tasks-3.htm">Opening views</a><br>
 <a href="tasks-3e.htm">Docking views</a><br>
@@ -96,7 +96,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9d.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9d.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-9d.htm
--- tasks/tasks-9d.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-9d.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting a user defined perspective</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting a user defined perspective</H1>
<P>You can delete perspectives that you defined yourself, but not
those that are delivered with the Workbench.</P>
<ol>
  <li>On the main menu bar, click <b>Window &gt; Preferences</b>. 
      The Preferences window opens.</li>
  <li>Expand the <b>Workbench</b> category and click <b>Perspectives</b>.</li>
  <li>From the <b>Available perspectives</b> list, select the one that you want
    to delete and click <b>Delete</b>.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9i.htm">Saving a user defined perspective</a><br>
<a href="tasks-9j.htm">Resetting perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Deleting a user defined perspective</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Deleting a user defined perspective</H1>
<P>You can delete perspectives that you defined yourself, but not
those that are delivered with the Workbench.</P>
<ol>
  <li>On the main menu bar, click <b>Window &gt; Preferences</b>. 
      The Preferences window opens.</li>
  <li>Expand the <b>Workbench</b> category and click <b>Perspectives</b>.</li>
  <li>From the <b>Available perspectives</b> list, select the one that you want
    to delete and click <b>Delete</b>.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9i.htm">Saving a user defined perspective</a><br>
<a href="tasks-9j.htm">Resetting perspectives</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-9f.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9f.htm,v
retrieving revision 1.17
diff -u -r1.17 tasks-9f.htm
--- tasks/tasks-9f.htm	24 Jun 2004 00:26:02 -0000	1.17
+++ tasks/tasks-9f.htm	10 Nov 2004 21:15:02 -0000
@@ -17,7 +17,7 @@
 <p>To open a new perspective:</p>
 <ol>
   <li>Click the <b>Open Perspective</b> button 
-      <img border="0" src="../images/ref-52.gif" width="16" height="16" alt="Open Perspective button"> 
+      <img border="0" src="../images/ref-52.gif"  alt="Open Perspective button"> 
       on the shortcut bar on the left side of the Workbench window. (This provides 
       the same function as the <b>Window &gt; Open Perspective</b> menu on the menu bar.)</li>
   <li> To see a complete list of perspectives, select <b>Other</b>
@@ -35,11 +35,11 @@
 By default, a perspective will open in the same window. If you would rather it opened in a new window, change the setting in <b>Window > Preferences > Workbench > Perspectives</b>.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-3.htm">Opening views</a><br>
 <a href="tasks-24.htm">Changing where perspectives open</a><br>
 <a href="tasks-31.htm">Specifying the default perspective</a><br>
@@ -47,7 +47,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9i.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9i.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-9i.htm
--- tasks/tasks-9i.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-9i.htm	10 Nov 2004 21:15:02 -0000
@@ -23,12 +23,12 @@
 <p>The name of the new perspective is added to the <b>Window &gt; Open Perspective</b> menu.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a><br>
 <a href="../concepts/concepts-5.htm">Views</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-9j.htm">Resetting perspectives</a><br>
 <a href="tasks-9d.htm">Deleting a user defined perspective</a><br>
 <a href="tasks-3.htm">Opening views</a><br>
@@ -36,7 +36,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-9j.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9j.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-9j.htm
--- tasks/tasks-9j.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-9j.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Resetting perspectives</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Resetting perspectives</H1>
<p>To restore a perspective to its original layout:</p>
<ol>
  <li>Click <b>Window &gt; Preferences</b>.</li>
  <li>Expand <b>Workbench</b> and choose <b>Perspectives</b>.</li>
  <li>From the <b>Available perspectives</b> list, select the perspective you want to restore.</li>
  <li>Click <b>Reset</b>.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9i.htm">Saving a user defined perspective</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Resetting perspectives</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Resetting perspectives</H1>
<p>To restore a perspective to its original layout:</p>
<ol>
  <li>Click <b>Window &gt; Preferences</b>.</li>
  <li>Expand <b>Workbench</b> and choose <b>Perspectives</b>.</li>
  <li>From the <b>Available perspectives</b> list, select the perspective you want to restore.</li>
  <li>Click <b>Reset</b>.</li>
  <li>Click <b>OK</b>.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
<a href="../concepts/concepts-4.htm">Perspectives</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-9i.htm">Saving a user defined perspective</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-9k.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-9k.htm,v
retrieving revision 1.16
diff -u -r1.16 tasks-9k.htm
--- tasks/tasks-9k.htm	24 Jun 2004 00:26:02 -0000	1.16
+++ tasks/tasks-9k.htm	10 Nov 2004 21:15:02 -0000
@@ -30,18 +30,18 @@
   <li>Click <b>OK</b>.
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
 <a href="../concepts/concepts-4.htm">Perspectives</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-24.htm">Changing where perspectives open</a><br>
 <a href="tasks-31.htm">Specifying the default perspective</a><br>
 <a href="tasks-9i.htm">Saving a user defined perspective</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-activites.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-activites.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-activites.htm
--- tasks/tasks-activites.htm	24 Jun 2004 00:26:02 -0000	1.4
+++ tasks/tasks-activites.htm	10 Nov 2004 21:15:02 -0000
@@ -15,12 +15,12 @@
 <p><strong>Note: </strong>For the end user, Activities are referred to as Capabilities 
   in the UI.</p>
 <pre CLASS="Para">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;?eclipse version=&quot;3.0&quot;?&gt;<br>&lt;plugin<br>   id=&quot;org.eclipse.ui.examples.activities.simple&quot;<br>   name=&quot;Simple Activities Plug-in&quot;<br>   version=&quot;1.0.0&quot;<br>   provider-name=&quot;IBM&quot;&gt;<br>   &lt;requires&gt;<br>      &lt;import plugin=&quot;org.eclipse.ui&quot;/&gt;<br>   &lt;/requires&gt;<br>   <br>   &lt;!-- Define the Examples category --&gt;<br>   &lt;extension<br>         point=&quot;org.eclipse.ui.activities&quot;&gt;<br>      &lt;category<br>            description=&quot;Contains bindings declared in the org.eclipse.ui.examples.activities.simple plugin.&quot;<br>            name=&quot;Examples&quot;<br>            id=&quot;org.eclipse.ui.examples.activities.simple.Category&quot;/&gt;<br>   &lt;/extension&gt;<br>   <br>   &lt;!-- The following extension will filter out the Problems View--&gt;<br>   &lt;extension<br>         point=&quot;org.eclipse.ui.activities&quot;&gt;<br>      &lt;activity<br>            description=&quot;Allows usage of the Problems View&quot;<br>            name=&quot;Problems View Filter&quot;<br>            id=&quot;org.eclipse.ui.examples.activities.simple.Problems&quot;/&gt;<br>      &lt;activityPatternBinding<br>            activityId=&quot;org.eclipse.ui.examples.activities.simple.Problems&quot;<br>            pattern=&quot;org\.eclipse\.ui\.ide/org\.eclipse\.ui\.views\.ProblemView&quot;/&gt;<br>      &lt;categoryActivityBinding<br>            activityId=&quot;org.eclipse.ui.examples.activities.simple.Problems&quot;<br>            categoryId=&quot;org.eclipse.ui.examples.activities.simple.Category&quot;/&gt;<br>      &lt;defaultEnablement id=&quot;org.eclipse.ui.examples.activities.simple.Problems&quot;/&gt;<br>   &lt;/extension&gt;<br>   <br>   &lt;!-- The following extension will filter all contributions from the org.eclipse.team* plugins --&gt;<br>   &lt;extension<br>         point=&quot;org.eclipse.ui.activities&quot;&gt;<br>      &lt;activity<br>            id=&quot;org.eclipse.ui.examples.activities.simple.Team&quot;<br>            description=&quot;Filters all &amp;quot;Team&amp;quot; contributions.&quot;<br>            name=&quot;Team Views Filter&quot;/&gt;<br>      &lt;activityPatternBinding<br>            activityId=&quot;org.eclipse.ui.examples.activities.simple.Team&quot;<br>            pattern=&quot;org\.eclipse\.team.*/.*&quot;/&gt;<br>      &lt;categoryActivityBinding<br>            activityId=&quot;org.eclipse.ui.examples.activities.simple.Team&quot;<br>            categoryId=&quot;org.eclipse.ui.examples.activities.simple.Category&quot;/&gt;<br>   &lt;/extension&gt;<br>&lt;/plugin&gt;</pre>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts." ><br>
   <a href="../concepts/concepts-activites.htm">Activities</a> </P>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
   <a href="../reference/ref-activitiespref.htm">Capabilities</a>
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 </BODY>
 </HTML>
Index: tasks/tasks-ant-addtasksandtypes.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-ant-addtasksandtypes.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-ant-addtasksandtypes.htm
--- tasks/tasks-ant-addtasksandtypes.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-ant-addtasksandtypes.htm	10 Nov 2004 21:15:02 -0000
@@ -29,20 +29,20 @@
     you must add it to the Ant classpath (see the Related task link below).</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-antsupport.htm">Ant Support</a><br>
 <a href="../concepts/concepts-22.htm">Builds</a><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-exttools-running.htm">Running external tools</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
 <a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-ant-classpath.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-ant-classpath.htm,v
retrieving revision 1.10
diff -u -r1.10 tasks-ant-classpath.htm
--- tasks/tasks-ant-classpath.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tasks-ant-classpath.htm	10 Nov 2004 21:15:02 -0000
@@ -37,18 +37,18 @@
   <li>To remove an item from the classpath, select it and click <b>Remove</b>.</li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-antsupport.htm">Ant support</a><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a><br>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="./tasks-ant-running.htm">Running Ant buildfiles</a><br>
 <a href="../tasks/tasks-exttools-running.htm">Running external tools</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-ant-running.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-ant-running.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-ant-running.htm
--- tasks/tasks-ant-running.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-ant-running.htm	10 Nov 2004 21:15:02 -0000
@@ -34,13 +34,13 @@
 launch configuration dialog which is opened by clicking <b>Run &gt; External Tools &gt; External Tools...</b>.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-antsupport.htm">Ant support</a><br>
 <a href="../concepts/concepts-22.htm">Builds</a><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="../tasks/tasks-exttools-running.htm">Running external tools</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
 <a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a><br>
@@ -48,7 +48,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-ant-version.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-ant-version.htm,v
retrieving revision 1.14
diff -u -r1.14 tasks-ant-version.htm
--- tasks/tasks-ant-version.htm	24 Jun 2004 00:26:02 -0000	1.14
+++ tasks/tasks-ant-version.htm	10 Nov 2004 21:15:02 -0000
@@ -63,12 +63,12 @@
 </dd>
 </dl>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-antsupport.htm">Ant Support</a><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="./tasks-ant-running.htm">Running Ant buildfiles</a><br>
 <a href="../tasks/tasks-exttools-running.htm">Running external tools</a><br>
 <a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
@@ -76,7 +76,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-cvs-10.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-10.htm,v
retrieving revision 1.11
diff -u -r1.11 tasks-cvs-10.htm
--- tasks/tasks-cvs-10.htm	24 Jun 2004 00:26:02 -0000	1.11
+++ tasks/tasks-cvs-10.htm	10 Nov 2004 21:15:02 -0000
@@ -33,13 +33,13 @@
   <li>Click <b>Yes</b> to disconnect the project.</li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-96.htm">Checking out a project from the CVS repository</a><br>
 <a href="tasks-103.htm">Replacing resources in the Workbench</a><br>
 <a href="tasks-100a.htm">Branching</a><br>
@@ -49,12 +49,12 @@
 <a href="tasks-100b.htm">Merging from a branch</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-cvs-11.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-11.htm,v
retrieving revision 1.15
diff -u -r1.15 tasks-cvs-11.htm
--- tasks/tasks-cvs-11.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tasks-cvs-11.htm	10 Nov 2004 21:15:02 -0000
@@ -68,13 +68,13 @@
 from the drop down list that becomes available.
 </p>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a><br>
 <a href="../concepts/concepts-27b.htm">Branches</a><br>
 <a href="../concepts/concepts-30.htm">Synchronizing with a CVS repository</a>
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
 <a href="tasks-96.htm">Checking out a project from the CVS repository</a><br>
 <a href="tasks-103.htm">Replacing resources in the Workbench</a><br>
@@ -85,13 +85,13 @@
 <a href="tasks-100b.htm">Merging from a branch</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-47.htm">CVS</a><br>
 <a href="../reference/ref-20-fileContent.htm">File Content</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-cvs-16.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-16.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-cvs-16.htm
--- tasks/tasks-cvs-16.htm	24 Jun 2004 00:26:02 -0000	1.12
+++ tasks/tasks-cvs-16.htm	10 Nov 2004 21:15:02 -0000
@@ -27,17 +27,17 @@
 <p><b>Tip:</b> You can choose whether the filter should match any or all of the 
   criteria by selecting the appropriate radio button in the dialog.</p>
   
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 <br><a href="../reference/ref-32a.htm">CVS Resource History view</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-cvs-passwords.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-passwords.htm,v
retrieving revision 1.4
diff -u -r1.4 tasks-cvs-passwords.htm
--- tasks/tasks-cvs-passwords.htm	25 Jun 2004 00:02:58 -0000	1.4
+++ tasks/tasks-cvs-passwords.htm	10 Nov 2004 21:15:02 -0000
@@ -32,15 +32,15 @@
   page. The page displays the currently saved passwords and allows you to delete 
   them.</p>
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27"><br>
+ ><br>
 <a href="tasks-92.htm">Creating a CVS repository location</a><br>
 <a href="tasks-cvs-ssh2.htm">Connecting and configuring CVS with SSH</a><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a> </p>
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27"> <br>
+ > <br>
 <a href="../reference/ref-47.htm">CVS</a> </p>
 <p> <a href="../notices.html"><img src="../cpy.gif" border="0"
- alt="Legal notices" width="324" height="14"></a>
+ alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: tasks/tasks-cvs-quickdiff.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-quickdiff.htm,v
retrieving revision 1.2
diff -u -r1.2 tasks-cvs-quickdiff.htm
--- tasks/tasks-cvs-quickdiff.htm	24 Jun 2004 14:59:06 -0000	1.2
+++ tasks/tasks-cvs-quickdiff.htm	10 Nov 2004 21:15:02 -0000
@@ -48,14 +48,14 @@
   connection to your CVS server so that remote contents can be fetched when an 
   editor is opened.</p>
 <p><img border="0" src="../images/ngrelc.gif" alt="Related concepts"
- width="159" height="27"> <br>
+ > <br>
 <a href="../concepts/concepts-cvs-watch.htm">Watch/Edit</a><br>
 <a href="../concepts/concepts-26.htm">Team programming with CVS</a> </p>
 <p><img border="0" src="../images/ngrelr.gif" alt="Related reference"
- width="159" height="27"> <br>
+ > <br>
 <a href="../reference/ref-47.htm">CVS</a> </p>
 <p> <a href="../notices.html"><img src="../cpy.gif" border="0"
- alt="Legal notices" width="324" height="14"></a>
+ alt="Legal notices" ></a>
 </p>
 </body>
 </html>
Index: tasks/tasks-cvs-watch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-cvs-watch.htm,v
retrieving revision 1.12
diff -u -r1.12 tasks-cvs-watch.htm
--- tasks/tasks-cvs-watch.htm	28 Oct 2004 15:39:04 -0000	1.12
+++ tasks/tasks-cvs-watch.htm	10 Nov 2004 21:15:02 -0000
@@ -84,16 +84,16 @@
     the copy of the file before you started modifying it).</li>
 </ul>
 <p>&nbsp;</p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"> 
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" > 
   <br>
   <a href="../concepts/concepts-cvs-watch.htm">Watch/Edit</a></p>
 <p><a href="../concepts/concepts-26.htm">Team programming with CVS</a> </p>
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"> 
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" > 
   <br>
   <a href="../reference/ref-47.htm">CVS</a> </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-exttools-running.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-exttools-running.htm,v
retrieving revision 1.8
diff -u -r1.8 tasks-exttools-running.htm
--- tasks/tasks-exttools-running.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tasks-exttools-running.htm	10 Nov 2004 21:15:02 -0000
@@ -43,16 +43,16 @@
   <li>Click <b>Builders</b> from the list, and configure the tool as described above.</li>
 </ol>
 
-<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/concepts-exttools.htm">External tools</a><br>
 </P>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="./tasks-ant-running.htm">Running Ant buildfiles</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tasks-importproject.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm,v
retrieving revision 1.7
diff -u -r1.7 tasks-importproject.htm
--- tasks/tasks-importproject.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/tasks-importproject.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Importing existing projects</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Importing existing projects</h1>
<p>You can use the Import Wizard to copy a project that exists in a different 
workspace,  or one that previously existed in a workspace, into the Workbench.
</p>
<ol>
  <li>From the main menu bar, select <b>File &gt; Import</b>. The Import wizard opens.</li>
  <li>Select <b>Existing Project into Workspace</b> and click <b>Next</b>.</li>
  <li>Click the <b>Browse</b> button on the next page of the wizard to select
    the project which you would like to import.</li>
  <li>Click <b>Finish</b> to start the import.</li>
</ol>
<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
<a href="../reference/ref-70.htm">Import wizard</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-55.htm">Importing resources from the file system</a><br>
<a href="tasks-55bg.htm">Importing resources from a ZIP File</a><br>
<a href="tasks-57.htm">Exporting</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Importing existing projects</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Importing existing projects</h1>
<p>You can use the Import Wizard to copy a project that exists in a different 
workspace,  or one that previously existed in a workspace, into the Workbench.
</p>
<ol>
  <li>From the main menu bar, select <b>File &gt; Import</b>. The Import wizard opens.</li>
  <li>Select <b>Existing Project into Workspace</b> and click <b>Next</b>.</li>
  <li>Click the <b>Browse</b> button on the next page of the wizard to select
    the project which you would like to import.</li>
  <li>Click <b>Finish</b> to start the import.</li>
</ol>
<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
<a href="../reference/ref-70.htm">Import wizard</a>
</p>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="tasks-55.htm">Importing resources from the file system</a><br>
<a href="tasks-55bg.htm">Importing resources from a ZIP File</a><br>
<a href="tasks-57.htm">Exporting</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tasks-team-1.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tasks-team-1.htm,v
retrieving revision 1.13
diff -u -r1.13 tasks-team-1.htm
--- tasks/tasks-team-1.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tasks-team-1.htm	10 Nov 2004 21:15:02 -0000
@@ -44,17 +44,17 @@
   </li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <br><a href="../concepts/concepts-26.htm">Team programming with CVS</a>
 </p>
 
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27">
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" >
 <br><a href="../reference/ref-47.htm">CVS</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tchgbrws.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tchgbrws.htm,v
retrieving revision 1.15
diff -u -r1.15 tchgbrws.htm
--- tasks/tchgbrws.htm	24 Jun 2004 00:26:02 -0000	1.15
+++ tasks/tchgbrws.htm	10 Nov 2004 21:15:02 -0000
@@ -41,7 +41,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tf1help.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tf1help.htm,v
retrieving revision 1.13
diff -u -r1.13 tf1help.htm
--- tasks/tf1help.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tf1help.htm	10 Nov 2004 21:15:02 -0000
@@ -77,7 +77,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tfonts.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tfonts.htm,v
retrieving revision 1.13
diff -u -r1.13 tfonts.htm
--- tasks/tfonts.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/tfonts.htm	10 Nov 2004 21:15:02 -0000
@@ -16,7 +16,7 @@
 change some of these settings to increase the readability of the documentation.
 </p>
 
-<p> <img src="../images/win_only.gif" alt="The following information applies to Windows." border="0" width="51" height="13"> 
+<p> <img src="../images/win_only.gif" alt="The following information applies to Windows." border="0" > 
 In addition, on Windows platforms using Microsoft Internet Explorer, the help 
 browser uses a component of Internet Explorer to display documentation, so changes 
 you make to its display settings also affect the help display. To change the 
@@ -45,7 +45,7 @@
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/tkeybindings.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tkeybindings.htm,v
retrieving revision 1.8
diff -u -r1.8 tkeybindings.htm
--- tasks/tkeybindings.htm	24 Jun 2004 00:26:02 -0000	1.8
+++ tasks/tkeybindings.htm	10 Nov 2004 21:15:02 -0000
@@ -15,13 +15,13 @@
 Select <b>Window &gt; Preferences &gt; Workbench &gt; Keys</b> for the Keys preference page, 
 where you can <a href="../concepts/accessibility/keyboardshortcuts.htm">assign key sequences</a> to many of the commands in Eclipse.
 </p>
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
 <a href="../concepts/accessibility/keyboardshortcuts.htm">Keys</a><br>
 <a href="../concepts/accessibility/navigation.htm">Navigating the user interface by using the keyboard</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/topenmode.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/topenmode.htm,v
retrieving revision 1.7
diff -u -r1.7 topenmode.htm
--- tasks/topenmode.htm	24 Jun 2004 00:26:02 -0000	1.7
+++ tasks/topenmode.htm	10 Nov 2004 21:15:02 -0000
@@ -39,12 +39,12 @@
 navigate to it.
 </p>
 
-<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" ><br>
 <a href="../reference/ref-10.htm">Workbench</a><br>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>
Index: tasks/tquickfix.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tquickfix.htm,v
retrieving revision 1.10
diff -u -r1.10 tquickfix.htm
--- tasks/tquickfix.htm	24 Jun 2004 00:26:02 -0000	1.10
+++ tasks/tquickfix.htm	10 Nov 2004 21:15:02 -0000
@@ -1 +1 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Automatically fixing problems</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Automatically fixing problems</H1>
<P>Problems displayed in the task view may offer a <b>Quick Fix</b> menu 
option in the context menu. Selecting this menu option will present one or 
more possible fixes that can be automatically applied for you.
</P>
<P>Certain Java and team problems may be resolved using the Quick Fix feature. 
For example a missing import statement in a Java file will result in
a Quick Fix suggestion to add the import statement or change the type name to
a name that is already imported. The CVS plug-in will offer a quick fix item to 
add a newly created file to version control.
</P>
<ol>
  <li>In the Tasks view, right-click the task you want to Quick Fix.</li>
  <li>Select <b>Quick Fix</b> from the pop-up menu.</li>
  <li>Choose from one of the suggested fixes.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-11.htm">Markers</a><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
<a href="../reference/ref-31.htm">Tasks view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Automatically fixing problems</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Automatically fixing problems</H1>
<P>Problems displayed in the task view may offer a <b>Quick Fix</b> menu 
option in the context menu. Selecting this menu option will present one or 
more possible fixes that can be automatically applied for you.
</P>
<P>Certain Java and team problems may be resolved using the Quick Fix feature. 
For example a missing import statement in a Java file will result in
a Quick Fix suggestion to add the import statement or change the type name to
a name that is already imported. The CVS plug-in will offer a quick fix item to 
add a newly created file to version control.
</P>
<ol>
  <li>In the Tasks view, right-click the task you want to Quick Fix.</li>
  <li>Select <b>Quick Fix</b> from the pop-up menu.</li>
  <li>Choose from one of the suggested fixes.</li>
</ol>
<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" ><br>
<a href="../concepts/concepts-11.htm">Markers</a><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
</p>
<p><img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br>
<a href="../reference/ref-31.htm">Tasks view</a>
</p>
<p>
   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</BODY>
</HTML>
\ No newline at end of file
Index: tasks/tsearch.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/tsearch.htm,v
retrieving revision 1.21
diff -u -r1.21 tsearch.htm
--- tasks/tsearch.htm	24 Jun 2004 00:26:02 -0000	1.21
+++ tasks/tsearch.htm	10 Nov 2004 21:15:02 -0000
@@ -123,12 +123,12 @@
 the new information set.
 </p>
 
-<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
+<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" ><br>
 <a href="taccess.htm">Accessing and navigating online help</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </body>
Index: tasks/ttoolbars.htm
===================================================================
RCS file: /home/eclipse/org.eclipse.platform.doc.user/tasks/ttoolbars.htm,v
retrieving revision 1.13
diff -u -r1.13 ttoolbars.htm
--- tasks/ttoolbars.htm	24 Jun 2004 00:26:02 -0000	1.13
+++ tasks/ttoolbars.htm	10 Nov 2004 21:15:02 -0000
@@ -16,8 +16,8 @@
 <ol>
   <li> Make sure the toolbar is unlocked. The toolbar is unlocked if it has thick 
     vertical bars next to the thin vertical toolbar dividers.<br>
-    <img src="../images/Image90_locked_toolbar.gif" alt="Locked toolbar" border="0" width="292" height="33"> 
-    <img src="../images/Image90_unlocked_toolbar.gif" alt="Unlocked toolbar" border="0" width="292" height="32"><br>
+    <img src="../images/Image90_locked_toolbar.gif" alt="Locked toolbar" border="0" > 
+    <img src="../images/Image90_unlocked_toolbar.gif" alt="Unlocked toolbar" border="0" ><br>
     If it is locked, unlock the toolbar by right clicking the toolbar and selecting 
     the <b>Lock the Toolbars</b> menu item. </li>
   <li> Grab the section of the toolbar you want to rearrange by moving the mouse 
@@ -31,12 +31,12 @@
     the toolbar and selecting the <b>Lock the Toolbars</b> menu item. </li>
 </ol>
 
-<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27">
+<p><img border="0" src="../images/ngrelc.gif" alt="Related concepts" >
 <a href="../concepts/concepts-18.htm"><br>Toolbars</a>
 </p>
 
 <p>
-   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
+   <a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" ></a>
 </p>
 
 </BODY>

Back to the top