Re: All the help you can give me pt 3 html css
Posted: Sat 30 Oct 2010 9:45 am
font-weight: bold;pacificblue03 wrote:how in CSS do i make the txt headings and the data text in (bold) ?
Support forum for Cumulus weather station software
https://cumulus.hosiene.co.uk/
font-weight: bold;pacificblue03 wrote:how in CSS do i make the txt headings and the data text in (bold) ?
I don't think you can do that in CSS. CSS is a stylesheet for the presentation (colours, formats etc.) of your HTML pages.pacificblue03 wrote: and one more thing if it is to do with css in the conditions at (time) after that how do i add a timer to when the next set of data will be uploaded like a countdown in a way?
perhaps 360 seconds then since some users dont know what refresh isSynewave wrote:I don't think you can do that in CSS. CSS is a stylesheet for the presentation (colours, formats etc.) of your HTML pages.pacificblue03 wrote: and one more thing if it is to do with css in the conditions at (time) after that how do i add a timer to when the next set of data will be uploaded like a countdown in a way?
You would probably have to look for some Javascript to do a countdown timer. But I see you are refreshing your whole page every 190 seconds. That method can be very annoying to the user, I would suggest allowing the user to press F5 to refresh.
Sorry Antonio, I thought you had previously said in this thread that you were getting much better at CSS?pacificblue03 wrote:also for the font-weight: bold; where in the css line/s does that go in?
Code: Select all
.td_temperature_data {
background-color: #84FF99;
}
Code: Select all
.td_temperature_data {
background-color: #84FF99;
font-weight: bold;
}
O yess im getting better at it but not expert you see i have HEAPS to learn thanks will try thisSynewave wrote:Sorry Antonio, I thought you had previously said in this thread that you were getting much better at CSS?pacificblue03 wrote:also for the font-weight: bold; where in the css line/s does that go in?
Anyway, for example in the CSS locate:Add the line as follows:Code: Select all
.td_temperature_data { background-color: #84FF99; }Do the same for the other data styles i.e. rainfall etc.Code: Select all
.td_temperature_data { background-color: #84FF99; font-weight: bold; }
I'm sure most users visiting a website would know what refresh is, you could always put a note on your index page that says "Press F5 to refresh the data".pacificblue03 wrote:perhaps 360 seconds then since some users dont know what refresh is
pacificblue03 wrote:...and one more thing if it is to do with css in the conditions at (time) after that how do i add a timer to when the next set of data will be uploaded like a countdown in a way?
Indeed, Paul, some JavaScript is needed to automatically refresh a page without any user's action.Synewave wrote:You would probably have to look for some Javascript to do a countdown timer. But I see you are refreshing your whole page every 190 seconds. That method can be very annoying to the user, I would suggest allowing the user to press F5 to refresh.
Yes, seems to be working fine now.pacificblue03 wrote:Is my realtime loading now?
ok will remove it nowSynewave wrote:I'm sure most users visiting a website would know what refresh is, you could always put a note on your index page that says "Press F5 to refresh the data".pacificblue03 wrote:perhaps 360 seconds then since some users dont know what refresh is
Well, I'm afraid it's almost unreadable here.pacificblue03 wrote:Small update what do you guys think of my new menu bar and its location color and effects?
o no what browser are you using?Gina wrote:Well, I'm afraid it's almost unreadable here.pacificblue03 wrote:Small update what do you guys think of my new menu bar and its location color and effects?
Well i thought i would give it a go and see the feedback over the next week so far 4 out of 7 people like it like this.Synewave wrote:Not quite sure why you've done that, my eyes can only look at one graph at a time so I prefer to click on the thumbnail I'm interested in viewing. Personal taste I guess.