the_other_sandy: Gray computer floppy diskette (Computers)
the_other_sandy ([personal profile] the_other_sandy) wrote2007-09-30 01:44 pm
Entry tags:

Yet Another Stupid Newbie Question

How do you do bullet points within the text of an entry?

[identity profile] kb9vcn.livejournal.com 2007-10-01 02:55 am (UTC)(link)

If you post in Rich Text, use the list buttons in the toolbar above the "post an entry" box.

If you post in HTML, type the tags yourself:

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>

And for numbered lists:

<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>

The tabs above the top right corner of the entry box let you switch between Rich Text and HTML.

[identity profile] the-other-sandy.livejournal.com 2007-10-01 10:09 pm (UTC)(link)
Thank you! I do code in HTML, but I'm very new to it, so I'm just learning how to do things as I need to do them. This is going in my memories.