Skip to content

Commit b82ba7f

Browse files
committed
Fix table again
1 parent 471a267 commit b82ba7f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tigerchat/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
$(function(){
1414
$("#header-element").load("https://scripttiger.github.io/elements/header.html");
1515
});
16-
</script>
17-
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
16+
</script> <table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
1817
cellspacing="0" cellpadding="0" border="0">
1918
<tbody>
2019
<tr>
@@ -25,8 +24,7 @@
2524
<tr>
2625
<td> <br>
2726
</td>
28-
<td style="vertical-align: top; height: 100px; width: 80%;">
29-
<br>
27+
<td style="vertical-align: top; height: 100px; width: 80%;"> <br>
3028
</td>
3129
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
3230
</td>
@@ -54,19 +52,22 @@
5452
<tr>
5553
<td style="vertical-align: top; width: 100%; background-color: white;"><br>
5654
<h1 style="text-align: center; margin-top: 10px;">TigerChat</h1>
57-
<table style="text-align: left; width: 75%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
58-
55+
<table style="text-align: left; width: 75%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
5956
cellspacing="2" cellpadding="2" border="1">
60-
<div id="app"></div>
57+
<tbody>
58+
<tr>
59+
<td style="vertical-align: top; width: 100%; background-color: white;"><br>
60+
<div id="app"></div>
61+
</td>
62+
</tr>
63+
</tbody>
6164
</table>
6265
<br>
6366
Have questions or comments about the content on this page?
64-
ScriptTiger
65-
would love to hear them! Open a new issue in <a target="_blank"
66-
href="https://github.com/ScriptTiger/TigerChat/issues">ScriptTiger's
67-
GitHub
68-
TigerChat repository</a> to have your voice heard!
69-
</td>
67+
ScriptTiger would love to hear them! Open a new issue in <a
68+
target="_blank" href="https://github.com/ScriptTiger/TigerChat/issues">ScriptTiger's
69+
GitHub
70+
TigerChat repository</a> to have your voice heard! </td>
7071
</tr>
7172
</tbody>
7273
</table>
@@ -89,8 +90,7 @@ <h1 style="text-align: center; margin-top: 10px;">TigerChat</h1>
8990
function googleTranslateElementInit() {
9091
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
9192
}
92-
</script>
93-
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td>
93+
</script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td>
9494
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
9595
</td>
9696
</tr>

0 commit comments

Comments
 (0)