View Full Version : Help


ZILK
09-18-2005, 10:56 PM
http://bransonlilburn.com/index2.php

How do I make the text "bransonlilburn.com" and the drop down menu appear on the same line?

netaholic
09-18-2005, 11:26 PM
don't use a <br> tag if you have one. otherwise, provide the code please =)

ZILK
09-18-2005, 11:30 PM
Yea, I don't have a <BR> tag..

Here's the code:

...
<TD ROWSPAN="1" COLSPAN="1" WIDTH="274" HEIGHT="638" BACKGROUND="3c/3c_2x2.png">
<div align="left">bransonlilburn.com</div><div align="right"><form action="dummyvalue">
<select name="newurl" onchange="menu_goto(this.form)">
<option value="" selected="selected">Navigation</option>
<option value="" disabled="disabled">--------</option>
<option value="/index2.php">News</option>
<option value="/links.php">Links</option>
<option value="/aboutme.php">About Me</option>
</select>
</form></div>
...

ZILK
09-18-2005, 11:37 PM
Nevermind, I got it. Thanks though. :)