Advertisement
Guest User

Untitled

a guest
Feb 18th, 2011
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>
  7. FF test
  8. </title>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  10. <link href="ff.css" rel="stylesheet" type="text/css" />
  11. </head>
  12. <body>
  13.     <table>
  14.         <tbody>
  15.     <tr>
  16.             <td>
  17.  
  18.         <ul type="disc">
  19.  
  20.                     <li>
  21.             <a target="_blank" href="http://example1.com">
  22.                 <font size="2" color="#b80000"><b>Example Link 1</b></font></a>
  23.  
  24.                         <br>
  25.                        
  26.             <font size="2" face="Verdana">
  27.  
  28.                 example text  example text  example text  example text  example text  example text                  example text  example text  example text  example text  example text  example text                   example text  example text  example text  example text             example text
  29.                 <a target="_blank" href="http://example2.com/">
  30.                  <font size="2" face="Verdana" color="#b80000">Example link 2</font>
  31.                 </a>
  32.  
  33.                   example text  example text  example text  example text  example text  example text                    example text  example text  example text  example text  example text  example text  example text                example text  example text  example                 text  example text .
  34.             </font>
  35.          </li>
  36.                
  37.         </ul>
  38.         </td>
  39.         </tr>
  40.     </tbody>
  41. </table>
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement