View Single Post
Old 01-31-2009, 12:07 AM   #3 (permalink)
Edwin
The Wanderer
 
Edwin's Avatar
 
Join Date: Jan 2008
Posts: 10
Thanks: 1
Edwin is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
PHP Code:
$html = <<<TALKPHP_SAVES_MY_BACON
<textarea cols="$t_cols" rows="$t_rows" onclick="this.focus(); this.select();">
<style type="text/css">
body { background-image: url(
$imgURL);
background-repeat: repeat;
background-attachment: fixed; }
</style>
<div style="position:absolute; top:0; right:0;"><a href="
$site_url" target="_blank"><img src="http://i309.photobucket.com/albums/kk366/spaceskillz/spaceskillz.gif" border="0"></a></div>
</textarea>
TALKPHP_SAVES_MY_BACON; 
thanx dude ! =D
Edwin is offline  
Reply With Quote