I solved it this way (after reading up on bootstrap):

<div class="row eq-stats-row">         

   <br>

   <!-- DWD Warnstatus -->

    <div class="row">

      <div class="col-md-6 col-sm-12 stn-quick-stats border-right">

       <div class="stats-title">

         <a href="
https://www.dwd.de/DWD/warnungen/warnstatus/SchilderHA.jpg";><img src="
https://www.dwd.de/DWD/warnungen/warnstatus/SchilderHA.jpg"; width="150%" 
height="150%"></a>

        </div>

       </div>


      <div class="col-md-6 col-sm-12 stn-quick-stats border-left">

       <div class="stats-title">

         #include raw "dwd/warn-HI.inc"

       </div>

      </div>

    </div>

     <br>

</div>

On Tuesday, July 23, 2024 at 3:26:13 PM UTC+2 Stefan Gliessmann wrote:

> I am trying to display an image next to the weather warn message from the 
> dwd weewx extension.
>
> However, this is what I get (above each other and not next to each other):
> [image: Screenshot 2024-07-23 at 15.23.17.png]
>
> This is the content of the inc file:
>
> <br>
>
> <div class="container">
>
>   <div class="row">
>
>     <div class="col">
>
>       <a href="https://www.dwd.de/DWD/warnungen/warnstatus/SchilderHA.jpg
> "><img src="https://www.dwd.de/DWD/warnungen/warnstatus/SchilderHA.jpg"; 
> width="40%" height="40%"></a>
>
>     </div>
>
>     <div class="col">
>
>       #include raw "dwd/warn-HI.inc"
>
>     </div>
>
>   </div>
>
> </div>
>
>
> Any hint would be highly appreciated!
>
>
> TIA,
>
> Stefan
>
>
>

-- 
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/1292fd5d-2daa-4b62-9f17-08ea7fbe90c4n%40googlegroups.com.

Reply via email to