Ciao a tutti da un nuovo utente.
Ho dei prob con la creazione di una pagina html che contiene due table che contengono la stampa fronte e retro di un testo. Cosi' facendo le due stampe mi vengono accodate e posso girare il foglio dopo la prima stampa.
Mi piacerebbe avere la possibilita' di visualizzare le due table una affianco all'altra in modo da poterle visualizzare in fase di anteprima tutto nella stessa schermata.
Cio' è possibile???
Spero di essere stato chiaro!!!
Vi allego l'immagine del risultato che vorrei ottenere in anteprima!!!
Grazie Biggio78
Inserisco qua sotto il testo html della pagina prova.htm
-------------------------------------------------------------------
<html><head>
<style type="text/css" media="all">
html, body{
text-align:left;
}
#vertical {
writing-mode:tb-rl;
text-align:bottom;
font-family: "times new roman";
font-size: 11px;
font-weight:bold;
font-style: italic;
}
#dati {
font-family: "times new roman";
font-size: 11px;
font-weight:bold;
font-style: italic;
}
#fotolito {
text-align:center;
font-family: "times new roman";
font-size: 12px;
}
#dataprovn {
text-align:center;
font-family: "times new roman";
font-size: 9px;
}
#titoloretro {
text-align:center;
#titoloretro {
text-align:center;
font-family: "Arial";
font-size: 12px;
font-weight:bold;
}
</style>
</head><body>
<table border="1" width="285px" height="460px">
<tr><td width=65px id="vertical" height="460px">
testo 1
.................................................. .
testo2cip cipop
</td>
<td>
<table border="0" width="290px" height="300px" align=top>
<tr height=2> <td id="dati">aaaaaa</td></tr>
<tr height=2> <td id="dati">bbbbbb</td></tr>
<tr height=2> <td id="dati">ccccccccc</td></tr>
<tr height=2> <td id="dati">ddddddd</td></tr>
<tr height=2> <td id="dati">eeeeeeee</td></tr>
<tr height=2> <td id="dati">ffffffff</td></tr>
<tr height=2>
<td id="dati">sisisisissisis</td>
</tr>
<tr height=2><td id="dati">cicicicci</td></tr>
<tr height=2><td id="dati">dididi</td></tr>
</TABLE>
<table border="0" width="290px" height="160px" >
<tr valign="top"><td id="dati" align="Justify">
NOTE
</td></tr>
</table>
</td>
</table>
<table border="1" width="366px" height="65px">
<TR>
<TD HEIGHT="5" WIDTH=122px ></TD>
<TD HEIGHT=5 WIDTH=122px ></TD>
<TD HEIGHT=5 WIDTH=122px ></TD>
</tr>
<TR>
<TD HEIGHT=6 WIDTH=122px ></TD>
<TD HEIGHT=6 WIDTH=122px ></TD>
<TD HEIGHT=6 WIDTH=122px ></TD>
</tr>
</table>
<table border="1" width="366px" height="65px">
<TR>
<TD id="dataprovn" HEIGHT=2 WIDTH=122px >txt1</TD>
<TD id="dataprovn" HEIGHT=2 WIDTH=122px >txt2</TD>
<TD id="dataprovn" HEIGHT=2 WIDTH=122px >txt3</TD>
</tr>
<TR>
<TD HEIGHT=2 WIDTH=122px ></TD>
<TD HEIGHT=2 WIDTH=122px ></TD>
<TD HEIGHT=2 WIDTH=122px ></TD>
</tr>
<TR>
<TD HEIGHT=2 WIDTH=122px ></TD>
<TD HEIGHT=2 WIDTH=122px ></TD>
<TD HEIGHT=2 WIDTH=122px ></TD>
</tr>
</table>
<br clear=all style=page-break-before:always>
<table border="1" width="366px" height="590px" cellpadding=15>
<tr valign="top" id="dati" >
<td>
ciao come stai tutto bene io sto bene ciao come stai tutto bene io sto bene
ciao come stai tutto bene io sto bene ciao come stai tutto bene io sto bene
</td>
</tr>
</table>
</body></html>
---------------------------------------------------------------------------