02-03-2009, 01:56 AM
|
#11 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
php Code:
$szData = '<style type="text/css"> body {background-image: url(%s); background-repeat: repeat; background-attachment: fixed;} </style> <div style="position:absolute; top:0; right:0"><a href="%s" target="_blank"><img src="http://i309.photobucket.com/albums/kk366/spaceskillz/spaceskillz.gif" border="0"></a></div>'; echo sprintf($szData, $imgURL, $site_url);
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|