How to center gauges

Code tips and tricks for beginners
Post Reply
Zim
Posts: 280
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 251 times
Been thanked: 128 times

How to center gauges

Post by Zim »

this is cicciocb's post

You need to add a line like this to define the background color of the whole page
A$ = A$ + |<style> body { background-color: yellow; }</style>| ' this defines the back color of the page (body)

Then you need to add a line like this to center and define the back color of the content
A$ = A$ + |<div align="center" style="background-color:brown;">| ' this permit to define the back color and the alignment (<div>)

cicciocb
Post Reply