- Code: Select all
if($image_path!== "")
{
echo '<a href="'.(empty($website) ? ' ' : $website).'"><img src="'.$image_path.'" alt="'.$org_name.'" title="'.$org_name.'" height="" width="" style="float: right; margin:0 5px 0 0;" ></img></a>'<br style="clear:right"/></a><br/>';
}

