arslan_baby: (Default)
arslan-baby ([personal profile] arslan_baby) wrote2022-09-30 02:40 pm
Entry tags:

DW HTML notes: List items, table columns & escaping characters

Want Dreamwidth to not do the ugly ass indenting before a list item?

Answer:

Just don't wrap <li> in <ul> and <ol>!

Example:

CodeResult
<ul>
<li>Item</li>
</ul>
  • Item
<li>Item</li>
  • Item
  • Setting width of table columns

    <td style="width: 30%;"> works only with <table style="width: 100%;"> already present.

    Escaping characters

    If you already replaced < with &lt;, no need to replace > with &gt; because &lt;code> is already recognized as not-a-tag.


    Post a comment in response:

    This account has disabled anonymous posting.
    If you don't have an account you can create one now.
    HTML doesn't work in the subject.
    More info about formatting