resimleri photoshopla yada başka bi resim düzenleme programıyla ufaltırsanız bide index.phpdeki boyutları resimlere göre ayarlarsanız tamamdır.
 <tr>
    <td height="531" colspan="3" valign="top"><h1 align="center" class="style1"><img src="s/logo.gif"></h1>
<div align="center"> <img src="s/black.gif" width="186" height="66">
      <input type="radio" name="smiley" value="black" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'black')
{
		echo "checked";
} ?>>
      <img src="s/blue.gif" width="186" height="66">
      <input type="radio" name="smiley" value="blue" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'blue')
{
		echo "checked";
} ?>>
      <img src="s/brown.gif" width="186" height="66">
      <input type="radio" name="smiley" value="brown" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'brown')
{
		echo "checked";
} ?>>
      <img src="s/green.gif" width="186" height="66">
      <input type="radio" name="smiley" value="green" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'green')
{
		echo "checked";
} ?>>
      <img src="s/grey.gif" width="186" height="66">
      <input name="smiley" type="radio" value="grey" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'grey')
{
		echo "checked";
}
else
{
		if (!isset($_REQUEST['smiley']) or ($_REQUEST['smiley']) == '')
		{
				echo "checked";
		}
} ?>>
      <img src="s/pink.gif" width="186" height="66">
      <input type="radio" name="smiley" value="pink" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'pinkk')
{
		echo "checked";
} ?>>
      <img src="s/red.gif" width="186" height="66">
      <input type="radio" name="smiley" value="red" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'red')
{
		echo "checked";
} ?>>
      <img src="s/white.gif" width="186" height="66">
      <input type="radio" name="smiley" value="white" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'white')
{
		echo "checked";
} ?>>
      <img src="s/yellow.gif" width="186" height="66">
      <input type="radio" name="smiley" value="yellow" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'yellow')
{
		echo "checked";
} ?>>
      <img src="s/cyan.gif" width="186" height="66">
      <input type="radio" name="smiley" value="cyan" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'cyan')
{
		echo "checked";
} ?>>
      <img src="s/sick.gif" width="186" height="66">
      <input type="radio" name="smiley" value="sick" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'sick')
{
		echo "checked";
} ?>>
      <img src="s/rolleyes.gif" width="186" height="66">
      <input type="radio" name="smiley" value="rolleyes" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'rolleyes')
{
		echo "checked";
} ?>>
      <img src="s/laugh.gif" width="186" height="66">
      <input type="radio" name="smiley" value="laugh" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'laugh')
{
		echo "checked";
} ?>>
      <img src="s/tongue.gif" width="186" height="66">
      <input type="radio" name="smiley" value="tongue" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'tongue')
{
		echo "checked";
} ?>>
      <img src="s/blush.gif" width="186" height="66">
      <input type="radio" name="smiley" value="blush" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'blush')
{
		echo "checked";
} ?>>
      <img src="s/redmad.gif" width="186" height="66">
      <input type="radio" name="smiley" value="redmad" <?php if (isset($_REQUEST['smiley']) && ($_REQUEST['smiley']) == 'redmad')
{