Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Attribute for <UL ...>
TYPE = DISC | CIRCLE | SQUARE

TYPE sets the type of bullet to use in the list. DISC is a solid little circle. CIRCLE is an empty circle, and SQUARE is (you might have guessed) a square.

this code produces this
<UL TYPE=DISC>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade
<UL TYPE=CIRCLE>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade
<UL TYPE=SQUARE>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade

DISC is the default for top-level lists, that is, a list that is not nested in other lists. For lists that are listed inside other lists the default changes from browser to browser. TYPE may be a good way to keep control of the bullets if you find you don't like the choices made by different browsers.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire