主题 : 请教内容页分页地址区域代码如何写
级别: 初来乍到
UID: 1576427
精华: 0
发帖: 3
威望: 0 点
金钱: 2 两
贡献值: 0 点
PW积分: 0 点
在线时间: 1(时)
注册时间: 2008-03-08
最后登录: 2008-06-16
楼主  发表于: 2008-06-10 09:00

0 请教内容页分页地址区域代码如何写

请教内容页分页地址区域代码如何写,,试了好多次都不行。下面是源代码

如下代码:
<style>
#cms4_zutu_nav1 {
    margin:5px 0;
    text-align:center;
}
#cms4_zutu_nav1 a {
    display:-moz-inline-box; /* Moz FF */
    padding:2px 5px;
    margin:2px 1px;
    line-height:24px;
    font-size:12px;
    color:#686868;
    text-decoration:none;
    cursor:pointer;   
    border:1px solid #ccc;
    background: url();
}
#cms4_zutu_nav1 a:hover {
    color:red;
}
</style>
<div id="cms4_zutu_nav1">
    <a href="http://learning.sohu.com/20080609/n257374946.shtml" title="上一页">上一页</a>
            <a href="http://learning.sohu.com/20080609/n257374946.shtml" title="1">1</a>
                <a href="#" title="2" style="color:red">2</a>
                <a href="http://learning.sohu.com/20080609/n257374946_2.shtml" title="3">3</a>
        <a href="http://learning.sohu.com/20080609/n257374946_2.shtml" title="下一页">下一页</a>
</div>