Posted by Russ Hromyko on 06/05/05 03:50
I'm very new at this so forgive me. How do I move the form/table over to
the far right of the page?
Thanks.
Russ
<html>
<head>
<title>Event Viewer</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111"
width="126" height="18">
<form>
<table
<tr>pcname</tr>
<input type="text" name="pcname">
<tr>date</tr>
<input type="text" name="date">
<td <input type="text" name="pcnamearea"><input
type="submit"value="Enter"></td>
</table>
</form>
</body>
</html>
[Back to original message]
|