• 06-10-2007, 10:24:50
    #1
    Arkadaşlar aşşağıdaki resmi içine yazı yazılacak şekilde ve

                                <input type="text" name="search" value="" size="30" style="margin-bottom: 4px;"  />&nbsp;
    kodla aynı işlevli hale nasıl getirebilirim.

  • 06-10-2007, 13:20:49
    #2
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    
    <style type="text/css">
    <!--
    .input {
    	font-family: "Courier New", Courier, monospace;
    	font-size: 9px;
    	font-style: normal;
    	font-weight: bold;
    	background-image: url(asdssbd7.gif);
    }
    -->
    </style>
    </head>
    
    <body>
    <div id="input"><input type="text" name="search" value="" size="30" style="margin-bottom: 4px;"  />&nbsp;</div>
    </body>
    </html>