| 你好呀,博主~,你的博客很漂亮,想向你请教个问题,你的天气预报和日历,弄的非常漂亮,能告诉我一下是怎么做的吗?盼回复~ 以下为YOYO的回复: 你的博客也很漂亮 在主模板里运用代码,把http://weather.qq.com/inc/ss144.htm替换成你想要的天气预报样式网址(从百度搜有很多) 同样的,把http://www.ik68.cn/swf/3_.swf替换成你想要的日历样式网址。 附:代码 天气预报代码: <IFRAME id=ifm2 align=center marginWidth=0 marginHeight=0 src="/"";http://weather.qq.com/inc/ss144.htm" frameBorder=0 width=189 scrolling=no height=190></IFRAME> 日历代码: <EMBED id=show_swf1 src=http://www.ik68.cn/swf/3_.swf width=183 height=202 type=application/x-shockwave-flash wmode="transparent"> |