View Single Post
Old 02-03-2009, 01:56 AM   #11 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

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.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote