0 Members and 1 Guest are viewing this topic.
Question;The forecast discussion paragraph (nice feature) is printing subsequent lines with no initial capitilization; Can this be changed? Also can "this discussion continues at www.642weather.com " be made an href in the $reports from section? I can't figure out a proper syntax.Thanks,Jack
<b><?php $reports_from; ?></b>
// 'Reports from [station name] at [neighborhood]';$reports_from = 'Reports from Chucks Weather Station at N Kendrick Ave., near Clay St.';
<b><?php print $reports_from; ?></b>