[identity profile] chispas.livejournal.com posting in [community profile] suerte



Jaime Alguersuari / Sébastien Buemi / Scuderia Toro Rosso 700 px X 356 px


Mark Webber / Red Bull Racing 800 px X 400 px


Sebastian Vettel / Red Bull Racing 800 px X 500 px


Please save and upload to your own server :) Much appreciated.

The CSS for adding a header to your layout is as follows:

.headerimage {
	background: url("IMG URL") no-repeat;
	border: 0;
	height: IMGHEIGHTpx;
	margin: 10px auto;
	width: IMGWIDTHpx;
}


For example:

.headerimage {
	background: url("http://url.com/.../VETTEL.png") no-repeat;
	border: 0;
	height: 800px;
	margin: 10px auto;
	width: 500px;
}

Date: 2010-03-16 07:15 pm (UTC)
From: [identity profile] raenbow.livejournal.com
This may be the part where you call me a pedantic techie, but...

0px can just be 0, as 0 is 0 whatever units you use.
margin: 10px auto 10px auto; can be shortened to just margin: 10px auto;
and position: center; doesn't do anything at all.

Love the banners though. May use the Seb one. :]

Date: 2010-03-16 07:39 pm (UTC)
From: [identity profile] raenbow.livejournal.com
Pfft... I m ay be a pedantic techie, but that's why my boss pays me to build websites, right? D: