Visualizzazione dei risultati da 1 a 6 su 6

Discussione: pulsante decentrato

Visualizzazione discussione

  1. #1
    Utente di HTML.it L'avatar di ice_boy
    Registrato dal
    Nov 2004
    Messaggi
    290

    pulsante decentrato

    salve, come potete vedere dalla foto in allegato c'è il pulsante cerca decentrato, dove sbaglio? il codice è questo:

    ?>

    <tr>
    <td>
    <?php
    $info_box_contents = array();
    $info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

    new infoBoxHeading($info_box_contents, false, false);

    $info_box_contents = array();
    $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
    'align' => 'center',
    'text' => tep_draw_input_field('keywords', '', 'size="0" maxlength="30" style="width: ' . (BOX_WIDTH-13) . 'px"') . '' . tep_hide_session_id() . tep_image_submit('cerca.gif', BOX_HEADING_SEARCH) . '
    ' . BOX_SEARCH_TEXT . '
    ' . BOX_SEARCH_ADVANCED_SEARCH . '');

    new infoBox($info_box_contents);
    ?>
    </td>
    </tr>
    Immagini allegate Immagini allegate

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.