What are display titles?
Display titles are text that can change the Article into anything. Like gradients, glow, ect. So this is the code here
{{DISPLAYTITLE: Example page #1}}
You can also get creative and change the color. Like this!
{{DISPLAYTITLE:<span style="color: green;">EXAMPLE PAGE #1</span>}}
Or maybe like a gradient! Like this!
{{DISPLAYTITLE:<span style="background:linear-gradient(90deg, Crimson, purple); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;">EXAMPLE PAGE #2</span>}}
Or add stroke like this!
{{DISPLAYTITLE:<span style="-webkit-text-stroke: .50px #000;">EXAMPLE PAGE #1</span>}}
Even change the font!
{{DISPLAYTITLE:<span style="font-family:Cursive">EXAMPLE PAGE #1</span>}}
Remember! Your creativity is unlimited! You can customize the display title in any way and any form! You can also copy from my articles with Custom display titles and paste them for your article as long you change the colors, name and font (optionally)
What are Borders
Borders are basically a border around the contents of the page. Yeah that's how I can explain it
learn from here: https://coding-help.fandom.com/wiki/Borders
Anyways here's the code:
<Div style="CODE">TEXT</div>
Replace the text with whatever, replace code with whatever attribute you can add from the coding help wiki
Ok thats all!