<?php
if($a > $b):
echo $a." is greater than ".$b;
elseif($a == $b):
echo $a." equals ".$b;
else:
echo $a." is neither greater than or equal to ".$b;
endif;
?>
<?php
if($a > $b):
echo $a." is greater than ".$b;
elseif($a == $b):
echo $a." equals ".$b;
else:
echo $a." is neither greater than or equal to ".$b;
endif;
?>
Methodes for removeing underlines from links
1)add this in stylesheet style="text-decoration:none"
2) <a href="http://www.icelabsolutions.com" style="text-decoration:none">The Web Design </a>