Date: 2007-06-19 02:56 am (UTC)
trinity_clare: (east river)
I went through this rotating header thing myself. :D

function Page::print_custom_head()
{
	var string[] header_image;
	var int header_index=0;

	$header_image[$header_index++] = "HEADER IMAGE HERE";
	$header_image[$header_index++] = "HEADER IMAGE HERE";

	var string header_url = $header_image[rand($header_index) - 1];
	
	"""
	<style type="text/css">	
.headerimage {
    background-image: url("$header_url"); /* Header image URL */
}

     </style>

     """;
} 


Repeat the "HEADER IMAGE HERE" line as many times as you need it.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

August 2023

S M T W T F S
  12345
6789101112
1314151617 1819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags