Download HTML text!

Jack -  
 jenasdenom -
Hello,
I am currently creating a portfolio, and I have made a background with my name at the top that I am using as a background image.
I would like to move the <h1> title down so it doesn't end up on my name... How can I do that? The </br> tag apparently doesn't work in this case...
Configuration: Windows 7 Firefox 3.5.5

15 réponses

o.O Posted messages 54 Registration date   Status Membre Last intervention   7
 
Alors tu fais dans ton CSS : h1
{
To lower it on the page, just tell it to go lower by giving it a value in pixels.
position: absolute; top: Xpx;

Or at the bottom:
position: absolute; bottom: Xpx
}
7
notobe
 
An absolute position takes the element out of the flow. To avoid...
0
jenasdenom
 
You're welcome.
0