|
不知道楼主想怎么样,是独立网页上使用还是论坛发帖使用,如果是独立网页使用可以用CSS设置。具体方法可以查阅一下相关的教程。
代码如下:-
- <html>
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>测试网页</title>
- </head>
- <style type="text/css">
- <!--
- body{background-color: #000;}
- A{FONT-SIZE: 12px;COLOR: #00000;TEXT-DECORATION: none;line-height: 160%}
- #001 { position:relative; top:0px; left:600px; }
- #002 { position:relative; top:-18px; left:700px; }
- #003 { position:relative; top:-36px; left:810px; }
- #004 { position:relative; top:-54px; left:920px; }
- #005 { position:relative; top:-72px; left:1030px; }
- #006 { position:relative; top:100px; left:600px; }
- #007 { position:relative; top:82px; left:700px; }
- #008 { position:relative; top:64px; left:810px; }
- #009 { position:relative; top:48px; left:920px; }
- #010 { position:relative; top:30px; left:1030px; }
- #011 { position:relative; top:180px; left:600px; }
- #012 { position:relative; top:162px; left:700px; }
- #013 { position:relative; top:144px; left:810px; }
- #014 { position:relative; top:128px; left:920px; }
- #015 { position:relative; top:110px; left:1030px; }
- --></style>
- <body>
- <div align="center">
- <table border="0" width="1150" id="table1" cellspacing="0" cellpadding="0" background="http://bbs.ahys.gov.cn/attachments/month_0905/0905182250a2a73d21319b7586.jpg" height="675">
- <tr><td>
- <div id="001">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922115842330/edit/" target=_blank>
- 在线工具</FONT></A></div>
- <div id="002">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/7995933820092212230520/edit/" target=_blank>
- 视频教程</FONT></A></div>
- <div id="003">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/7995933820092212639562/edit/" target=_blank>
- 著名网站</FONT></A></div>
- <div id="004">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/7995933820092212944191/edit/" target=_blank>
- 读书工具</FONT></A></div>
- <div id="005">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121057375/edit/" target=_blank>
- 专题频道</FONT></A></div>
- <div id="006">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121249557/edit/" target=_blank>
- 精彩图库</FONT></A></div>
- <div id="007">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/7995933820092212142926/edit/" target=_blank>
- 在线书架</FONT></A></div>
- <div id="008">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121747123/edit/" target=_blank>
- 音乐网址</FONT></A></div>
- <div id="009">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121952520/edit/" target=_blank>
- 法律顾问</FONT></A></div>
- <div id="010">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121952520/edit/" target=_blank>
- 考试网址</FONT></A></div>
- <div id="011">
- <IMG src="forumme.gif" border=0> <A href="http://bbs.ahys.gov.cn/blog.163.com/xuhuangjin@yeah/blog/static/79959338200922121952520/edit/" target=_blank>
- 大学网站</FONT></A></div>
- <div id="012">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922122332237/edit/" target=_blank>
- 法律信息</FONT></A></div>
- <div id="013">
- <IMG src="forumme.gif" border=0> <A href="http://blog.163.com/xuhuangjin@yeah/blog/static/79959338200922122332237/edit/" target=_blank>
- 为您查询</FONT></A></div>
- <div id="014">
- <IMG src="forumme.gif" border=0> <A href="" target=_blank>
- 网上购物</FONT></A> </div>
- <div id="015">
- <IMG src="forumme.gif" border=0> <A href="" target=_blank>
- 软件下载</FONT></A></div>
- </TABLE></td>
- </tr>
- </table>
- </div>
-
- </body>
-
- </html>
复制代码 |
|