There are several limitations of HTML I've run into. This page lists them and provides workarounds if known (by me).
Actually, I've probably run into most of them on TWiki and they could be limitations of the TWiki markup language, but I think that, at root they are limitations of HTML. I've probably mentioned some of these elsewhere already.
See
AboutThesePages.
Contents
Notes
Can't Display 2 Spaces after a Sentence
No matter how many spaces you insert after the end of a sentence, HTML eliminates all but one.
Workaround (I've seen this used on some Web/wikis -- forget which): Add at least one non-breaking space. Tested at the end of the previous sentence -- seems to work by adding one nonbreaking space ( ) followed by one (ordinary) space immediately after the sentence -- might require more testing -- there might be some "corner cases" where the line breaking appears incorrect because of the extra non-breaking space.
Blank Lines in a List Create a New List
If you insert blank lines (paragraphs) between bulleted or numbered below the top level, each new list item is considered the start of a new list instead of a continuation of the previous list. Workaround: Insert line breaks <br /> instead of paragraphs <p> to display blank lines.
Examples of typical problems:
Bulleted list:
Numbered list:
- test
-
- test
-
- test
Fixed examples -- use edit or view raw to see the added <br />s:
Bulleted list:
Numbered list:
- test
- test
- test
Can't use Hierarchical Numbering in a List
I haven't found a way to display hierarchical item numbers on list items (like 1, 2, 2.1, 2.2, 2.2.1, 2.2.2, etc. (or alternate schemes with letters or Roman numerals)) -- don't know of a workaround (short of formatting things to look like a list items and "manually" numbering them)
AbiWord TWiki: All Text is Justified
On the
AbiWord TWiki, all text is justified, which means that (to me) some lines look quite ugly because of all the extra spaces between words (depending on where line breaks occur). I understand (from someone who replied to my question) that this is because the entire
AbiWord site applies a style sheet that calls for justified text. Not sure of the workaround -- one would be to move the TWiki, I don't know whether a style sheet at the browser level could overcome the server level style sheet, or if there is a way to provide a different style sheet for the TWiki at the server level.
<Currently, no significant content below this line.>
Resources
See
ResourceRecommendations. Feel free to add additional resources to these lists, but please follow the guidelines on
ResourceRecommendations including
ResourceRecommendations#Guidelines_for_Rating_Resources.
Recommended
Recommended for Specific Needs
Recommended by Others
No Recommendation
Not Recommended
Contributors
- () RandyKramer - 23 Dec 2002
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
Page Ratings