In order to keep from getting too confused, I'm going to start over and present a complete exploration for what's happening with lists in general,and then in IE5/Mac and Netscape 6.1. ... The question which I was trying to answer was "how are lists styled by browsers?" ... First, I'm going to start with a pure list item--
meyerweb.com/eric/css/list-indent.html meyerweb.com/eric/css/list-indent.html
My guess is I don't do it a normal, or HTML, way. I simply indent by adding blank spaces. "BUT MY BROWSER IGNORES MY SPACES!!!" you say. Yeah, mine does too. I understand totally. I use this small code to create each of my spaces:  ; ... HINT: If you use a center command before this, it doesn't center the entire...
www.htmlgoodies.com/tutorials/getting_started/article.p... www.htmlgoodies.com/tutorials/getting_started/article.php/3479461
The HTML tag ... HTML uses tags to communicate to the client (browser) how to display text and images. Tags are contained in < > symbols. In most cases you start with the beginning tag, put in the word or words that will be affected by this ... Definition lists allow you to indent without necessarily having to use bullets.
www.ncsu.edu/it/edu/html_trng/basic_commands.html www.ncsu.edu/it/edu/html_trng/basic_commands.html
All additional HTML command can be found on our HTML commands section. ... <BLOCKQUOTE> - Command that allows you to indent your lines one inch from the left hand side. Instead of using this command to indent text or other objects we suggest using CSS. See document CH001034 for additional information and help.
www.computerhope.com/learnhtm.htm
Indentation effects of various HTML tags under various browsers. ... BZZZTT!! Sorry, but thanks for playing HTML roulette. ... The indents of this paragraph are brought to courtesy of the SIT (Stupid Indent Trick) known as 'clear GIF', a single pixel with space 'reserved' by the browser using the HSPACE attribute.
www.jbarchuk.com/indent/ www.jbarchuk.com/indent/
We offer this table as a quick reference to supplement the HTML tutorial. It shows the commands, a brief statement ... surrounds all other HTML command ... this command, primarily used by HTML-generating tools, indicates a relationship to other documents (and unlike anchors, cannot indicate relationships to parts of documents)
www.transaction.net/web/tutor/cmdtable.html
<TAB> (c-indent-command) This command indents the current line. That is all you need to know about it for normal use. ... c-indent-command does different things, depending on the setting of c-syntactic-indentation (see Indentation Engine Basics):
www.gnu.org/software/emacs/manual/html_node/ccmode/Inde... www.gnu.org/software/emacs/manual/html_node/ccmode/Indentation-Commands.html
<TAB> Reindent the current line, and/or in some cases insert a tab character (c-indent-command). ... If c-tab-always-indent is t, this command always reindents the current line and does nothing else. This is the default.
www.gnu.org/software/emacs/manual/html_node/emacs/C-Ind... www.gnu.org/software/emacs/manual/html_node/emacs/C-Indent.html
These commands are useful when indenting code: `TAB (c-indent-command)' Indents the current line. The actual behavior is controlled by several variables, described below. See `c-tab-always-indent', `c-insert-tab-function', and `indent-tabs-mode'.
www.fnal.gov/docs/products/xemacs_packages/v21_1/cc-mod... www.fnal.gov/docs/products/xemacs_packages/v21_1/cc-mode.info,.IndentationCommands.html
To indent a single line of code, use TAB (c-indent-command). The behavior of this command is controlled by the variable c-tab-always-indent. When this variable is t, TAB always just indents the current line.
www.fnal.gov/docs/products/emacs/v19_34/cc-mode_5.html
Definitions