| |||||||||
|
OrganizationBorder around text <P STYLE=”border: double #F8F8FF 20px”> Border: ‘border-style’, ‘dashed’, ‘dotted’, ‘double’, ‘groove’, ‘inset’, ‘outset’, ‘ridge’, ‘solid’. Border: ‘border-color’ goes by hex coding. Border: ‘border-width’ if not px is ‘thin’, ‘medium’, or ‘thick’. Division Formatting <DIV></DIV> Most commonly used with ALIGN Line, a separating or Horizontal Rule <HR> Line, color <HR COLOR=”#FFFFFF> Line, no shading <HR NOSHADE> Line, percent of screen width <HR WIDTH=”40%”> Line placement <HR ALIGN=”center”> or ‘left’, ‘right’. List, Item <LI> List, Ordered <OL></OL> List, Ordered, Number type <OL TYPE=”A”> for letters. Or “a”, or “I”, or “i” List, Ordered, Starting Point <OL START=”4”></OL> List, Ordered Style
<LI STYLE=”list-style-type: decimal”> or ‘lower-alpha’,
‘upper alpha’, List Styling: make
text wrap before the dot or past it (as if tabbed); works with OL, UL
also. List, Unordered <UL></UL> List, Unordered: Button type <UL TYPE=”square”> ‘Circle’ and ‘disc’ also work. List, Unordered: Image for Button <UL STYLE=”list-style-image: url(green.gif)”> List, Unordered Style <UL STYLE=”list-style-type:square”> or ‘circle’ or ‘disc’. Preformatted, non-HTML text <PRE></PRE> Notes: won’t appear on page, only text document < !-- text here -- > |