i have this code to make a clickpath
$src is the file name at the end of the path
people are alowed to us the <br> tag in the file name because the filnames ($src) are also used in the menu on my left frame because i dont want to get the menu width to wide
Now i dont want that the <br> is used in the clickpath
how can i prevent that
<td>
<div>
<? $src = "";
if( isset( $srcimg ) ) $src = $srcimg;
if( isset( $id ) ) formatClickpath( $market, $id, $id, "", "", $src );
?>
</div>
</td>
someone has a bright idea