I was trying to get some weather on a site for a client. I downloaded their file, copied the code and pasted into my DW document. DW kept cutting off.
The page with the problem is
While works.
I ended up having to edit the code in BBEdit Lite. DW just would not put the end of the weather script on.
The weather code should be
But DW keeps cutting off after
as seen in the test3col example.
Even after I have corrected with BBEdit and uploaded, if I open the document in DW, it cuts off.
Has anyone seen this?
I have DW MX on Mac OS 10.3.9.
I've never seen the code being overwritten by DW like that.
Ideas?
Thanks,
Donna
The page with the problem is
While works.
I ended up having to edit the code in BBEdit Lite. DW just would not put the end of the weather script on.
The weather code should be
Code:
<!-- BEGIN WEATHER -->
<div id="weather">
<div style="width: 120px; height: 60px; background-image: url([URL unfurl="true"]http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/clouds_120x60_bg.jpg%20);[/URL] background-repeat: no-repeat; background-color: #;">
<div style="height: 48px;">
<script src="[URL unfurl="true"]http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2.asp?partner=netweather&tStyle=normal&logo=1&zipcode=19958&lang=eng&size=7&theme=clouds&metric=0&target=_blank"></script>[/URL]
</div>
<div style="text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #;">
<a style="color: #" href="[URL unfurl="true"]http://www.accuweather.com/us/DE/LEWES/19958/city-weather-forecast.asp?partner=netweather&traveler=0"[/URL] target="_blank">Weather Forecast</a></div>
</div>
</div>
<!--END WEATHER -->
But DW keeps cutting off after
Code:
lang=eng
as seen in the test3col example.
Even after I have corrected with BBEdit and uploaded, if I open the document in DW, it cuts off.
Has anyone seen this?
I have DW MX on Mac OS 10.3.9.
I've never seen the code being overwritten by DW like that.
Ideas?
Thanks,
Donna