Advertisement
Guest User

55

a guest
Jan 24th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1.     <table border="0" cellpadding="0" cellspacing="0" width="570px" height="300px">
  2.         <tr>
  3.             <td style="background: #333133;width:10%;">
  4.                 Left
  5.             </td>
  6.             <td style="background-color:blue; width:90%;">
  7.                 <table cellpadding="0" cellspacing="0" style="width:100%; height:100%; background-color:red;">
  8.                     <tr style="background-color:green;">
  9.                         <td style="width:30%; background-color:yellow;">Logo</td>
  10.                         <td style="width:70%; background-color:lightblue;">Name</td>
  11.                     </tr>
  12.                     <tr>
  13.                         <td style="background-color:grey;" colspan="2" valign="top">
  14.                             <table width="100%" cellpadding="0" cellspacing="0">
  15.                                 <tr>
  16.                                     <td style="background-color:orange;">Tel</td>
  17.                                 </tr>
  18.                                 <tr>
  19.                                     <td style="background-color:red;">Email</td>
  20.                                 </tr>
  21.                                 <tr>
  22.                                     <td style="background-color:orange;">Social icons</td>
  23.                                 </tr>
  24.                             </table>
  25.                         </td>
  26.                     </tr>
  27.                 </table>
  28.             </td>
  29.         </tr>
  30.     </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement