1.在Dreamweaver中怎么设置天气预报

2.求~一行天气预报代码(附参考站)

3.求横向不滚动宁波地区的天气预报代码? 急!高分回报!

天气预报代码图_天气预报代码

<iframe width="420" scrolling="no" height="60" frameborder="0" allowtransparency="true" src=""></iframe>

绝对管用 样式可以调整 有不懂的可以问我

在Dreamweaver中怎么设置天气预报

我的网站用的代码:酒嘉市场信息网

这是泰安的天气预报代码,看你需要那种样式

样式一代码:<iframe src="" width=178 height=248 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no align=center id=url></iframe>

样式二代码:<iframe src="" width=178 height=248 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no align=center id=url></iframe>

样式三滚动代码:<iframe src="" width=178 height=21 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no align=center id=url></iframe>

天气代码高级使用方法:

如果您会HTML语言,您还可以在iframe代码中的url后面加参数,如:

chengshi_321.html?c0=F9DC68&c1=white&c2=FEFCE0&t1=red&bg=white&w=178&h=250&text=no

其中 c0 表示 表格第一行背景颜色,c1,c2表示表格其他行间隔的背景颜色,t1表示 标题颜色,bg 表示页面北京颜色,w表示表格宽度 h 表示表格高度

当 text=yes 时,将会出现滚动的天气文字,建议您自己调试看看,如:

chengshi_321.html?c0=red&c1=FF9900&bg=F4FFF4&w=178&h=20&text=yes

注意:颜色请不要加 # 符号,如 #FF9900 请写成 FF9900

欢迎访问我的网站

求~一行天气预报代码(附参考站)

Dreamweaver中设置天气预报,需要插入属下代码:

<iframe src=" "

width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0"

frameborder="0" scrolling="no"></iframe>

那个连接链接到“中国天气”网。

需要其他城市的天气的时,就替换101190801这个字符串。比如我们搜索到上海,看见url是这样:插入天气预报,效果如下:

求横向不滚动宁波地区的天气预报代码? 急!高分回报!

发送到这个网站的一个网址,会自动返回此城市的天气信息。对此信息再格式化就好了。

发送:广州

返回:b4.gif^广州^雷阵雨^26℃ ~ 22℃^微风^紫外线:弱

发送:上海

返回:b3.gif^上海^阵雨转阴^16℃ ~ 13℃^东南风3-4级^紫外线:最弱

至于如何判断访问者是哪一个城市,需要分析其IP地址然后再加判断吧,你到网上找个IP转城市的数据库看看。

在你的网页中实现为个天气预报的功能,在网页适当位置中加入如下代码:

<iframe allowtransparency=true name=weather src= scrolling=no frameborder=0 marginwidth=1 marginheight=1 height=70 width=300></iframe>