Test tech article
Deprecated: Assigning the return value of new by reference is deprecated in /storage/content/74/1007074/heracleums.org/public_html/pages/wp-includes/cache.php on line 103 Deprecated: Assigning the return value of new by reference is deprecated in /storage/content/74/1007074/heracleums.org/public_html/pages/wp-includes/query.php on line 61 Deprecated: Assigning the return value of new by reference is deprecated in /storage/content/74/1007074/heracleums.org/public_html/pages/wp-includes/theme.php on line 1109
February 27th, 2009 at 11:48 pm
Salve
come mai pur avendo cambiato (basso) il width e l’ height, il reffer mi occupa completamente la pagina del blog, non solo, me la amplia inserendo sotto il maledetto cursore.
Ciao e grazie
March 17th, 2009 at 10:17 pm
Ciao, mi convincerò un giorno ad aggiornare l’editor in base agli ultimi standard, al momento se nel codice ottenuto dall’editor dell’aspetto vedi cose tipo:
.hrl_listbox { overflow: auto; height: 300; width: 140; }
basta che aggiungi “px” alla destra del numero di height e width, così:
.hrl_listbox { overflow: auto; height: 300px; width: 140px; }