this post was submitted on 22 Oct 2023
362 points (96.6% liked)

Memes

45485 readers
388 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
362
(lemmy.ml)
submitted 1 year ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 26 points 1 year ago* (last edited 1 year ago) (2 children)

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!

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

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:
```

```

[–] [email protected] 2 points 1 year 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.