<!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 content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 10pt Book Antiqua; MARGIN-LEFT: 2px">
<DIV>I'll try to be more descriptive, now that I've had some sleep.  What I 
need is on the same line is a checkbox and test that follows where the user can 
tick the box to indicate they have completed the task.  It only acts 
as a reminder, nothing fancy.  The problem I'm having is I cannot get 
text to show up on the same line next to the checkbox.</DIV>
<DIV> </DIV>
<DIV>Hope this helps.</DIV>
<DIV> </DIV>
<DIV>Jon L. Miller, MCNE, CNS, ASE<BR>Director/Sr Systems Consultant<BR>MMT 
Networks Pty Ltd<BR><A 
href="http://www.mmtnetworks.com.au">http://www.mmtnetworks.com.au</A></DIV>
<DIV> </DIV>
<DIV>"I don't know the key to success, but the key to failure<BR> is trying 
to please everybody." -Bill Cosby</DIV>
<DIV> </DIV>
<DIV><BR><BR>>>> hooker@iinet.net.au 6:19:24 am 31/03/2004 
>>><BR>Quoting Jon  Miller 
<jlmiller@mmtnetworks.com.au>:<BR>> Trying to insert a checkbox in 
front of a line of code, can someone analyse<BR>> what I'm doing 
wrong?<BR>> <BR>> <input name="Cisco" type="Checkbox" 
value="ON"><a href="CiscoTools"><dir<BR>> 
compact><b>Cisco Tools</b></dir></a><BR><BR>I assume 
that you want the checkbox to be "ticked" when someone follows the <BR>link? 
Also, you've got a file called "CiscoTools" in the same directory as this 
<BR>web page right?<BR><BR>If you just want the checkbox to be ticked, then drop 
the '<a ...></a>', it's <BR>not necessary or useful. If you want a 
link to be followed there's not much <BR>point in having a checkbox unless the 
browser also generates a new page when <BR>for "CiscoTools". If you don't throw 
a new page, the current one gets replaced, <BR>and clicking a "back" button will 
redraw the page you came from as it <BR>originally was, sans completed 
checkboxes, selectors, text input fields and the 
<BR>like.<BR><BR>Hooker<BR><BR>_______________________________________________<BR>PLUG 
discussion list: plug@plug.linux.org.au<BR><A 
href="http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug">http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug</A><BR>Committee 
e-mail: committee@plug.linux.org.au<BR><BR></DIV></BODY></HTML>