Patreon LogoYour support makes Blue Moon possible (Patreon)

Question How to make horizontal lines more visible?

sryqn

God's Daughter
Withdrawn
Joined
Jun 10, 2024
I'm currently writing my post and to separate the different parts, I need to make lines, except that when I use the "Horizontal line" option I find that the lines are a little too transparent and I can't change them :/




Any way to fix this? Thanks :)
 
You can make a solid line like this? If that helps?



Code:
[hr=1]

If not you'd have to just make it by using -------------------------- or ________________________ and coloring them, I think....

__________________________________________________________________________________________________________________

Here, just change the hex color to the color you want! And add more _ to it if you need it to be even longer.
Code:
[CENTER][COLOR=#ffffff]__________________________________________________________________________________________________________________[/COLOR][/CENTER]
 
Each "horizontal rule" can have a value to dictate how thick, or visible, it is.

[hr=1] is the most visible. Seen below:


To end the code, use:
[/hr]

You can play with the values (1-5) to change how it looks.

Check this out for more code stuff ๐Ÿ˜„
 
You can double them like this:
Code:
above
[hr=1][/hr]
[hr=1][/hr]
below
above


below

Or you can abuse tables, like this:
Code:
above
[table][tr][th][/th][/tr][/table]
below
above
below
 
Back
Top Bottom