mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Fixed qa table width stuff
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<center><h2> Q & A: </h3></center>
|
||||
<% for (var i = 0; i < qa.length; i++) { %>
|
||||
<hr>
|
||||
<table>
|
||||
<table style="width:100%">
|
||||
<td style="vertical-align:middle;text-align:center;width:5%">
|
||||
<h2 >
|
||||
<%= i %>
|
||||
</h2>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<td >
|
||||
|
||||
<b>
|
||||
<%= qa[i].q %>
|
||||
|
Reference in New Issue
Block a user