What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » removing the dot off <li>

removing the dot off <li>
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: removing the dot off <li>
quote:
Originally posted by CookieRevised
only since HTML version whatever. In other words, not all browsers might support it.

Note: you don't need to create a stylesheet only for that. the type= is a supported element of the <ul> or <ol> tags. For <ul> it can be "disc", "circle", "square" (these are the only totally all-round supported values. any other value requires a higher version of HTML or whatever). For <ol>, the value of type= can be "A", "a", "I", "i", or "1" (again, these are the only basic totally all-round supported values, unless your page is in HTML version whatever)
If you're using a web browser which was designed in 1999, then maybe it has a few bugs.

However, before you go posting that, i'd suggest you go checking your sources. The type attribute is DEPRECATED in HTML 4.0 even.

It may work, but is a deprecated tag which in the future will not be supported by any standards and browsers may drop support for it (especially with things like XHTML 2.0).

It was deprecated in favour of the list-style and list-style-type attributes of CSS.  Methos2 is designing a site relying on the heavy use of CSS for style information. If a visitor was to visit his site without CSS enabled (or text based browser), and the type attribute was specified, then the list items would NOT appear for the menu and users would probably not be able to establish that that block of text was actually a menu.
quote:
Originally posted by CookieRevised

To have the same effect but without the bullets, numbers, etc, you need to create a definition list instead of a normal list:

<dl>
    <dt>
    <dd>
</dl>

Where <dt> is the term being used in the definition and <dd> the definition itself. They have the same ident as in a normal list.
However, they are designed for definitions, not lists of ordinary data. You shouldn't use them unless you're defining something.
quote:
Originally posted by CookieRevised
[OFF TOPIC]
There are also other list forms, eg:

<menu>
  <li>
  <li>
  <li>
</menu>

or

<dir>
  <li>
  <li>
  <li>
</dir>
Of which are also deprecated back in HTML 4.0.

http://www.w3.org/TR/REC-html40/struct/lists.html
12-18-2005 10:44 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
removing the dot off <li> - by stoshrocket on 12-16-2005 at 05:02 PM
RE: removing the dot off <li> - by user27089 on 12-16-2005 at 05:10 PM
RE: removing the dot off <li> - by stoshrocket on 12-16-2005 at 05:11 PM
RE: removing the dot off <li> - by Plik on 12-16-2005 at 05:14 PM
RE: removing the dot off <li> - by stoshrocket on 12-16-2005 at 05:37 PM
RE: removing the dot off <li> - by Jhrono on 12-16-2005 at 07:12 PM
RE: removing the dot off <li> - by stoshrocket on 12-16-2005 at 10:23 PM
RE: removing the dot off <li> - by CookieRevised on 12-16-2005 at 11:14 PM
RE: removing the dot off <li> - by stoshrocket on 12-16-2005 at 11:16 PM
RE: removing the dot off <li> - by CookieRevised on 12-16-2005 at 11:24 PM
RE: removing the dot off <li> - by rav0 on 12-17-2005 at 06:25 AM
RE: removing the dot off <li> - by CookieRevised on 12-17-2005 at 06:36 PM
RE: removing the dot off <li> - by Nathan on 12-17-2005 at 06:58 PM
RE: removing the dot off <li> - by stoshrocket on 12-17-2005 at 07:01 PM
RE: removing the dot off <li> - by surfichris on 12-18-2005 at 10:44 AM
RE: removing the dot off <li> - by stoshrocket on 12-18-2005 at 07:31 PM
RE: removing the dot off <li> - by Plik on 12-18-2005 at 07:36 PM
RE: removing the dot off <li> - by stoshrocket on 12-18-2005 at 07:44 PM
RE: removing the dot off <li> - by Plik on 12-18-2005 at 07:50 PM
RE: removing the dot off <li> - by stoshrocket on 12-18-2005 at 07:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On