# 88x31 = 2728


88x31s are images of the size of 88x31 (who would have thought) and a relict from past times.

In early times, these were used for logos and also for interlinking in different websites. This concept has been picked up by some of my friends, and now I have one too.

How to embed this 88x31 button

Below are copy-ready snippets you can paste into an HTML page or Markdown document. The image file is served from the site root at /8831_button.webp (placed in public/).

HTML (recommended)

<a href="https://example.com">
  <img src="/8831_button.webp" width="88" height="31" alt="88x31 button" />
</a>

If you want the link to open in a new tab, add target="_blank" rel="noopener noreferrer" to the anchor in the HTML.

Preview

Actual size (88×31) on the left, an enlarged preview on the right so you can inspect details.

88x31 button preview — actual size and enlarged

Actual size

88x31 button

Enlarged preview

88x31 button enlarged

Tip: the enlarged preview above simply scales the image for readability — use the width/height attributes in your embed code to keep the correct 88×31 dimensions when placing the button on other sites.