Make table responsive for web

This commit is contained in:
Brian Read 2024-06-06 16:52:17 +01:00
parent 0bc452c38a
commit 52c1bfba48

View File

@ -1,4 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- 1. Take out style for table for email
2. Switch "see in Browser" to "index" in web version
>
<html><head> <html><head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>SMEServer Mailstats</title> <title>SMEServer Mailstats</title>
@ -40,6 +43,7 @@
<br /> <br />
<h2>${title}</h2> <h2>${title}</h2>
<br /> <br />
<div style="width:100%;overflow-x:auto;font-size:1.35cqw">
<table border="1"> <table border="1">
<thead> <thead>
<tr> <tr>
@ -56,6 +60,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<!---Add in sub tables here --> <!---Add in sub tables here -->
<br /> <br />
<footer>${version}</footer> <footer>${version}</footer>