Pokemon-Jaco Winter Version [SOLUZIONE POKEMON DIAMANTE/PERLA - TRUCCHI PC - HTML] skin

Richiesta..

« Older   Newer »
  Share  
©Simy©
view post Posted on 14/6/2008, 11:53




Non so se è possibile richiedere una tabella da utente esterno senza presentarsi... Comunque ci provo e se ho sbagliato scusate!

Io avrei voluto inserire questa tabella

https://pokemon-jaco.forumcommunity.net/?t=16486413

ma qualche codice non va e le celle vengono tutte sfasate con degli spazi vuoti in mezzo ..

P.S. Ovviamente appena la inserirò metterò il vostro banner ^_^
 
Top
~»Mêtål MêwtwØ™«~
view post Posted on 14/6/2008, 12:26




ecco il codice sistemato dimmi se va bene adesso:

Il codice è nello spoiler

SPOILER (click to view)
HTML
<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>
<td class="title">SOTTOTITOLO COLONNA 1</td>
<td class="title" colspan="2">SOTTOTITOLO COLONNA 2</td>
<td class="title">SOTTOTITOLO COLONNA 3</td>
</tr>

<tr title="RIGA1">
<td class="ww">COLONNA1</td>
<td class="aa" colspan="2" >COLONNA2</td>
<td class="ww" rowspan="1">COLONNA3</td>
</tr>

<tr>
<td class="title">SOTTOTITOLO COLONNA 1</td>
<td class="title">SOTTOTITOLO COLONNA 2</td>
<td class="title">SOTTOTITOLO COLONNA 3</td>
<td class="title">SOTTOTITOLO COLONNA 4</td>
</tr>

<tr title="RIGA2">
<td class="ww">COLONNA1</td>
<td class="aa">COLONNA2</td>
<td class="ww">COLONNA3</td>
<td class="aa">COLONNA4</td>
</tr>

<tr>
<td class="title" colspan="4" class="ww">SOTTOTITOLO COLONNA UNICA</td>
</tr>

<tr title="RIGA2">
<td colspan="4 rowspan="1" class="ww">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> <br> <br>
 
Top
©Simy©
view post Posted on 14/6/2008, 13:01




grazie mille lo provo subito nel forum di prova e poi se va bene l'aggiungo! appena faccio inserisco il banner grazie di nuovo! ^_^
 
Top
~»Mêtål MêwtwØ™«~
view post Posted on 14/6/2008, 13:11




CITAZIONE
grazie mille

di niente ^_^
 
Top
©Simy©
view post Posted on 14/6/2008, 14:14




Scusa se disturbo ancora, sto facendo delle prove e mi sarebbe di grande aiuto se mi aiutassi a capire come dividere l'ultima riga (quella unica) in due colonne... per me le tabelle sono e rimarranno un mistero O_O

p.S. ho giò inserito il banner
 
Top
~»Mêtål MêwtwØ™«~
view post Posted on 14/6/2008, 18:37




Eccola modificata:

Codice:
SPOILER (click to view)
HTML
<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>
<td class="title">SOTTOTITOLO COLONNA 1</td>
<td class="title" colspan="2">SOTTOTITOLO COLONNA 2</td>
<td class="title">SOTTOTITOLO COLONNA 3</td>
</tr>

<tr title="RIGA1">
<td class="ww">COLONNA1</td>
<td class="aa" colspan="2" >COLONNA2</td>
<td class="ww" rowspan="1">COLONNA3</td>
</tr>

<tr>
<td class="title">SOTTOTITOLO COLONNA 1</td>
<td class="title">SOTTOTITOLO COLONNA 2</td>
<td class="title">SOTTOTITOLO COLONNA 3</td>
<td class="title">SOTTOTITOLO COLONNA 4</td>
</tr>

<tr title="RIGA2">
<td class="ww">COLONNA1</td>
<td class="aa">COLONNA2</td>
<td class="ww">COLONNA3</td>
<td class="aa">COLONNA4</td>
</tr>

<tr>
<td class="title" colspan="4" class="ww">SOTTOTITOLO COLONNA UNICA</td>
</tr>

<tr title="RIGA2">
<td colspan="2 rowspan="1" class="ww">COLONNA1</td>
<td colspan="2 rowspan="1" class="ww">COLONNA2</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> <br> <br>


Anteprima:
TITOLO
SOTTOTITOLO COLONNA 1SOTTOTITOLO COLONNA 2SOTTOTITOLO COLONNA 3
COLONNA1COLONNA2COLONNA3
SOTTOTITOLO COLONNA 1SOTTOTITOLO COLONNA 2SOTTOTITOLO COLONNA 3SOTTOTITOLO COLONNA 4
COLONNA1COLONNA2COLONNA3COLONNA4
SOTTOTITOLO COLONNA UNICA
COLONNA1COLONNA2
 


Edited by ~»Mêtål MêwtwØ™«~ - 14/6/2008, 19:52
 
Top
©Simy©
view post Posted on 14/6/2008, 19:45




grazie mille mi hai salvato! a presto ^_^
 
Top
view post Posted on 14/6/2008, 20:15
Avatar

No Shaking Throne

Group:
Member
Posts:
34,604
Location:
Moscow

Status:


grazie per aver scelto il nostro servizio,a presto ^_^
 
Top
OoLaSweetGiu
view post Posted on 21/1/2009, 19:17




Potrei prenderla anche io questa tabella?
Inserisco subito il banner nel mio forum!
 
Top
8 replies since 14/6/2008, 11:53   273 views
  Share