Come creare una chat xat
expr:class='"loading" + data:blog.mobileClass'>

28 settembre 2010

Come creare una chat xat

oggi vi insegnerò a creare una chat per il proprio blog.

collegatevi sul sito accanto:http://xat.com/web_gear/chat.php
e cliccate update & get code, e mettete il codice che vi esce nel vostro sito



Related Posts with Thumbnails

Nessun commento:

Posta un commento

... tutto il contenuto ...
CSS: html, body { text-align: center; /* per far contento IE6- */ font-size: 100%; width: 100%; /* altrimenti il margin sotto non ha riferimenti */ } #tutto { margin: 0 auto; /* centrare nei browser standard */ text-align: left; /* per correggere il center del body */ }