Basic BBCode Cheat Sheet
Posted: 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.
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.
