<!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>Thanks hooker, exactly what I was looking for.</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 9:21:31 am 31/03/2004
>>><BR>Quoting Jon Miller
<jlmiller@mmtnetworks.com.au>:<BR>> I'll try to be more descriptive,
now that I've had some sleep. What I need<BR>> is on the same line is a
checkbox and test that follows where the user can<BR>> tick the box to
indicate they have completed the task. It only acts as a<BR>> reminder,
nothing fancy. The problem I'm having is I cannot get text to show<BR>>
up on the same line next to the checkbox.<BR><BR>Something like
:<BR><BR><form method=post action="...."><BR><input type="checkbox"
name="cisco" value="cisco"> Check this when you've
done<BR>it<br><BR><input type="submit" value="finished
everything"><BR></form><BR><BR>You can (obviously) use tables or CSS to
tweak the layout, but the above ought<BR>to work as 'proof of
concept'.<BR><BR>Hooker<BR><BR><BR><BR>> Hope this helps.<BR>> <BR>>
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><BR>>
<BR>> "I don't know the key to success, but the key to failure<BR>>
is trying to please everybody." -Bill Cosby<BR>> <BR>> <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<BR>>
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<BR>> this <BR>>
web page right?<BR>> <BR>> If you just want the checkbox to be ticked,
then drop the '<a ...></a>', it's<BR>> <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>>
<BR>> for "CiscoTools". If you don't throw a new page, the current one
gets<BR>> 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<BR>> 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><BR><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>