Click to See Complete Forum and Search --> : [RESOLVED] Text-align issues in IE


hudsey
07-23-2008, 12:04 PM
Is there a solution to get text-align to work in Internet explorer. i have a list and the text wraps underneath the buttons. I need it to align flush to the left
like so


this
is
what
I
see


in internet explorer

seularts
07-23-2008, 12:42 PM
just use list-style:none for the words you don't want to apear as lists

hudsey
07-23-2008, 12:52 PM
I need it to appear in a list, but the text needs to align properly I'll link the page

http://www.asopr.com/contact.html

Look at it in Internet Explorer and Firefox, you'll see the difference. i want it to look like it does in firefox

Fang
07-23-2008, 01:12 PM
Wrap the li's in a ul

hudsey
07-23-2008, 10:46 PM
OMG thanks I hate missing little things like that. Thanks alot Fang