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_14_Red { font-family: Arial; font-size: 14pt; 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_12_Green { font-family: Arial; font-size: 12pt; color: #009933; line-height:16pt; } --> </style> </head> <body> <table columns="2" widths="25;75" s_width="603" border="1" align="center" cellpadding="3" cellspacing="1"> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Id</td> <td class="Arial_14_Red">24</td> </tr> <tr> <td s_width="178" align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Product</td> <td s_width="410" class="Arial_10_Blu">KNIT CAP</td> </tr> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Category</td> <td class="Arial_10_Blu">Hats</td> </tr> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Short Description</td> <td class="Arial_10_Blu">100% wool / brown </td> </tr> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Long Description </td> <td class="Arial_10_Blu">100% wool / brown (brown x navy x green) Martin Margiela line 10 presents a knit cap with a moderate stripe. Made in Italy <br><br>* The measurement below is taken when the item is laid flat on the table. Because this item is knit, when worn the size will expand a little.</td> </tr> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Price</td> <td class="Arial_10_Blu">36,00€</td> </tr> <tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Stock Quantity </td> <td class="Arial_10_Blu">95</td> </tr>
<tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Thumbnail</td> <td><img src="/Public/ProductImage/pippo_small.jpg" /></td> </tr>
<tr> <td align="right" valign="top" nowrap="nowrap" class="Arial_12_Green">Image</td> <td><img src="/Public/ProductImage/pippo.jpg" /></td> </tr> </table> </body> </html>
|