Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Side by Side

Status
Not open for further replies.

Montroze

Technical User
Apr 20, 2001
113
CA
Can someone give the needed info to get these 2 boxes side by side, Ive tried some combinations and have had no luck, Thanks!

<html>
<!-- creation date: 4/28/02 -->
<head>
<title></title>

<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>
<body>
<!-- start Pollking.com code -->

<form action=' method='post' target='_new'>
<input name='pollID' type='hidden' value='1225'>
<table width='125' border='1' bordercolor='#000000' cellpadding='3' cellspacing='0'>
<tr>
<td align='center' bgcolor='#6876e7'><font face='arial' color='#ffffff'><b>OS System</b></font></td>
</tr>
<tr>
<td bgcolor='#cccccc'>
<table border='0' cellpadding='0' cellspacing='0'>
<tr>
<td>
<br>
<font face='arial' color='#000000'>
Which OS are you running?
<br><br>
<input name='vote' type='radio' value='1'>Win3.1<br><input name='vote' type='radio' value='2'>Win95<br><input name='vote' type='radio' value='3'>Win98<br><input name='vote' type='radio' value='4'>Win98se<br><input name='vote' type='radio' value='5'>WinNT<br><input name='vote' type='radio' value='6'>WinME<br><input name='vote' type='radio' value='7'>WinCE<br><input name='vote' type='radio' value='8'>Win2000<br><input name='vote' type='radio' value='9'>WinXP<br>
</font>
</td>
</tr>
</table>
</td>
</tr>
</div>
<tr>
<td bgcolor='#cccccc' align='center'><input name='submit' type='submit' value='vote'><br><a href=' target='_new'>Current Results</a></td>
</tr>
<tr>
<td bgcolor='#cccccc' align='center'><a href=' Web Polls</a></td>
</tr>
</table>
</form>

<!-- end Polking.com code -->

<!-- Alxnet.com - poll code starts -->
<form action=&quot; METHOD=&quot;POST&quot; >
<input type=&quot;hidden&quot; name=&quot;id&quot; value=&quot;22754&quot;>
<input type=&quot;hidden&quot; name=&quot;q&quot; value=&quot;submit&quot;>
<table border=&quot;1&quot; width=&quot;125&quot; bordercolor=&quot;#000000&quot; bgcolor=&quot;#cccccc&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;>
<tr><td bgcolor=&quot;#6876e7&quot; align=&quot;middle&quot;>
<font face=&quot;arial&quot; color=&quot;#ffffff&quot; SIZE=&quot;-1&quot;>Connection Speed</font></td></tr>
<tr><td><table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;>
<tr><td><font face=&quot;verdana,geneva&quot; color=&quot;#000011&quot; size=&quot;1&quot;>What speed are you connecting at?</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;1&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>14.4</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;2&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>28.8</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;3&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>33.6</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;4&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>56k</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;5&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>DSL</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;6&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>Cable</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;7&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>ISDN</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;8&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>T1</font></td></tr>
<tr><td><input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;9&quot;><font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#000011&quot;>T3</font></td></tr>
<tr><td align=&quot;middle&quot;><br><input type=&quot;submit&quot; value=&quot;Vote&quot;></td></tr>
<tr><td align=&quot;middle&quot;><font face=&quot;verdana&quot; size=&quot;1&quot;><a href=&quot; >Current Results</a></td></tr>
</table></td></tr>
<tr><td align=&quot;middle&quot;><font face=&quot;verdana&quot; size=&quot;1&quot;><a href=&quot; a FREE Alxnet Web Poll</a></td></tr>
</table></form>
<!-- Alxnet.com -- poll code ends -->

</body>
</html>
 
create a table with 2 columns...then place each form inside the table columns....that will side by side them
 
why do you have it in two different forms? Only one form can be submitted at a time.

Let us know if kazoo's answer worked for you. I would do the same. Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top