Newbie Table/Form question

R

Russ Hromyko

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>
 
D

David Dorward

Russ said:
I'm very new at this so forgive me. How do I move the form/table over to
the far right of the page?

table {
margin-right: 0;
margin-left: auto;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top