View Single Post
  #3 (permalink)  
Old 03-30-2006, 07:17 AM
webfanatic webfanatic is offline
Send a message via Yahoo to webfanatic
New Pligger
 
Join Date: Mar 2006
Location: MA
Posts: 27
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks. Slight change.

Thanks for the quick fix.

I added <BR/> to the end. Not sure if this was supposed to be handled by a style or something.

At Line 139:
PHP Code:
echo '<hr><a href = "'.my_pligg_base.'/user.php?login='.$user->username.'&view=addfriend">add '.$user->username.' to my friends</a><BR />
<a href = "'
.my_pligg_base.'/user.php?login='.$user->username.'&view=sendmessage">send '.$user->username.' a message</a><BR />
<a href = "'
.my_pligg_base.'/user.php?view=viewfriends">view all my friends</a><BR />
<a href = "javascript:history.back();">return to where I was</a>'

At Line 147:
PHP Code:
    echo '<hr><a href = "'.my_pligg_base.'/user.php?login='.$user->username.'&view=removefriend">remove '.$user->username.' from my friends</a><BR />
<a href = "'
.my_pligg_base.'/user.php?login='.$user->username.'&view=sendmessage">send '.$user->username.' a message</a><BR />
<a href = "'
.my_pligg_base.'/user.php?view=viewfriends">view all my friends</a><BR />
<a href = "javascript:history.back();">return to where I was</a>'

Reply With Quote