View Full Version : how do I align my list to be straight?


Slayer
02-09-2003, 04:22 PM
hey,
I'm having problems with my fanlisting list.
It's not straight, and it looks really messy and is driving me insane!
heres the link to it:
http://pink-glow.org/mikemyers/list.html

does anyone know how I can make it look straight and even?

thanks,

ineedhelp
02-09-2003, 06:30 PM
Make a table and make every colum align left

Slayer
02-09-2003, 07:00 PM
okay how exactly would i do that?

Alcy
02-09-2003, 09:41 PM
<td align=left>

Or...

<style type="text/css">

td
{
text-align:left;
}

</style>