Thread: Dropdown boxes alignment.
Results 1 to 4 of 4
Related
-
Dropdown menu hides behind dropdown box Forum: Javascript Forum
Replies: 0 -
Random Boxes?? Help! Forum: Myspace Forum
Replies: 0 -
help w/Drop down boxes in Form Forum: HTML Forum
Replies: 2 -
Comment Boxes Forum: HTML Forum
Replies: 11 -
Where did my shadow boxes go on input box? Forum: HTML Forum
Replies: 4
-
02-15-2006, 05:32 AM #1
Dropdown boxes alignment.
Hi, I wonder if anyone can help ?
My main problem is a total lack of knowledge about HTML (but I don't suppose you can do anything about that !!!)
http://www.fromthelane.co.uk/forum/default.asp is my Website (it's a Message board)
What I want to do is put the Google search, and the Dropdown box called FTL - Links, onto the same line as each other. I have tried adjusting the code, but really don't know what I am doing
This is the code for the Google search, and the Dropdown box:
Code:<!-- Search Google --> <center> <form method="get" action="http://www.google.co.uk/custom" target="google_window"> <table bgcolor="#f0f8ff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <input type="text" name="q" size="31" maxlength="255" value=""></input> <input type="submit" name="sa" value="Google Search"></input> <input type="hidden" name="client" value="pub-4979297490720628"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input> <input type="hidden" name="hl" value="en"></input> </td></tr></table> </form> </center> <!-- Search Google --> <center><select name="choose" onChange="window.open(this.options[this.selectedIndex].value)"> <option selected>FTL - Links</option> <option value="http://fromthelane.co.uk/Docs/Forumguidelines.htm" target="_blank">FTL Forum guidlines</option> <option value="http://topspurs.com">Topspurs.com</option> <option value="http://www.fromthelane.co.uk/Affiliates/index.htm">FTL affiliates - Support your Message board</option> <option value="http://asongforledley.co.uk">A song for Ledley</option> <option value="http://fromthelane.co.uk/Docs/Robbointerview.htm">FTL's Paul Robinson interview</option> <option value="http://coys.sportsmaestros.com/index.php">COYS Messageboard</option> <option value="http://www.tottenhamtrust.com/">THST</option> <option value="http://www.tottenhamhotspur.com/index.html">Official Spurs site</option> <option value="http://home.skysports.com/">Sky Sports</option> <option value="http://www.newsnow.co.uk/newsfeed/?name=Tottenham+Hotspur">NewsNow</option> <option value="http://news.bbc.co.uk/sport/">BBC Sport</option> </select>
Last edited by HTML; 02-15-2006 at 07:14 AM.
-
02-15-2006, 07:15 AM #2
Re: Dropdown boxes alignment.
Take a look at the tables section here, thos is what you need to do.
http://www.ahfb2000.com/html.php
Dave
-
02-15-2006, 07:57 AM #3
Re: Dropdown boxes alignment.
Thanks for the reply Dave
However, I really can't see what to to. Could you tell me which TABLES link it's in please ? I got the Google search from Google and my Dropdown box from another site and really haven't a clue about it, I just want them on the same line !
Having said that, do you think it would be too complicated for a total newbie ? If so I will give it a miss
Thanks again for the reply
-
02-15-2006, 08:45 AM #4
Re: Dropdown boxes alignment.
You need to learn tables, so I suggest reading the entire HTML Table section.
Dave