View Single Post
Old 01-30-2009, 11:47 PM   #1 (permalink)
Edwin
The Wanderer
 
Edwin's Avatar
 
Join Date: Jan 2008
Posts: 10
Thanks: 1
Edwin is on a distinguished road
Default need help fixing PHP code

can someone please help me edit this php snip for me =]

PHP Code:
'<textarea cols="'.$t_cols.'" rows="'.$t_rows.'" onclick="this.focus(); this.select();">'."\n".

'<img src="'.$imgURL.'" alt ="'.$alt.'">'."\n".

'<p><a href="'.$site_url.'">Spaceskillz Myspace Comments</a></p>'."\n".

'</textarea>'."\n"
can someone delete the img tag and the site url tag and add this part instead

HTML Code:
<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>
Thank You =]
Edwin is offline  
Reply With Quote