Leave a comment

Comments 4

curly_the_sue August 19 2008, 20:26:30 UTC
Congratulations!

There are a lot of communities that provide great layouts.

Usuallyyou insert the following code at the end of your stylesheet to add an headerimage. Well, if you use css, of course.

.headerimage {
position: relative;
width: xx px; height: xx px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url('your image');
background-repeat: no-repeat;
}

insert the weight and height of your headerimage of course.

Reply

lotrfreak21 August 19 2008, 20:44:00 UTC
Thanks! I'll try that and hopefully it'll work :D

Reply


(The comment has been removed)

lotrfreak21 August 19 2008, 20:44:11 UTC
Yay! Me too! :D

Reply


shoebox_addict August 19 2008, 23:41:31 UTC
Awesome! I'm joining! :D

Reply


Leave a comment

Up