[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;
}