Author Topic: A little script help  (Read 716 times)

0 Members and 1 Guest are viewing this topic.

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
A little script help
« on: August 09, 2018, 07:08:37 PM »
You can see in the pic that my aqi reading is running into the time stamp. Ive been trying to bump it down, but nothing seems to work. Here's the part of the script.

Code: [Select]

<table style="width: 100%">
<tr>

</tr>';
if ($showtitle == 1);
{
echo '<tr>
<th class="auto-style9"><h2>' . $sensorname . '</h2></th>
  </tr>';
}
if ($showtimestamp == 1);
{
echo '
<tr>
<th class="auto-style10">' . $sensorstamp . '</th>
</tr>';
}
echo '
<tr>
<th style="width: 100%"><span class="auto-style8">' . $AQIshortterm . '</span></th>
</tr>
<tr>
<th class="auto-style15" style="width: 100%" font-size="large"><strong>' . $Description . '</strong></th>
</tr>
';

"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
Re: A little script help
« Reply #1 on: August 09, 2018, 07:49:17 PM »
Figured it out.
"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture