|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
[HTML?] Formattazione di un Tabella
devo fare una tabella che abbia questa forma
Codice:
----------------------------- | < mese > < anno > | ----------------------------- |lun|mar|mer|gio|ven|sab|dom| ----------------------------- | giorni del mese | ----------------------------- ora invere nei mesi più "lunghi" mi si ridimensionano ovviamente anche i giorni. esiste un modo per fare ciò?
__________________
My gaming placement |
|
|
|
|
|
#2 |
|
Member
Iscritto dal: Sep 2008
Messaggi: 128
|
Beh, per farle essere indipendenti forse ti tocca fare 2 tabelle diverse?
Senò prova a spiegarci meglio cosa devi fare! Magari allega il codice html che usi! |
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
al momneto non ho codice...devo fare un semplice calendario che ha mesi e anni che cambiano indimendentemente (da qui le due freccette) e i giorni normalmente
__________________
My gaming placement |
|
|
|
|
|
#4 |
|
Member
Iscritto dal: Sep 2008
Messaggi: 128
|
Così va bene?
Codice HTML:
<table align="center" border="1" width="750px"> <thead> <tr> <th colspan='3'>Mese</th> <th colspan='4'>Anno</th> </tr> </thead> </table> <table align="center" border="1" width="750px"> <thead> <tr> <td>Lunedì</td> <td>Martedì</td> <td>Mercoledì</td> <td>Giovedì</td> <td>Venerdì</td> <td>Sabato</td> <td>Domenica</td> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> <td>7</td> </tr> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> <td>7</td> </tr> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> <td>7</td> </tr> </tbody> </table> |
|
|
|
|
|
#5 | |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
Quote:
Codice:
<tr> <th colspan='3'>Mese</th> <th colspan='4'>Anno</th> </tr> Codice:
<tr>
<th ><</th>
<th colspan='2'>Mese</th>
<th >></th>
<th ><</th>
<th >Anno</th>
<th >></th>
</tr>
__________________
My gaming placement |
|
|
|
|
|
|
#6 |
|
Member
Iscritto dal: Jan 2007
Messaggi: 189
|
Codice PHP:
edit: ho aggiunto un minimo di formattazione Ultima modifica di pierosa : 06-02-2013 alle 14:54. |
|
|
|
|
|
#7 |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
grazie, appena possibile lo provo, grazie mille comunque
__________________
My gaming placement |
|
|
|
|
|
#8 | |
|
Member
Iscritto dal: Sep 2008
Messaggi: 128
|
Quote:
Codice HTML:
<thead> <tr> <th colspan='3'>< Mese ></th> <th colspan='4'>< Anno ></th> </tr> </thead> |
|
|
|
|
|
|
#9 |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
no perchè su quelle freccete ci sono collegati javascript...o meglio, forse si posso farlo....ci metto un <a....../> e vedo se ci riesco
grazie per la dritta
__________________
My gaming placement |
|
|
|
|
|
#10 |
|
Member
Iscritto dal: Sep 2008
Messaggi: 128
|
Figurati! ;-)
Poi facci sapere se ci riesci! ;-) |
|
|
|
|
|
#11 |
|
Senior Member
Iscritto dal: May 2005
Città: Roma
Messaggi: 7938
|
se riesco a slegarmi dalle altre cose si, ovvio che vi faccio sapere
__________________
My gaming placement |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 04:48.




















