View Full Version : Spacing Issue... PLEASE HELP


Jacenta
03-16-2005, 01:19 AM
Hey!
Alright can you take a look at this: http://www.homepage-host.uni.cc/p/jacenta/tester.html

I want to do two things:
1) Make them all the same length.
2) Make them all in one straight line. so a line like this:
_____________________

Instead of them all being on seperate line.

If someone could help me that would be sooooo awsome!

kittycat
03-16-2005, 01:24 AM
1. To the <select> part add style="width: ##px" (change to whatever size you want
2. You could use a table (http://www.lissaexplains.com/tables.shtml) and have each in a separate cell.

Jacenta
03-16-2005, 05:44 AM
1. To the <select> part add style="width: ##px" (change to whatever size you want
2. You could use a table (http://www.lissaexplains.com/tables.shtml) and have each in a separate cell.

The nember one didn't work? :S

kittycat
03-16-2005, 03:15 PM
It did when I tested it. Make sure you add it to the <select> part and not just the <option> part

Jacenta
03-17-2005, 12:40 AM
Thanks so much!
:)