Jump to content


unorder list


6 replies to this topic

#1 Bouzy210

    Jedi In Training

  • Members
  • PipPip
  • 434 posts
  • Gender:Male

Posted 06 July 2007 - 10:57 PM

If I wanted to make a list of links in a sidebar navigation pannel. I guessed you would use unorderd list. (I really want the bullets in there) The only thing is it floats automatically or whatever...

Basically this is the list of links

a;lsdkjfa;lsdjfasdfjl;asjdlfjasl;djflsadjflas
a;lskdjf;lasdkjfsdaflkjsadl;fjsadfasldkj
asdf;laskdjfl;jasd;lfjasd;ljflasdjflsdjal;f


(Space is hear and I don't want it)*Link
(Space is hear and I don't want it) *Link
(Space is hear and I don't want it) *Link

;laskjdf;lasdkjf;ljasd;lfkjasld;jfa
sdf;lasdkjf;lasdjfl;jas;ldjfa;lsdj

Is there a way to make it look like this...


a;lsdkjfa;lsdjfasdfjl;asjdlfjasl;djflsadjflas
a;lskdjf;lasdkjfsdaflkjsadl;fjsadfasldkj
asdf;laskdjfl;jasd;lfjasd;ljflasdjflsdjal;f

*Link
*Link
*Link

;laskjdf;lasdkjf;ljasd;lfkjasld;jfa
sdf;lasdkjf;lasdjfl;jas;ldjfa;lsdj

Sorry if I explained that stupidly, but I don't know how else to say it.

Edited by Bouzy210, 06 July 2007 - 10:58 PM.


#2 MetalSkin

    Young Padawan

  • Members
  • Pip
  • 196 posts
  • Gender:Male
  • Location:Brisbane, Australia

Posted 06 July 2007 - 10:59 PM

Not sure if I follow what your trying to say. Do you have an example web site you can point to?

Your

Quote

a;lsdkjfa;lsdjfasdfjl;asjdlfjasl;djflsadjflas
a;lskdjf;lasdkjfsdaflkjsadl;fjsadfasldkj
asdf;laskdjfl;jasd;lfjasd;ljflasdjflsdjal;f
, I don't know what that is. Are you saying that is general text and you want the text to wrap around your list?

#3 Bouzy210

    Jedi In Training

  • Members
  • PipPip
  • 434 posts
  • Gender:Male

Posted 07 July 2007 - 12:51 AM

Ya sorry I typed that when I was really tired. I still am acually.. I will post what I mean in the morning when I can think.

#4 Bouzy210

    Jedi In Training

  • Members
  • PipPip
  • 434 posts
  • Gender:Male

Posted 07 July 2007 - 10:14 AM

http://i93.photobuck...ouzy/link-1.jpg

Edited by Bouzy210, 07 July 2007 - 10:16 AM.


#5 Diaz

    Young Padawan

  • Members
  • Pip
  • 76 posts

Posted 07 July 2007 - 10:42 AM

Try
margin-left: 0;
padding-left: 0;

put that in your "ul" css file :rolleyes:

#6 Jacorre

    P2L Jedi

  • Members
  • PipPipPip
  • 824 posts
  • Gender:Male
  • Location:USA
  • Interests:Computers, Technology, Internet, Graphic/Web Design, Music, Soccer

Posted 09 July 2007 - 09:05 AM

Or just zero out all margin and padding for the ul tag using:

ul {
margin: 0;
padding: 0;
}

Unordered lists don't center align by default. They do get indented a bit from the left. I'm wondering if you have some CSS in place that makes it center-aligned?

#7 albinoAZN

    Albinos Are Extinct!!!

  • Members
  • PipPipPipPip
  • 1,139 posts
  • Gender:Male
  • Location:Mississippi, USA

Posted 09 July 2007 - 01:57 PM

yea, you may also want to try this:
ul{
text-align:left;}






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users