Home › Forums › Decaffeinated Coffee › Random Questions › Reply To: Random Questions
January 11, 2009 9:41 pm at 9:41 pm
#1078591
I can only try
Member
xerox-
To answer the question you asked here:
“Why is everything under points?”
Because the site software doesn’t handle it very well if you include the <li>
tag in your post without having a <ul>
(Unordered List) or <ol>
(Ordered List) tag beforehand.
In other words:
<ul>
<li>Red
<li>Orange
<li>Yellow
</ul>
will display just fine:
- Red
- Orange
- Yellow
<li>Red
<li>Orange
<li>Yellow
Will make a mess of the rest of the page by assuming all of the following posts are list items.
Sorry for not answering your question on the HTML thread before it closed.