drop down menu not on same line

liunx

Guest
i'm trying to start a website. As part of the navigation i want a drop-down menu at the top. I want the drop-down to be on the same line as the rest of the links, however it seems to want to appear on the next line down. I've checked for <br> tags but i can't see any.<br />
<br />
My test page showing the probelm can be view here:<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/md2/mjbd/test/test1.html">http://www.angelfire.com/md2/mjbd/test/test1.html</a><!-- m --><!--content-->I see your point...I tried to do the same thing too...didn't work. :(<br />
<br />
Anyone know how to fix it?<!--content-->donovanm.<br />
I have had a bit of a play with your code, and managed to get your menu on the same line. The main trick was to put every thing in table cells. See atached file. I hope this helps.<br />
<br />
Yours, Les.<!--content-->Hello Donovanm<br />
<br />
Which editor you are using to make html pages? It is possible to put dropdown menu with other links in same line with help of table. You have to adjust the width of cells. And I think with help of DREAMWEAVER it is very EASY.<br />
<br />
Amruta..<!--content-->hi, i'm using a program called cuteHTML (an HTML editor).<br />
<br />
I had already tried using tables, but i found out that it makes the row thicker than i wanted it to be - does anyone know why this is? I want the blue row to be only a little big bigger than the text. The thickness i want can be seen here: <!-- m --><a class="postlink" href="http://www.angelfire.com/md2/mjbd/test/test1b.html">http://www.angelfire.com/md2/mjbd/test/test1b.html</a><!-- m --><br />
<br />
Cheers<br />
<br />
Matt<!--content-->Try changeing you form tag to:<br />
<br />
<form style="display:inline"><br />
<br />
You might have to put the style entry on the select as well.<br />
<br />
HTH<!--content-->Hey can you send me your code plzz. I will make the necessary changes and gave back to you.<br />
<br />
AMRUTA..<!--content-->thanks COBOLdinosaur!! what you said worked beautifully.<br />
<br />
Thanks also to amruta for the offer, but i'm ok now.<br />
<br />
Cheers<br />
Matt<!--content-->
 
Back
Top