Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Na das musst in HTML mit CSS erstellen, vielleicht auch noch mit PHP. Kommt halt drauf an wie deine Homepage erstellt ist, CMS, Feste HTML Seiten oder Dynamische PHP Seiten?ich brauche einmal ein Komplettes Design für meine Homepage
Wie machst deine Homepage wenn noch nicht ein mal ein einfaches bild einfügen kannst?Wie binde ich das bild ein
<img src="bildpfad.jpg">
brauche einmal ein Komplettes Design für meine Homepage
<img width="750px" heigt="498px" alt="SEHR KURZE BESCHREIBUNG DES BIDLES" title="SEHR KURZE BESCHREIBUNG DES BIDLES" src="http://www.4tours.de/cms/upload/sport/Wimbledon.jpg">
in dem die px kleiner machst, das sollte man aber nur minimal machen, besser/richtig kleineres bild einfügen oder peer CMS oder PHP aus dem großen automatisch ein kleineres machen lassen, aber das würde jetzt zuweit führen.Wie verkleinere ich das Bild?
<img width="150px" heigt="120px" alt="SEHR KURZE BESCHREIBUNG DES BIDLES" title="SEHR KURZE BESCHREIBUNG DES BIDLES" src="http://www.4tours.de/cms/upload/sport/Wimbledon.jpg">
<img width="150px" heigt="120px" alt="Bild für Domain" title="SEHR KURZE BESCHREIBUNG DES BIDLES" src="http://www.4tours.de/cms/upload/sport/Wimbledon.jpg">
<H1 ALIGN="center"><B>Veranstaltungen 2011</B></H1>
<table border="0">
<tr>
<td valign="top"><H4 ALIGN>Kreismeisterschaften in GW-Fulda.</H4></td>
<td><img width="150" height="120" alt="Bild für Domain" title="SEHR KURZE BESCHREIBUNG DES BIDLES" src="http://www.4tours.de/cms/upload/sport/Wimbledon.jpg"></td>
</tr>
</table>
<H4 ALIGN>Bezirksmeisterschaften in Hünfeld</H4>
<H4 ALIGN>Gaalbern Trophy am 11.6.</H4>
<H4 ALIGN>JOB AG OPEN 2011 von 3.-7. August</H4>
<H4 ALIGN>Clubmeisterschaften mit Oktoberfest am 3./4. September</H4>
Kenne HTML perfekt aber bei Grafiken und Designs hängt es übelst.