首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

dedecms 图片(地图)链接有关问题

2013-04-02 
dedecms 图片(map)链接问题图片如:[imghttp://hi.baidu.com/manager80/album/item/23c0d4c104b1e969e4dd3

dedecms 图片(map)链接问题
图片如:[img=http://hi.baidu.com/manager80/album/item/23c0d4c104b1e969e4dd3ba0.html#][/img]

   图片所在的页面为a.htm  当我点击图片中的01区域时 就跳转到指定的页面比如页面b.htm 其中b.htm中包含有{dede:include filename="head.htm"/}
a.htm中的代码:
    <img width="200" height="340" border="0" usemap="#jmlc" src="/dedecms/templets/new/images/an_019.jpg">
        <map name="jmlc" id="jmlc">
        <area shape="rect" coords="11,17,169,62" href="#"/>
        <area shape="rect" coords="15,76,169,123" href="#"/>
        <area shape="rect" coords="14,138,172,183" href="#" />
        <area shape="rect" coords="16,194,172,246" href="#" />
        <area shape="rect" coords="14,261,176,312" href="#" />
        </map>
我这样写的 href="{dede:global.cfg_indexurl/}/new/b.htm" 当我点击01区域进去时 b.htm中的{dede:include filename="head.htm"/} 还有css等解析不了  请问如何实现啊  

热点排行