Okay, so I want to create this sort of header divider for my new Wiki community I made for this horro-survival game called FOBIA: St. Dinfna Hotel.
What I have now is this:
<div
style="
text-align:center;
height: 50px;
border: 2px outset white;"
>
{{{1|Example text}}}</div>
It served me for now, but I find it kinda ugly so what I hope to do is to add a background image inside this div.
What I want to do is use this transparent image
And make it the background of this Div and have a text centered on it. I would like to use this as a fancy divider for my main page.
But I don't know how the background image attribute works. Whenever I try to do it, it dosen't show. Does anyone know how?