[SOLVED] How to modify lists

This is a discussion on "[SOLVED] How to modify lists" within the Web Page Design section. This forum, and the thread "[SOLVED] How to modify lists are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 26th, 2007, 11:39
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 21
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thewebkid
[SOLVED] How to modify lists

How do I make sure that my unordered list does not display any symbols?

I tried type="none" but that doesn't work
Reply With Quote

  #2 (permalink)  
Old Nov 26th, 2007, 11:43
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to modify lists

Code: Select all
ul {
list-style: none;
}
Reply With Quote
  #3 (permalink)  
Old Nov 26th, 2007, 11:44
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,325
Blog Entries: 12
Thanks: 1
Thanked 4 Times in 4 Posts
Re: How to modify lists

try the following:
HTML: Select all
<ul style="list-style:none;"> 
however you should use css to style everything.

Code: Select all
<style>
.list ul {
list-style:none;
blah: blah;
}
</style>
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Opera 9.5 Released ! (Jun 12th, 2008)
Reply With Quote
  #4 (permalink)  
Old Nov 26th, 2007, 12:10
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 21
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thewebkid
Re: How to modify lists

Ah thank you. I knew there was an attribute I forgot.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to modify a website creomte Starting Out 3 Feb 19th, 2008 11:33
[SOLVED] Text not showing black in lists? PicoDeath Web Page Design 7 Dec 4th, 2007 16:15
Modify the DOM? gustaf JavaScript Forum 1 Sep 19th, 2007 23:01
How to Modify Existing SWF file khwo Flash & Multimedia Forum 21 Oct 28th, 2006 19:26
Can Anyone Modify This Script? gajlehab JavaScript Forum 0 Jan 20th, 2006 14:27


All times are GMT. The time now is 01:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43