Re: [WSG] Removing bullets

2004-05-08 Thread Kay Smoljak
[EMAIL PROTECTED] said: > I just thought you should know that "accommodation" (2nd from the top) > should have 2 'm's. :-) Sorry to continue an OT, but I did some SEO research recently for an accommodation client, and according to http://www.wordtracker.com nearly half the search engine queries d

Re: [WSG] Removing bullets

2004-05-08 Thread simon dodson
hi Jonathon ... that was noticed and fixed promptly :) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 08, 2004 6:54 PM Subject: Re: [WSG] Removing bullets > This has nothing to do with removing bullets. In fact, it's got

Re: [WSG] Removing bullets

2004-05-08 Thread JonathanC
This has nothing to do with removing bullets. In fact, it's got nothing to do with HTML. I just thought you should know that "accommodation" (2nd from the top) should have 2 'm's. :-) Regards, Jonathan Cooper Manager of Information / Website Art Gallery of New South Wales Sydney, Australia http

Re: [WSG] Removing bullets

2004-05-07 Thread Kristof Neirynck
simon wrote: I have contructed this navigation bar --> http://simondodson.com/nav2.html and im having trouble removing the bullet points from the list ... every new browser will be happy with this: #menu ul{ list-style-type: none; } nn4 will need this: #menu ul, #menu li{ list-style-type:

Re: [WSG] Removing bullets

2004-05-06 Thread Benjamin
#menu ul{ list-style: none none; } > Hi guys ,, > > I have contructed this navigation bar --> > http://simondodson.com/nav2.html and im having trouble removing the > bullet points from the list ... > > any help would be great !!!. > > Cheers > Simon Dodson > ***

Re: [WSG] Removing bullets

2004-05-06 Thread James Ellis
ul { list-style-type : none } Cheers James simon wrote: Hi guys ,, I have contructed this navigation bar --> http://simondodson.com/nav2.html and im having trouble removing the bullet points from the list ... any help would be great !!!. Cheers Simon Dodson **

Re: [WSG] Removing bullets

2004-05-06 Thread Kay Smoljak
Hi Simon, >I have contructed this navigation bar --> >http://simondodson.com/nav2.html and im having trouble removing the >bullet points from the list ... You need the list-style:none to be on the li - ie "#menu li" rather than "#menu a". List-style is not a property of an anchor tag. HTH, K.

Re: [WSG] Removing bullets

2004-05-06 Thread Jake Badger
The list-style-type: none; needs to be on the LI not on the a. You need something like: #menu li { list-style: none; } J. > Hi guys ,, > > I have contructed this navigation bar --> > http://simondodson.com/nav2.html and im having trouble removing the > b

[WSG] Removing bullets

2004-05-06 Thread simon
Hi guys ,, I have contructed this navigation bar --> http://simondodson.com/nav2.html and im having trouble removing the bullet points from the list ... any help would be great !!!. Cheers Simon Dodson * The discussion list for http://webstanda