Hi, it's VERY VERY URGENT so please help me.
I believe that is also veriy simple.....but i'm not an expert.
I simply have to show an html.
I have an html file, i taken the content on the server-side and
after i sent it back to the client, i want this html showing inside a
window.
At the moment the window is showing and also the html but
the css referred by the html is ignored.
Maybe isn't finding the .css file....where should referred .css
must stay?

Following the is my code:

final Window window = new Window();
                                            window.setTitle(tariffa);
                                            window.setIconCls("paste-icon");
                                            window.setMaximizable(true);
                                            window.setResizable(true);
                                            window.setLayout(new FitLayout());
                                            window.setWidth(500);
                                            window.setHeight(500);
                                            window.setModal(false);
                                            window.setHtml(arg1.getText());
                                            window.show();

------------------------

arg1.getText() it's the following:

<html xmlns="http://www.w3.org/1999/xhtml";>
<head><title>ICG EasyLab Test 0.1</title>
<link href="css/aalto.css" rel="stylesheet" type="text/css" />
</head>
<body class="bodytar">
<div id="container" class="maintar">
<br> <h3>Tariffa: CTFABB Casa Tris Fabbricato</h3></br>
<BR/><BR/><table width="100%" cellpadding="20" cellspacing="20"
><tr><td><table id="tar" cellpadding="0"  cellspacing="0" >
<caption><div class="H2">Ciclo: 10_Premio<BR/></caption><tr>
<td colspan="1" class="asseX">Codice ramo tecnico</td></tr>
<tr>
<td class="asse">OK</td></tr>
<tr><td>tariffa <br/>.18</td>
</tr>
</table></td><td><div class="HI"><BR/>Legenda Asse: Codice ramo
tecnico (*RATEC)</div><div ID="10__D" width="170"
><span><b>OK</b><u>:(ok)= </u>
Multirischi,
</span></div>
</td></tr></table><BR/><BR/><table width="100%" cellpadding="20"
cellspacing="20" ><tr><td><table id="tar" cellpadding="0"
cellspacing="0" >
<caption><div class="H2">Ciclo: 15_Controllo massimale<BR/></caption><tr>
<td colspan="4" class="asseX">Capitale assicurato 100p</td></tr>
<tr>
<td class="asse">KO</td><td class="asse">LI</td><td
class="asse">OK</td><td class="asse">OL</td></tr>
<tr><td>errore cod. <br/>280</td>
<td>errore cod. <br/>281</td>
<td>omit</td>
<td>errore cod. <br/>282</td>
</tr>
</table></td><td><div class="HI"><BR/>Legenda Asse: Capitale
assicurato 100p (*CAPAS)</div><div ID="15_LI_D" width="170"
><span><b>KO</b><u>:(valore a zero)= </u>.0000 -
.9999<BR/><b>LI</b><u>:(limite inferiore)= </u>1.0000 -
24999.0000<BR/><b>OK</b><u>:(massimale)= </u>25000.0000 -
500000.0000<BR/><b>OL</b><u>:(oltre il limite)= </u>500001.0000 -
9999999999999.0000</span></div>
</td></tr></table><BR/><BR/><table width="100%" cellpadding="20"
cellspacing="20" ><tr><td><table id="tar" cellpadding="0"
cellspacing="0" >
<caption><div class="H2">Ciclo: 90_Frazionamento<BR/></caption><tr>
<td colspan="4" class="asseX">Frazionamento</td></tr>
<tr>
<td class="asse">1</td><td class="asse">2</td><td
class="asse">3</td><td class="asse">4</td></tr>
<tr><td>coeffic.<br/>1.00000</td>
<td>coeffic.<br/>1.03000</td>
<td>coeffic.<br/>1.04000</td>
<td>coeffic.<br/>1.05000</td>
</tr>
</table></td><td><div class="HI"><BR/>Legenda Asse: Frazionamento
(*FRAZI)</div><div ID="90_2_D" width="170"  ><span><b>1
</b><u>:(annuale)= </u>
Annuale,
<BR/><b>2 </b><u>:(semestrale)=</u>
Semestrale,
<BR/><b>3 </b><u>:(quadrimestrale)=</u>
Quadrimestrale,
<BR/><b>4 </b><u>:(trimestrale)=</u>
Trimestrale,
</span></div>
</td></tr></table></div></body></html>

Please help me,
Patrizio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to