You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
I looked a few things up online about cascasded style sheets & html tags, tried a couple settings with undesireable results; I didn't find anything that answered my question about how to get the effect I'm looking for. Maybe one of you can tell me how to do this.
I simply want the station name, and update time, to be a little bigger and if possible on the same line, in the title bar. I do not need or want the Monthly / Yearly reports thing to be larger if that's achievable. Thanks.
Messy Potamia
unread,
Apr 29, 2023, 3:13:11 AM4/29/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx...@googlegroups.com
I think I found what I wanted, after experimenting:
excerpt from titlebar.inc:
<div id="title_bar">
<div id="title">
<h1 style="font-size:3vw;" class="page_title">$station.location
        $current.dateTime</h1>
</div>