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> <link rel="stylesheet" type="text/css" href="/Examples/SourcePage/Test.css"> <style type="text/css"> <!-- .Arial_10_Red { font-family: Arial; font-size: 10pt; color: #FF0000; line-height:12pt; } .Arial_10_Blu { font-face: TIMES_ROMAN; font-size: 14pt; color: #003399; line-height:30pt; } .BoxBorder{ font-size:16px; } .Arial_10_Blu1 { font-family: Arial; font-size: 10pt; color: #003399; line-height:12pt; } .style1 {color: #003399; line-height:12pt; font-size: 10pt;} .style2 {line-height:12pt; color: #003399;} .style3 {line-height: 12pt} .Link { font-family: Arial; font-size: 12pt; color: #FF0000; line-height:12pt; text-decoration:underline; } .LinkText { font-family: Arial; font-size: 12pt; color: #FF0000; line-height:12pt; }
--> </style> </head> <body> <table cellspacing="3" cellpadding="3" s_width="100%" align="center" background="" border="1"> <tbody> <tr> <td s_width="85" colspan="2"><p align="center"><font face="Comic Sans MS" color="#339966">This is a demo to see what can you do with this extension</font></p> <p align="center"><span class="LinkText">This text is write with the </span><a href="http://www.dwzone-it.com/Extension/TinyEditor/Default.asp" class="Link">WYSIWYG Editor</a></p></td> </tr> <tr> <td s_width="51%"><table s_width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td><div align="justify"><font color="#003399" size="2" face="Comic Sans MS">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis ligula lorem, consequat eget, tristique nec, auctor quis, purus. Vivamus ut sem. Fusce aliquam nunc vitae purus. Aenean viverra malesuada libero. Fusce ac quam. <span class="style3">Donec neque. Nunc venenatis enim nec quam. Cras faucibus, justo vel accumsan aliquam, tellus dui fringilla quam, in condimentum augue lorem non tellus.</span> Pellentesque id arcu non sem placerat iaculis. Curabitur posuere, pede vitae lacinia accumsan, enim nibh elementum orci, ut volutpat eros sapien nec sapien. Suspendisse neque arcu, ultrices commodo, pellentesque sit amet, ultricies ut, ipsum. Mauris et eros eget erat dapibus mollis. Mauris laoreet posuere odio.</font></div></td> </tr> <tr> <td align="center">Image with link: <a href="http://www.google.it"><img src="/Images/image_small.jpg" alt="" s_width="60" s_width="60" border="1" align="absmiddle" /></a></td> </tr>
</table></td> <td s_width="49%" valign="top"><font face="Arial, Helvetica, sans-serif">Format your text:</font><br /> <font face="Arial, Helvetica, sans-serif"><strong>- Bold</strong></font><br /> <font face="Arial, Helvetica, sans-serif"><u>- Underline</u></font><br /> <font face="Arial, Helvetica, sans-serif"><em>- Italic</em></font><br /> <span style="background-color: #00ff00">- BackGround color</span><br /> <font color="#ff0000">- Font Color</font><br /> <sup>- Superscipt</sup><br /> <sub>- Subscript</sub><br /></td> </tr> <tr> <td valign="middle" align="center" bgcolor="#74e8d9" s_width="50"> <font face="Comic Sans MS">BackGround color for table cells</font></td> <td valign="middle" align="center" background="/Images/sfondo.gif"><font color="#003333"> <font face="Comic Sans MS">BackGround image for table cells</font></font></td> </tr> <tr> <td valign="middle" align="center" colspan="2" s_width="50"><font face="Comic Sans MS">Nested Tables</font> <br /> <br /> <table s_width="350" border="1" align="center" cellpadding="1" cellspacing="1" background="/Images/ColoriFormula1.jpg"> <tbody> <tr> <td colspan="2"><div align="center"><b><font face="Comic Sans MS">BackGround image for table</font></b> </div></td> </tr> <tr> <td s_width="50%" >11111</td> <td s_width="50%" >22222</td> </tr> </tbody> </table></td> </tr> </tbody> </table> </body> </html>
|