Page 1 of 1

Basic BBCode Cheat Sheet

Posted: Fri May 08, 2026 4:36 pm
by HFFAdmin
Basic BBCode Cheat Sheet for Hilltop Farm Forum

New to BBCode? The examples below show exactly what to type in your posts.

Make your posts look great with these simple codes!
---

**Bold Text**
```
[b]This is bold text[/b]
```

**Italic Text**
```
[i]This is Italic Text[/i]
```

**Underline Text**
```
[u]This is underlined[/u]
```
**Insert a Link**
```
[url]https://example.com[/url]
[url=https://example.com]Visit Example[/url]
```

**Insert an Image**
```
[img]https://example.com/image.jpg[/img]
```

**Bullet List**
```
[list]
[*]First item
[*]Second item
[*]Third item
[/list]
```

**Numbered List**
```
[list=1]
[*]First item
[*]Second item
[*]Third item
[/list]
```

**Quote Someone**
```
[quote]This is a quote.[/quote]
[quote=Username]This is a quote from a user.[/quote]
```

**Code Block or Recipe Formatting**
```
[code]
1 cup sugar
2 eggs
3 cups flour
[/code]

If you'd like to see how some of these codes look when used in a real post, check the reply below for examples.

What BBCodes look when used in a real post

Posted: Wed May 20, 2026 2:12 am
by HFFAdmin
Bold

Italic

Underline

**Insert a Link**
https://dunnellonfarmswap.com
Dunnellon Farm Swap

**Insert an Image**
Image

**Numbered List**
  1. First item
  2. Second item
  3. Third item
**Quote Someone**
This is an example of a quote
HFFAdmin wrote: Fri May 22, 2026 4:43 pm This is an example of quoting a user.
**Bullet List**
  • 1 cup sugar
  • 2 eggs
  • 3 cups flour