This is the HTML source code:
---------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .Arial_10_Red { font-family: Arial; font-size: 10pt; color: #FF0000; line-height:12pt; } .Arial_10_Blu { font-family: Arial; font-size: 10pt; color: #003399; line-height:12pt; } .Arial_12_Black { font-family: Arial; font-size: 12pt; color: #000000; line-height:14pt; } .Arial_14_Green { font-family: Arial; font-size: 14pt; color: #009933; line-height:16pt; } --> </style> </head> <body> <table s_width="650" border="1" align="center" cellpadding="4" cellspacing="0" columns="2" widths="25;75" > <tr> <td colspan="2" align="left" valign="top"><span class="Arial_14_Green">Printed: 25/05/2008 11.14.13<br />This are some special characters in the text:<br /> ! " £ $ % & / ( ) = ? ^ ì ' é * + è ç ° § ù à ò ; : _ - . , ©_€</span></td> </tr> <tr> <td colspan="2" align="left" valign="top" class="Arial_10_Red">This are the parameters from the Form:</td> </tr>
<tr> <td s_width="125" align="left" class="Arial_14_Green" >Name:</td> <td s_width="503" align="left" class="Arial_12_Black" ></td> </tr> <tr> <td align="left" class="Arial_14_Green" >Address:</td> <td align="left" class="Arial_12_Black" ></td> </tr> <tr> <td align="left" class="Arial_14_Green" >City:</td> <td align="left" class="Arial_12_Black" ></td> </tr> <tr> <td align="left" valign="top" class="Arial_14_Green" >Note:</td> <td align="left" class="Arial_12_Black" ></td> </tr> </table> </body> </html>
|