gibney.org
:
Other
:
height of nested tables
(Entry Nr. 2271, by user 1 |
edit
)
<!doctype html> <html> <head> <style> html { width: 100%; height: 100%; } body { font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; width: 100%; height: 100%; margin: 0; } td { border: 1px solid red; } </style> <body> <table style="width: 100%; height: 100%; position: relative"> <tr><td>la<br>la<br>la<br>la<br></td></tr> <tr> <td style="height: 10%"> <table style="width: 100%; height: 100%"> <tr> <td> hello<br> </td> </tr> </table> </td> </tr> </table> </body> </html>
Create a new entry at this position