Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑问] 这组代码中怎么增加点击进网站的代码?实现广告的目的

[复制链接]
宁海格子铺 发表于 2011-3-9 11:13:41 | 显示全部楼层 |阅读模式
  1. <table height="161" cellspacing="0" cellpadding="0" width="940" border="0">
  2. <tbody>
  3. <tr>
  4. <td width="940">
  5. <p><marquee style="relative: " scrollamount="1" behavior="alternate" width="940" height="123">
  6. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_110.jpg" />

  7. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_111.jpg" />

  8. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_115.jpg" />

  9. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_116.jpg" />

  10. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_117.jpg" />

  11. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_118.jpg" />

  12. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_121.jpg" />

  13. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_122.jpg" />

  14. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_123.jpg" />

  15. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_150.jpg" />

  16. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_151.jpg" />

  17. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_152.jpg" />

  18. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_153.jpg" />

  19. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_154.jpg" />

  20. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_155.jpg" />

  21. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_156.jpg" />

  22. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_157.jpg" />

  23. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_158.jpg" />

  24. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_159.jpg" />

  25. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_160.jpg" />

  26. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_161.jpg" />

  27. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_162.jpg" />

  28. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_171.jpg" />

  29. <img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_172.jpg" />

  30. </marquee></p>
  31. </td>
  32. </tr>
  33. </tbody>
  34. </table>
复制代码

回复

使用道具 举报

12153556 发表于 2011-3-9 11:32:09 | 显示全部楼层
本帖最后由 12153556 于 2011-3-9 11:33 编辑

可以参考以下的增加

  1. <a href="网站地址"><img height="123" width="123" border="0" alt="" src="http://nhxzj.com/NBHX/big_155.jpg" /></a>
复制代码

自己对比修改

评分

1

查看全部评分

回复

使用道具 举报

 楼主| 宁海格子铺 发表于 2011-3-9 12:00:49 | 显示全部楼层
12153556 发表于 2011-3-9 11:32
可以参考以下的增加

自己对比修改

谢谢
回复

使用道具 举报

 楼主| 宁海格子铺 发表于 2011-3-9 15:21:46 | 显示全部楼层
12153556 发表于 2011-3-9 11:32
可以参考以下的增加

自己对比修改

还有速度怎么调?
回复

使用道具 举报

12153556 发表于 2011-3-9 15:47:50 | 显示全部楼层
什么速度?
回复

使用道具 举报

huihui0103 发表于 2011-3-9 16:02:38 | 显示全部楼层
宁海格子铺 发表于 2011-3-9 15:21
还有速度怎么调?

建议搜索一下基本的HTML用法 你会发现很简单
回复

使用道具 举报

 楼主| 宁海格子铺 发表于 2011-3-9 20:51:50 | 显示全部楼层
12153556 发表于 2011-3-9 15:47
什么速度?

移动的速度
回复

使用道具 举报

 楼主| 宁海格子铺 发表于 2011-3-9 20:52:28 | 显示全部楼层
huihui0103 发表于 2011-3-9 16:02
建议搜索一下基本的HTML用法 你会发现很简单

我也想学

但自己就是搞不透

在互动中学习更方便
回复

使用道具 举报

beijing200808 发表于 2011-3-10 09:25:34 | 显示全部楼层
marquee移动的速度由scrollamount的值控制,修改一下它的值就可以
回复

使用道具 举报

 楼主| 宁海格子铺 发表于 2011-3-10 09:42:25 | 显示全部楼层
beijing200808 发表于 2011-3-10 09:25
marquee移动的速度由scrollamount的值控制,修改一下它的值就可以

好的

谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-12 19:10 , Processed in 0.108341 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表