Giving purple a shot now. Can anyone remind me how to change the width/margins of my components so they fit underneath my banner (and perhaps increase the gap between the top of the page and the top of my banner? Just by a few pixels)?
Current Mood:blank
Current Music:Team America - America, F*** Yeah (Album Version)
I blacked the background position. the first one is the horizontal position. The second is the margin I left from the top to my image - I'm pretty sure you will be able to put more pixels if you so desire :-)
no subject
Date: 2005-07-26 08:14 pm (UTC)I have this code for my header: (not whole since it doesn't appear if it's complete)
style type="text/css">
body {
background-image: url(http://) !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: center 5px !important;
margin-top: 396px !important;
}
/style>
I blacked the background position. the first one is the horizontal position. The second is the margin I left from the top to my image - I'm pretty sure you will be able to put more pixels if you so desire :-)