01-31-2009, 12:07 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Jan 2008
Posts: 10
Thanks: 1
|
Quote:
Originally Posted by Salathe
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
|
|
|
|