Jump to content

Live Journal


Guest Guevara01

Recommended Posts

  • Replies 242
  • Created
  • Last Reply
  • 3 weeks later...
  • 1 month later...
  • 3 weeks later...

Help. I can't get my header to come up. This is the link to my header I put this in

.headerimage {

position: relative;

align: center;

width: 501px;

height: 600px;

margin-bottom: 0px;

margin-left: auto;

margin-right: auto;

background-image: http://i164.photobucket.com/albums/u25/din...adal-Sig-2.png;

background-position: center;

background-repeat: no-repeat;

}

Is this wrong?

Link to comment
Share on other sites

Add me- http://intoyour-mind.livejournal.com/

Help. I can't get my header to come up. This is the link to my header I put this in

.headerimage {

position: relative;

align: center;

width: 501px;

height: 600px;

margin-bottom: 0px;

margin-left: auto;

margin-right: auto;

background-image: http://i164.photobucket.com/albums/u25/din...adal-Sig-2.png;

background-position: center;

background-repeat: no-repeat;

}

Is this wrong?

I think you're width and height are the wrong way round. Try this:

.headerimage {

position: relative;

margin: 0 auto 0 auto;

width: 600;

height: 501px;

background-repeat: no-repeat;

background-image: url( Rafael-Nadal-Sig-2.png);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.