On Monday, March 26, 2018 at 4:42:24 AM UTC-4, Riccardo Moretti wrote: > > Hi I would like to add two images to the standard skin that Im customizing, > > a radar image and synoptic chart, (and im basing it on the radar_img on > the standard skin).. > however when the page loads the radar image seems to flood the page and is > not confined to the table on the left. >
this is almost impossible to diagnose without the full html and full css (and everything they reference). you can probably figure it out pretty quickly by using the developer mode in your web browser. start by viewing the html source (or run html lint) - there could be some stray html tags that are breaking your formatting. then use the inspector (or similar tool) in developer tools to see exactly what css is applied to each element. 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.
