In HTML, bullet lists are called "unordered lists" and numbered lists are called "ordered lists". Each list item is created as a paragraph of text, where a paragraph is a piece of text that ends with a "carriage return" or "Enter"... it can contain several sentences or just a single sentence, or a line of just a word or two. In order to create a numbered list or a bullet list, select all the paragraphs that will make up the list, and then click on the "UNORDERED LIST" (bullet list) or "ORDERED LIST" (numbered list) button. Each paragraph will be a single list item. When the list is created, the blank lines between the paragraphs will be deleted since our standard list style does not have blank lines between list items. If the paragraphs were created by copying and pasting from a list in WORD, the paragraphs will probably start with a number or a bullet copied from WORD, but which is treated as text by wordpress... so you may end up with 2 bullets or 2 numbers for each list item. Just delete the WORD bullets or numbers (the ones closest to the text). Example, create the next 4 "paragraphs" which you want to become a list: ------------------------------------------------------------------ Paragraph 1. A paragraph can contain any number of sentences. The entire paragraph will be 1 list item. Paragraph 2. Paragraph 3. Paragraph 4. This is another long paragraph consisting of several sentences. ------------------------------------------------------------------ After selecting the 4 paragraphs above, press the ORDERED LIST or UNORDERED LIST button, and you will get this (for ORDERED LIST (numbered list), for example): ------------------------------------------------------------------ 1. Paragraph 1. A paragraph can contain any number of sentences. The entire paragraph will be 1 list item. 2. Paragraph 2. 3. Paragraph 3. 4. Paragraph 4. This is another long paragraph consisting of several sentences. ------------------------------------------------------------------ If you want to "force" a line break within a paragraph, hold down the SHIFT key and press the ENTER key (this is the way WORD works as well). You MAY not be able to do this to create a "blank" line in a list, because wordpress MAY automatically remove the blank line. Bullet lists and numbered lists are automatically indented according to our standard style sheet. You can override this but you have to use wordpress HTML mode, instead of VISUAL mode. In HTML mode, find the list you want to modify. If it is a bullet list, it will start (before the first bullet item only) with the HTML code In order to remove the indentation of the entire list for BULLET lists, change the