Add Header Image
Ein Headerbild lässt sich ebenfalls sehr einfach hochladen. Es muss ebenfalls im HTML gemacht werden, erfordert aber nur wenige Schritte.Adding a header image is also very easy. You have to do it in the HTML as well, but there are very few steps to it.
1. Upload Image
Ihr brauch als erstes eine URL für euer Bild, ladet es also irgendwo hoch.First you need an image URL, so the first thing to do is upload your image somewhere.
2. Open HTML
3. Replace
Sucht nachSearch for
<div id='header'>
Und dann ersetzt ihr den gesamten Inhalt bis zum schliessenden div-Tag durch einen image Tag.
And then you want to replace the full content until the closing div-tag with an image tag.
Vorher
Before
<div id='header'><h1><a expr:href='data:blog.homepageUrl'><data:blog.title/></a></h1>
<br/>
<span style='font-size: 100%; text-align: center; position: relative; top: -10px; margin-left: -50px;'><span class='fa-stack fa-1x'>
<i class='fa fa-circle fa-stack-2x' style='color:#74a9a9;'/>
<i class='fa fa-heart fa-stack-1x' style='color: #2a5c5e '/>
</span>
<span class='fa-stack fa-1x'>
<i class='fa fa-circle-o fa-stack-2x' style='color:#3c2d22;'/>
<i class='fa fa-heart fa-rotate-180 fa-stack-1x' style='color: #74a9a9;'/>
</span>
<span class='fa-stack fa-1x'>
<i class='fa fa-circle fa-stack-2x' style='color:#b52439;'/>
<i class='fa fa-heart fa-stack-1x' style='color: ivory;'/>
</span></span></div><!--/header-->
Nachher
After
<div id='header'><img src="URL" /></div><!--/header-->
Ersetzt URL durch eure Bild-URL.
Replace URL with your imageURL
4. Save
Speichern und fertig :)Save and your done edit
Keine Kommentare:
Kommentar veröffentlichen