paid user with tabular indent

Jun 10, 2005 17:50

Hi, I was wondering how I would add a header picture and a background picture. I saw a code for it a while back, but I can't remember where I found it. I like to use tabular indent, and I'm a paid user. I'm sorta new on the layout stuff and creating new layers in advanced customization.
Thanks in advance for the help!

Leave a comment

Comments 1

heartsongforgod June 11 2005, 01:19:30 UTC
This is the code I use. I'm not sure if it is style specific or not or anything like that. Hope it helps.

body {
background-color: #003333;
background-image: url(url for background image);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: right;
}
div {
background-image: url(url for header image);
background-repeat: no-repeat;
background-position: top center;
padding-top: 350;
text-align: center;
}

div div { background: none; width: auto; height: auto; padding: 2; }
div table { width: 640; }
div table table { width: 100%; }
div table table table { width: auto; }
div table table table table { width: 100%; }
body {
margin-top: 25px !important;
}

Reply


Leave a comment

Up