View Full Version : Drop down menus


Chris
04-17-2003, 04:23 PM
I have a links page, and it has drop down menus.

There are 8 menus, with two on each line. I want the one on the left to be left aligned, and the one on the right to be centre aligned. It is not woring though.

Can u please tell me whats wrong???

The broken links site (http://www.geocities.com/chrisbpage/links.html)

Cherchezlafemme
04-17-2003, 04:27 PM
did you put <center> </center> or use <br> to put it on another line?

Chris
04-17-2003, 04:57 PM
I made it in front page editor, but i used this code to align them:-

"<div align="center">"

MaGiCSuN
04-17-2003, 05:16 PM
You used this code:

<p align="center">drop down here </p>

What i don't understand is, why don't you just replace "center" to "left" for the first drop down menu from the two on each line?

so like this:

<p align="left">first drop down menu</p><p align="center">second drop down menu</p>

or just add align="left" to the <select> code.

Love,
Mirna

designhazard
05-17-2003, 03:28 AM
why you don't just use <center> and </center>?