faq.md
... ...
@@ -68,10 +68,17 @@ Plan text before test table:
68 68
HTML table then iframe:
69 69
70 70
<html>
71
-<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Scrollable Table</title> <style>
72
- /* Style for the scrollable table container */
73
- .table-container { height: 100px; /* Adjust height to fit 20 rows */ overflow-y: auto; /* Enable vertical scrolling */ border: 1px solid #ccc; /* Optional: Add a border */ }
71
+<head>
72
+<meta charset="UTF-8">
73
+<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Scrollable Table</title>
74
+<style>
75
+.table-container {
76
+height: 50px; /* Adjust height to fit 20 rows */
77
+overflow-y: auto; /* Enable vertical scrolling */
78
+border: 1px solid #ccc; /* Optional: Add a border */
79
+}
74 80
</style>
81
+</head>
75 82
<body>
76 83
<div class="table-container">
77 84
<table>