I'm calling out to the only one who can save us from what we've done

Jul 02, 2007 23:59

MERDE.

Does anyone know how to add a header image without fucking up the whole layout? I thought I knew what I was doing, but once again, I've proven myself to be inept.

layout, wtf

Leave a comment

Comments 6

infinitegraces July 3 2007, 05:49:27 UTC
Give me a few minutes, I'm working on it. ;)

Reply


infinitegraces July 3 2007, 05:55:39 UTC
K.

.headerimage {
position: relative;
width: 500px; /* Width of the banner, in pixels */
height: 220px; /* Height of the banner, in pixels */
margin-left: auto; /* To center image leave as auto */
/* To right align leave as auto */
/* To left align change to 20px */
margin-right: auto; /* To center image leave as auto */
/* To right align change to 20px */
/* To left align leave as auto */
margin-bottom: 20px; /* Space between bottom of image and outer box of style */
background-image: url("YOURIMAGEURLHERE"); /* Header image URL */
background-repeat: no-repeat;
}In the Custom Options thing, click on Custom CSS and paste this into the big box. You can change anything in bold if you so wish, but I think you'll want to leave the margin-left and margin-right ones alone, it'll automatically center your header. You can also change your layout size in the Presentation part to make it fit your header better ( ... )

Reply

infinitegraces July 3 2007, 05:56:14 UTC
Without the quotes around the entire thing, too.

Reply

cinnamon_kisses July 3 2007, 07:20:20 UTC
Thank you! You're a lifesaver. *huggles*

Reply

infinitegraces July 3 2007, 07:27:30 UTC
I'll admit to having had to look it up, but I know where to find these things. ;)

Reply


Leave a comment

Up