Sono due giorni che esploro Alberghi 2.5 per cercare il modo di aumentare il numero di caratteri possibili per le chiamate skype (se è qui che devo cercare)... sono riusito ad ampliare la finestra ma i caratteri disponibili sono sempre gli stessi... quando premo sull'icona skype mi taglia l'indirizzo, o meglio, nell'inserimento stesso non memorizza oltre 25 caratteri
Aiuto per favore ... stò impazzendo!
<strong><?php echo _ALBERGHI_COMMENTISINO ?>:</strong>
</label>
</td>
<td valign="top">
<?php echo $lists['commenti'] ?>
</td>
</tr>
<tr>
</tr>
<tr>
<td width="30%" class="key">
<label for="title">
<strong><?php echo _ALBERGHI_SKYPESINO ?>:</strong>
</label>
</td>
<td valign="top">
<?php echo $lists['skype'] ?>
</td>
</tr>
<?php if ($row->askype !=0) { ?>
<tr>
<td width="30%" class="key">
<label for="title">
<strong><?php echo _ALBERGHI_SKYPE ?>:</strong>
</label>
</td>
<td valign="top"><input class="inputbox" type="text" name="vskype" value="<?php echo $row->vskype; ?>" size="100" maxlength="200" />
</td>
</tr>
<?php } ?>