Guest User

Untitled

a guest
Jan 11th, 2026
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
  2.   <tr>
  3.     <td align="center">
  4.      
  5.       <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" style="width: 100%; max-width: 600px;">
  6.         <tr>
  7.          
  8.           <td width="50%" valign="top" style="padding: 20px; background-color: #f8f9fa;">
  9.             <h3 style="margin: 0 0 10px 0; font-family: Arial, sans-serif;">Left Column</h3>
  10.             <p style="margin: 0; font-family: Arial, sans-serif; line-height: 1.5;">
  11.               This is the text for the left side. It will stay side-by-side with the right column.
  12.             </p>
  13.           </td>
  14.  
  15.           <td width="50%" valign="top" style="padding: 20px; background-color: #e9ecef;">
  16.             <h3 style="margin: 0 0 10px 0; font-family: Arial, sans-serif;">Right Column</h3>
  17.             <p style="margin: 0; font-family: Arial, sans-serif; line-height: 1.5;">
  18.               This is the text for the right side. Note the different background colors to visualize the split.
  19.             </p>
  20.           </td>
  21.  
  22.         </tr>
  23.       </table>
  24.      
  25.     </td>
  26.   </tr>
  27. </table>
Advertisement
Add Comment
Please, Sign In to add comment