arslan_baby: (Default)

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.

    arslan_baby: (Default)
    SYNTAX: float: [VALUE];

    1. "float" tells
    - Item A to align to the left of its container.
    - Items around item A to flow around (instead of under) it.

    2. Most common values: left; right; none.

    3. If item A is a float item & item B is a normal item, item A will be inside item B. If both items A & B are float items, item A will be next to item B. OR: Float items stack next to, instead of atop, each other.

    4. Float items' heights do not get recognized. Thus, to tell items not to flow around a float item:
    4.1. Add to item C next to item A&B:

    SYNTAX: clear: [VALUE];

    - Values: left; right; both.
    - Tells item C to ignore the command to "flow around the item floated left/right/either" above.
    4.2. Add to container item:

    SYNTAX: overflow: hidden;

    - Tells container item (item containing A & B) to recognize that A&B contributes to its height.
    5. If the float item can't fit horizontally, it automatically moves down (vertically).
    arslan_baby: (Default)
    - Create a tab: Create a tiddler > Type
    $:/tags/SideBar
    in the tag field > Click add.
    - Place the tab: Type
    list-before
    in the field name, and
    $:/core/ui/SideBar/NAME_OF_AN_EXISTING_TAB
    in the field input > Click add.
    - Format a TOC: Type the following into the text field:
    <div class="tc-table-of-contents">
    <<toc-selective-expandable 'NAME_OF_TIDDLER' sort[title]>>
    </div>
    
    - Markup language: Look up “tiddlywiki markup cheat sheet”. Conveniently placed link.
    - Insert images:
    • Method #1: Import the image > In the text field, type:
      {{IMAGE_NAME.EXTENSION}}
    • Method #2: In the text field, type:
      [img [IMAGE_URL]]

    これなに

    If you’re me: keep on doing whatever
    If you’re not: Hi! Feel free to look around. This is whatever.

    Trang này đã tiếp nhận Web Analytics Made Easy - Statcounter lượt truy cập.

    Expand <cut> tags

    No cut tags

    August 2024

    M T W T F S S
       123 4
    5 678 9 1011
    12131415161718
    19202122232425
    262728293031 

    Theo dõi

    RSS Atom

    Style Credit

    Powered by Dreamwidth Studios