01-30-2009, 11:54 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
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;
|
|
|
|