LiveWire Peer Support Network

Printable Version of Topic "HTML code help !!!!!!!!!!!"

- LiveWire Teen Forums & College Forums (http://www.golivewire.com)
-- (http://www.golivewire.com/forums/support-technical.html)
--- Web Design & Search Engine Optimization (http://www.golivewire.com/forums/forum-200-s-0.html)
---- HTML code help !!!!!!!!!!! (http://www.golivewire.com/forums/peer-spnbyo-support-a.html)


-- Posted by Falling Star at 3:49 am on Jan. 13, 2008

Hey guys.

I need to find out how to make a list in html without bullet points, numbers, or anything.

Like:

List item here
List item here
List item here

Instead of:

1. List item here
2. List item here
3. List item here

Please help >.< Every resource on the web i've looked for only tells me how to make marked lists.


-- Posted by LadyAlice18 at 3:49 am on Jan. 13, 2008

what do you want the list for? a website / document...?


-- Posted by Falling Star at 3:50 am on Jan. 13, 2008

Myspace o.0


-- Posted by BLUEAUTOMATIC at 3:51 am on Jan. 13, 2008

Ummmm...

List:

List item here

List item here

List item here

List item here

etc.

??


-- Posted by Falling Star at 3:53 am on Jan. 13, 2008

Quote: from BlueAutomatic at 3:51 am on Jan. 13, 2008


Ummmm...

List:

List item here

List item here

List item here

List item here

etc.

??


Just tried it, doesn't work >.<


-- Posted by Falling Star at 3:55 am on Jan. 13, 2008

Nevermind guys, I got it, thanks for the help anyways. =)


-- Posted by cutie2 at 10:26 pm on Jan. 20, 2008

lol at the answers :/

You found it but just in case somebody has the same trouble and comes across this topic...

it's called an unordered list (ul):

Code:


  • List item

  • List item

  • List item



-- Posted by PiXiE at 10:50 pm on Jan. 20, 2008

Unordered lists have bullets :P
But you can style them not to.

list-style-type:none;


-- Posted by rand0mguy at 12:28 pm on Jan. 23, 2008

CSS:
Code:

ul {
list-style: none;
}


-- Posted by cutie2 at 4:30 pm on Jan. 24, 2008

Oops yeah. I knew that...  


www.golivewire.com