Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<div class="textBox">H a l l o W e l t</div>
div.textBox {
width:15px;
text-align:left;
}
<style>
div.textBox {
width:10px;
text-align:left;
}
</style>
<div class="textBox" style="width: 17; height: 100%">H a l l o W e l t</div>
{if is_array($menue_right)} {foreach from=$menue_right item=haupt_menu name=hauptmenu}
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table border="0" width="62" cellspacing="0" cellpadding="0">
<tr>
<td width="62" background="http://www.pintax.de/test/menu.gif" height="128">
<table border="0" width="28" align="right" height="128" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="textBox"><a {$haupt_menu.link_opt} href="index.php{$haupt_menu.link}" class="tright"><font color="#FFFFFF">{$haupt_menu.name}</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">{if is_array($haupt_menu.submenu)} {foreach from=$haupt_menu.submenu
item=unter_menu name=untermenu}
<table border="0" width="170" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="top"><a {$unter_menu.link_opt} href="index.php{$unter_menu.link}" class="right">{$unter_menu.name}</a></td>
</tr>
</table>
{/foreach}{/if}<br>
</td>
</tr>
</table>
{/foreach}{/if
<style>
div.textBox {
width:3px;
text-align:left;
}
</style>
<div class="textBox"><a href="index.php{$haupt_menu.link}">{$unter_menu.name}</a></div>