From 8a855e7178bd28134b36192f2e67eb5dedfbca17 Mon Sep 17 00:00:00 2001 From: Pat Thoyts <patthoyts@users.sourceforge.net> Date: Fri, 22 Mar 2002 01:33:08 +0000 Subject: [PATCH] Tidy up the html --- Intro.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Intro.html b/Intro.html index e92928c..0601390 100644 --- a/Intro.html +++ b/Intro.html @@ -9,12 +9,12 @@ <b>tkinspect</b> is an inspector for Tk applications. It uses Tk's <tt>send</tt> command to retreive infomation from other Tk applications. When you choose an application through the -<b>File/Select Interpreter</b> menu, <a href=Lists.html>lists</a> will +<b>File/Select Interpreter</b> menu, <a href="Lists.html">lists</a> will be filled with the names of the procs, globals, and windows the the application. Clicking on one of those names will fill the <a -href=Value.html>value window</a> with the definition of the proc, the +href="Value.html">value window</a> with the definition of the proc, the value of the global variable, or various information about the window. -The <a href=Value.html>value window</a> is editable and its contents +The <a href="Value.html">value window</a> is editable and its contents can be sent back to the selected application.<p> Tcl commands can be sent to the seleted application using the @@ -27,23 +27,23 @@ For further information, select a topic from the help window's <b>Topics</b> menu or from the list below: <ul> - <li> <a href=Intro.html>Tkinspect Introduction</a> - <li> <a href=Value.html>The Value Window</a> - <li> <a href=Lists.html>The Lists</a> + <li> <a href="Intro.html">Tkinspect Introduction</a> + <li> <a href="Value.html">The Value Window</a> + <li> <a href="Lists.html">The Lists</a> <ul> - <li> <a href=Procs.html>The Procs List</a> - <li> <a href=Globals.html>The Globals List</a> - <li> <a href=Windows.html>The Windows List</a> - <li> <a href=Images.html>The Images List</a> - <li> <a href=Canvases.html>The Canvases List</a> - <li> <a href=Menus.html>The Menus List</a> + <li> <a href="Procs.html">The Procs List</a> + <li> <a href="Globals.html">The Globals List</a> + <li> <a href="Windows.html">The Windows List</a> + <li> <a href="Images.html">The Images List</a> + <li> <a href="Canvases.html">The Canvases List</a> + <li> <a href="Menus.html">The Menus List</a> </ul> - <li> <a href=Miscellany.html>Miscellany</a>: how <b>tkinspect</b> + <li> <a href="Miscellany.html">Miscellany</a>: how <b>tkinspect</b> starts up, how to customize, etc. - <li> <a href=Notes.html>Notes</a>: notes about <b>tkinspect</b> - <li> <a href=WhatsNew.html>Whats New</a>: what's new in this + <li> <a href="Notes.html">Notes</a>: notes about <b>tkinspect</b> + <li> <a href="WhatsNew.html">Whats New</a>: what's new in this version. - <li> <a href=ChangeLog.html>Tkinspect ChangeLog</a>: a detailed list + <li> <a href="ChangeLog">Tkinspect ChangeLog</a>: a detailed list of changes. </ul> -- 2.23.0