To achieve a "centered" look for BetterDiscord (BD) channel messages without using images, you can use custom CSS. Here's a step-by-step guide on how to do it:
-
Install BetterDiscord: First, download and install BetterDiscord from its official website (https://betterdiscord.net/).
-
Enable Custom CSS: After installing BetterDiscord, go to the BetterDiscord settings (gear icon in the top-right corner of Discord). Navigate to the "Custom CSS" tab and enable it.
-
Write your custom CSS: In the Custom CSS editor, write the following code:
.channel-message {
text-align: center;
}
- Save and test: Save your changes, and you should see that all channel messages are now centered.
For further customization, you can explore the BetterDiscord documentation (https://betterdiscord.net/guides/css-guide) and find more CSS properties to style your messages as desired.
References:
- BetterDiscord: https://betterdiscord.net/
- BetterDiscord CSS Guide: https://betterdiscord.net/guides/css-guide
Please note that this solution is intended for single-page HTML output and may not work with multi-page articles. Also, it's essential to ensure your custom CSS doesn't conflict with other customizations you have made in BetterDiscord.
Enjoy customizing your BetterDiscord channel messages!