hydargos

HTML Black text bug

Oct 3rd, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <html><head></head>
  2. <body>
  3. <p>Bodytext before table</p>
  4. <table style="color: #E8E5E0;" bgcolor="#27282E">
  5.    <tr><td>
  6.       Text table level 1
  7.    </td></tr>
  8.    <tr><td>
  9.       Text before table level 2
  10.       <table>
  11.          <tr><td>
  12.             Text table level 2
  13.          </td></tr>
  14.       </table>
  15.       Text after table level 2
  16.    </td></tr>
  17. </table>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment