Welcome, everyone!
Feel free to join our Forum and join in discussions, ask questions, or share your experiences. Not yet a member? register or Log in to participate in our contests—
the 📆 2027 Calendar photo contest and 🎇 Forum Posting Challenge
—with more contests to come!

Basic BBCode Cheat Sheet

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Basic BBCode Cheat Sheet

What BBCodes look when used in a real post

by HFFAdmin » Wed May 20, 2026 2:12 am

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

Basic BBCode Cheat Sheet

by HFFAdmin » Fri May 08, 2026 4:36 pm

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.

Top