this is my code
<?php
if (eregi("Application.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .="<center><a href=\"/modules.php?name=Recruitment_Form\"><img src=\"/img/Buttons/ventapps.gif\" alt=\"Recruitment Passage\" border=\"0\" width=\"175\"/></a> <a href=\"/modules.php?name=Recruitment_Form2\"><img src=\"/img/Buttons/recapps.gif\" alt=\"Recruitment Passage\" border=\"0\" width=\"175\"/></a></center><p>";
?>
I'm trying to put 2 buttons linked to my site, i want the centred, but with bit bigger space between them.
what i neet to put and where to have bigger space bteween them
thanks
<?php
if (eregi("Application.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .="<center><a href=\"/modules.php?name=Recruitment_Form\"><img src=\"/img/Buttons/ventapps.gif\" alt=\"Recruitment Passage\" border=\"0\" width=\"175\"/></a> <a href=\"/modules.php?name=Recruitment_Form2\"><img src=\"/img/Buttons/recapps.gif\" alt=\"Recruitment Passage\" border=\"0\" width=\"175\"/></a></center><p>";
?>
I'm trying to put 2 buttons linked to my site, i want the centred, but with bit bigger space between them.
what i neet to put and where to have bigger space bteween them
thanks