• 29-02-2020, 04:33:21
    #1
                            <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>
    
    <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>


    Olmasını istediğim ↓↓


    Sitemde gözüken ↓↓
  • 29-02-2020, 04:43:10
    #2
    <p> <label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /></p>
    
    <p> <label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>
  • 29-02-2020, 04:43:35
    #3
    <p><label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /></p>

    <p><label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>

    deneyin hocam.
  • 29-02-2020, 04:43:50
    #4
    Direkt olarak yapıştır aktif et.

    Kirkhammett adlı üyeden alıntı: mesajı görüntüle
                            <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>
    
    <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></p>


    Olmasını istediğim ↓↓


    Sitemde gözüken ↓↓
  • 29-02-2020, 04:58:25
    #5
    bybozo adlı üyeden alıntı: mesajı görüntüle
    Direkt olarak yapıştır aktif et.
    @phatgit; @bybozo; Hocam ellerinize sağlık, çok teşekkür ederim fakat bu sefer şöyle bi sıkıntım oldu textbox'lar hizası eşit değil böyle gözüküyor, acaba yardımcı olabilirmisiniz.

  • 29-02-2020, 04:59:19
    #6
    Kirkhammett adlı üyeden alıntı: mesajı görüntüle
    @phatgit @bybozo Hocam ellerinize sağlık, çok teşekkür ederim fakat bu sefer şöyle bi sıkıntım oldu textbox'lar hizası eşit değil böyle gözüküyor, acaba yardımcı olabilirmisiniz.

    bootstrap desteği varmı ?


    <div class="col-md-6"><label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></div> <div class="col-md-6"><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /></div>
    
    <div class="col-md-6"><label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></div><div class="col-md-6"> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></div>
    böyle deneyiniz.



    veya sitenizi pm ile iletirseniz bakıp temanıza göre yardımcı oluyum.


    @Kirkhammett; durumu bildirirsen sevinirim.
  • 29-02-2020, 14:28:09
    #7
    bybozo adlı üyeden alıntı: mesajı görüntüle
    bootstrap desteği varmı ?


    <div class="col-md-6"><label for="author"><?php _e('İsim', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></div> <div class="col-md-6"><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /></div>
    
    <div class="col-md-6"><label for="email"><?php _e('Eposta', 'gp_lang'); ?> <span class="required"><?php if ($req) echo "*"; ?></span></label></div><div class="col-md-6"> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></div>
    böyle deneyiniz.



    veya sitenizi pm ile iletirseniz bakıp temanıza göre yardımcı oluyum.


    @Kirkhammett; durumu bildirirsen sevinirim.
    kusura bakmayın yeni kalktım.Durumu şöyle çözdüm hocam araya &nbsp koydum iki tarafıda bu şekilde ayarladım.Ayrıca yardımınız ve ilginiz için teşekkür ederim hocam.