Contents


On-line Guides
All Guides
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

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

 

 

Attribute for <DL ...>
COMPACT

Usage Recommendation
use it, but watch for overformatting

COMPACT tells the browser to try to take up less space rendering the definition list. This is usually done by not putting a carriage return after very short terms.

<DL COMPACT>
<DT>Internet Engineering Task Force
     <DD>An organization which establishes technical standards for the Internet
<DT>e
     <DD>Often used as a prefix to indicate the electronic version of something
<DT>spam
     <DD>annoying email and news postings which waste time and bandwidth
</DL>

produces

Internet Engineering Task Force
An organization which establishes technical standards for the Internet
e
Often used as a prefix to indicate the electronic version of something
spam
annoying email and news postings which waste time and bandwidth

The term e and its definition are probably on the same line. However, Internet Engineering Task Force is probably rendered exactly the same way as it is without COMPACT. In practice, COMPACT doesn't usually save much space, and it makes the definition list harder to read.

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