I'm trying to do something rather simple, and failing miserably... I'm sick of making a new banner everytime I make a new page for my site... so I have a template, and I just want to lay some text over it, I'm playing with z-index, but just cannot get this to work, the more I tinker, the farther I am from my answer.
Basically I want this to be an h1, I have something like this...
I dunno, I'm lost... cannot find myself a decent tutorial which actually works (the one at w3schools looks great on their site, but bonks when I copy and paste it)
Thanks for any help.
-Rob
Basically I want this to be an h1, I have something like this...
Code:
h1
{
color: red
}
img
{
z-index:-1
}
I dunno, I'm lost... cannot find myself a decent tutorial which actually works (the one at w3schools looks great on their site, but bonks when I copy and paste it)
Thanks for any help.
-Rob