I don't know that skin, but I did something similar for the old standard skin.
For a single image, you need to add a line to the template (index.html.tmpl probably) like <div id = "banner"> <img id="banner" src="backgrounds/my_picture.jpg" alt="my_picture"/> </div> I wrote a little bit of javascript to rotate different pictures under the banner and if you're interested you can find it in the index.html.tmpl here: https://github.com/PeterQuinn925/weewx_skin/blob/master/index.html.tmpl On Thu, Jan 2, 2020 at 12:28 PM Mikael Fredriksson <[email protected]> wrote: > Hi! > > Can someone explain how to add a picture at the top of a sofaskin web > page? I only know how to change the color in a .css file, main.css I think > it was... > Like it´s done on this page: http://www.limburgweer.com/index_EN.html > > /Mikael > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/a8e8659a-9954-403b-a3ab-a7128a1a7325%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/a8e8659a-9954-403b-a3ab-a7128a1a7325%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Peter Quinn (415)794-2264 -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA1SM20ma8f2Dd2dKear9wk6-CXnstURqaQzhF2iQMhpAA%2BiNA%40mail.gmail.com.
