Reply To: Random Questions

Home Forums Decaffeinated Coffee Random Questions Reply To: Random Questions

#1078591

xerox-

To answer the question you asked here:

http://www.theyeshivaworld.com/coffeeroom/topic/the-laboratory-try-your-html-formatting-experiments-here/page/5#post-24126

“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.