Tabelle unite

« Older   Newer »
  Share  
~Akita~
view post Posted on 14/12/2010, 17:34




come faccio a fare una tabella tipo questa:

mi serve la parte quella con le linee dentro,come creo una tabella così?c'è qualche codice?metodo?auitatemi please!
 
Top
Rea°
view post Posted on 16/12/2010, 15:36





Innanzitutto ho spostato la discussione nella sezione che mi sembra più appropriata...cioè RICHIESTA TABELLE!

Se non ho capito male, vuoi una tabella senza colonne...quindi unica, senza sottosezioni...
Spero di aver capito cosa intendi. Dovrebbe essere così:


TITOLO
COLONNA UNICA
 




Sotto spoiler trovi il codice.

SPOILER (click to view)
CODICE
<table class="skin_tbl" align="center" cellpadding="0" cellspacing="0">

<tr>
<td class="mleft_top"></td>
<td><table class="mback" width="100%" cellpadding="0" cellspacing="0">

<tr>
<td class="mback_left"></td>
<td class="mback_center"><div class="mtitle">TITOLO</div></td>
<td class="mback_right"></td>
</tr>

</table></td>
<td class="mright_top"></td>
</tr>

<tr>
<td class="mleft"></td>
<td><table class="mainbg" style="text-align:center;width:100%" cellpadding="4" cellspacing="1">

<tr title="RIGA1">
<td class="ww" colspan="3">COLONNA UNICA</td>
</tr>

</table></td>
<td class="mright"></td>
</tr>

<tr>
<td class="mleft_bottom"></td>
<td><table class="msub" width="100%" cellpadding="0" cellspacing="0">

<tr>
<td class="msub_left"></td>
<td class="msub_center">&nbsp;</td>
<td class="msub_right"></td>
</tr>

</table></td>
<td class="mright_bottom"></td>
</tr>

</table>



 
Top
~Akita~
view post Posted on 20/12/2010, 16:38




Grazie!Va benissimo!

Un ultima domanda siccome devo metterci delle immagini,si ingigantisce o.o come faccio a non deformare la skin?
 
Top
Rea°
view post Posted on 21/12/2010, 08:36





Beh, puoi provare a mettere immagini più piccoline, oppure ad ogni immagine andare a capo con il < br >

Esempio:

CODICE
<img src="LINK IMMAGINE 1">
<br>
<img src="LINK IMMAGINE 2">


e così via...

 
Top
~Akita~
view post Posted on 21/12/2010, 13:55




ok grazie ^^
 
Top
Rea°
view post Posted on 22/12/2010, 16:03




Nada ^^
 
Top
5 replies since 14/12/2010, 17:34   40 views
  Share