Weather by You!
Templates and Projects support => Html Templates => Topic started by: krmidas on August 02, 2012, 10:45:06 PM
-
I have a question about the page where you can select the month and view the records from that month:
http://http://krmidas.home.comcast.net/~krmidas/cumulus/record.htm
For longest wet and dry period, I'd like to insert the word "to" before the date, as I've done when this statistic is listed on other pages. It doesn't seem to work when I insert it the way it's inserted on the other pages:
[attachment=0:eqoflexx]Capture.JPG[/attachment:eqoflexx]
The above html edit does not insert the word "to" right before the date.
Any suggestions?
-
Hi Tom,
Your "to" is working well! But we see it briefly, as what's inside <span....>...</span>
is replaced by javascript work (There is the "trick" to replace page content)
Then, just place your 'to ' just before <span id='...> and it will not be replaced anymore!
Regards,
Jacques
-
That did the trick!
Many thanks!