On Tuesday, January 15, 2019 at 8:45:11 AM UTC-5, Johannes Ebner wrote: > > This is the main site with skin "neowx" > https://wetter.familie-ebner.at/ >
it looks like you included the 'compact' forecast display, and have not included the corresponding 'forecast_compact.css' that controls its layout. try including the css file at the beginning of the html template page: <link rel='stylesheet' type='text/css' href='forecast_table.css' /> and be sure that the css is in the list of files copied to the report destination (look at the list of files in the CopyGenerator of your skin.conf) m -- 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]. For more options, visit https://groups.google.com/d/optout.
