First, thank you for calling it a masterpiece.
To make words bigger and change their color, you use the
size and
color tags. The size tag looks like this:
- Code: Select all
[size=150]Your Text[/size]
100 is normal size,
150–170 works well for titles, and anything much larger than 200 usually doesn't work, it's capped at 200. To change color, use
- Code: Select all
[color=(color code)]Your Text[/color]
You can simply open the colors through the button "font colour" and choose one!
For example:
Hello!Which is done through:
- Code: Select all
[size=150][color=#FF0080]Hello![/color][/size]
To make a chapter list, you don’t need anything complicated. Just write a bolded title like “Chapter List” and then list your chapters underneath through
- Code: Select all
[list][/list]
.
Example:- Code: Select all
[list]
[*][url=https://onlinewinxclub.com/centro-web/forum/viewtopic.php?f=12&t=366#p1338]Chapter 1: A New Beginning[/url][/list]
Which becomes:To replace the word of a link, use the URL tag in this format:
- Code: Select all
[url=https://example.com]Text
You Want Shown[/url]
. That way readers see the custom text instead of the raw link. This is how you create clickable chapter names or labeled references without showing the full address.
To center an image in phpBB, wrap it in center tags like this:
- Code: Select all
[center][img]image%20link[/img][/center]
