is this correct
<? if ($line["type"] == 'Farm' || $line["type"] == 'Farmlet' || $line["type"] == 'Rural' $line["type"] == 'House'){ ?> style="display:" <? } ?>
cheers aron.
<? if($line["type"] == 'Farm' || $line["type"] == 'Farmlet' || $line["type"] == 'Rural' || $line["type"] == 'House'){ ?> style="display:" <? } ?>
just relised i forgot the ||
thanks.