|
Great, if you have access to the script that generates the forecast, you should be able to determine what is making the space.
A few tips:
1-Add borders, temporarily:
Put border=1 to these tables, and through css: "border: 1px solid red" to the divs:
#today
#pos_forcast
and to that div that has clear left.
By adding a border to it you can see which one takes the 300px. Even if that doesn't solve the problem will show you which of the elements must be fixed.
Once you find the element, make sure it doesn't have any margin or padding applied.
2-remove the PHP variables,
$forecast_data
$forecast_day, etc...
That will leave only the empty HTML, and you can see easily what is causing troubles.
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
|