• TWeaK@lemm.ee
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    8 months ago

    I miss the days when everything you saw on the internet was easily accessible in the temp folder, ready for you to rummage through.

    • thantik@lemmy.world
      link
      fedilink
      English
      arrow-up
      27
      ·
      edit-2
      8 months ago

      Back when making a webpage was <TR>, <TD> and <TABLE>

      Edit: HAAA, I can’t put html tags in text! Even with escape characters! Edit2: I DID IT! I had to use the HTML-entity-codes!

      • onion@feddit.de
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        8 months ago

        You could’ve also used the

        <table>
        <tbody><tr>
        <td>
        code formatting option&lt;\blink>
        &lt;\td>
        &lt;\tr>
        &lt;\table>
        

        that is built into Markdown for, well, formatting code

        Just put your text between these:
        ```

        ``` </td></tr></tbody></table>

        • thantik@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          8 months ago

          Look at your ‘source’ for this comment, did you notice that Lemmy seems to be adding closing tags to the end of it automatically? That makes me think there’s some formatting that could be broken out of, doesn’t seem to be handled all that well.