Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<table width=100%><tr><td [red]align=center[/red]>Website goes here</td></tr></table>
<!-- ImageReady Slices (hain.psd) -->
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="images/Abstandhalter.gif" WIDTH=27 HEIGHT=1></TD>
<TD>
<IMG SRC="images/Abstandhalter.gif" WIDTH=24 HEIGHT=1></TD>
<TD>
<IMG SRC="images/Abstandhalter.gif" WIDTH=49 HEIGHT=1></TD>
<TD>
<IMG SRC="images/Abstandhalter.gif" WIDTH=47 HEIGHT=1></TD>....
[red]<TABLE width=100%><TR><TD align="center">[/red]
<!-- ImageReady Slices (hain.psd) -->
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="images/Abstandhalter.gif" WIDTH=27 HEIGHT=1></TD>
<TD>...
...
<IMG SRC="images/Abstandhalter.gif" WIDTH=1 HEIGHT=64></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
[red]</TD></TR></TABLE>[/red]
<html>
<body>
<table [b][COLOR=red]align="center"[/color][/b] border="1">
<tr>
<td>this is my table</td>
<td>how do you like it?</td>
</tr>
<tr>
<td>this is the bs way to center it</td>
<td>pretty lame, huh?</td>
</tr>
</table>
</body>
</html>
<html>
<body>
[b][COLOR=red]<div id="tableContainer" style="text-align:center">[/color][/b]
<table [b][COLOR=red]style="margin:0 auto;"[/color][/b] border="1">
<tr>
<td>this is my table</td>
<td>how do you like it?</td>
</tr>
<tr>
<td>this is the proper way to center it</td>
<td>100% validation friendly</td>
</tr>
</table>
[b][COLOR=red]</div>[/color][/b]
</body>
</html>