hi
im not no great coder but have tried with this sevral times and it still does the same, take a look at the code below now there are some tags missing if i put them in then upload it to the server it goes live "clicable" this is not what i want as its part of my help page on my top list it needs to be readable "copy n paste" stuff
PHP Code: 
function help($id) {
    global 
$list_name,$list_url,$voteimage_1,$voteimage_2,$voteimage_3;

echo 
"<hr><b><li>TextLink:</b><br>";
echo 
"< href=\"$list_url/in.php?site=$id\" target=\"_blank\">$list_name&lt/a&gt\n";


if (
$voteimage_1) {
  echo 
"<p><hr><b><li>PictureLink:</b><br>\n";
  echo 
"< href=\"$list_url/in.php?site=$id\" target=\"_blank\"&gt<br>img src=\"http://www.yourdomain**********_image2.gif\" alt=\"Enter $list_name and Vote for this site !!!\" border=0&gt&lt/a&gt\n";
  echo 
"<p><center><img src=\"$voteimage_1\"><br>This is the image. Please save it on your server.<br>(Right mouseclick - Save as ...)</center><br>\n";
  }

if (
$voteimage_2) {
  echo 
"<p><hr><b><li>PictureLink 2:</b><br>\n";
  echo 
"< href=\"$list_url/in.php?site=$id\" target=\"_blank\"&gt<br>img src=\"http://www.yourdomain**********_image2.gif\" alt=\"Enter $list_name and Vote for this site !!!\" border=0&gt&lt/a&gt\n";
  echo 
"<p><center><img src=\"$voteimage_2\"><br>This is the image. Please save it on your server.<br>(Right mouseclick - Save as ...)</center><br>\n";
  }

if (
$voteimage_3) {
  echo 
"<p><hr><b><li>PictureLink 3:</b><br>\n";
  echo 
"< href=\"$list_url/in.php?site=$id\" target=\"_blank\"&gt<br>img src=\"http://www.yourdomain**********_image2.gif\" alt=\"Enter $list_name and Vote for this site !!!\" border=0&gt&lt/a&gt\n";
  echo 
"<p><center><img src=\"$voteimage_3\"><br>This is the image. Please save it on your server.<br>(Right mouseclick - Save as ...)</center><br>\n";
  echo 
"<p>";
  }

the page link so you can see it
http://www.warezhaven.net/help.php

thanks if anyone can help out here
clarksta Reviewed by clarksta on . php code problem hi im not no great coder but have tried with this sevral times and it still does the same, take a look at the code below now there are some tags missing if i put them in then upload it to the server it goes live "clicable" this is not what i want as its part of my help page on my top list it needs to be readable "copy n paste" stuff function help($id) { global $list_name,$list_url,$voteimage_1,$voteimage_2,$voteimage_3; echo "<hr><b><li>TextLink:</b><br>"; echo "< Rating: 5