Author Topic: How do I make this bigger?  (Read 693 times)

0 Members and 1 Guest are viewing this topic.

Offline chief-david

  • Educational Weather
  • Forecaster
  • *****
  • Posts: 2845
  • Space Academy for Educators
    • Benilde-St. Margaret's Weather
How do I make this bigger?
« on: January 20, 2018, 03:02:22 PM »
Here is the WU map cluster from Saratoga. I would like to increase the size of it on my page.

<?php
include("WU-radar-inc.php");
?>

Same with the forecasts-Make the whole thing larger.
<?php print "<td>$forecasticons[0]</td>\n"; ?><?php print "<td align=\"left\" valign=\"middle\">$forecasttext[0]</td>\n"; ?>
</tr>
<?php print "<td>$forecasticons[1]</td>\n"; ?><?php print "<td align=\"left\" valign=\"middle\">$forecasttext[1]</td>\n"; ?>
</tr>
</table>


<?php
$doPrintNWS = false;
require_once("advforecast2.php"); ?>
<table>
<tr>
<tr align="center" valign="top" bgcolor="#FFFFFF">&nbsp;&nbsp;
<?php print "<td>$forecasticons[0]</td><td>$forecasticons[1]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasticons[2]</td><td>$forecasticons[3]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasticons[4]</td><td>$forecasticons[5]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasticons[6]</td><td>$forecasticons[7]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasticons[8]</td><td>$forecasticons[9]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
</tr>
<tr align="center" valign="top"  bgcolor="#FFFFFF">
<?php print "<td>$forecasttemp[0]</td><td>$forecasttemp[1]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasttemp[2]</td><td>$forecasttemp[3]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasttemp[4]</td><td>$forecasttemp[5]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasttemp[6]</td><td>$forecasttemp[7]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;
<?php print "<td>$forecasttemp[8]</td><td>$forecasttemp[9]</td>\n"; ?>&nbsp;&nbsp;&nbsp;&nbsp;

</tr>
</table>

Main page http://weather.rms.rdale.org



You can't phase me-I teach Middle School.
It's not you-It's WU.