zoukankan      html  css  js  c++  java
  • table

    <table width="99%" border="0" cellpadding="0" cellspacing="0" style="padding-top:20px;">
                            <tr>
                                <td height="130" valign="bottom">
                                        <asp:Repeater id="GiftZheKou" runat="server">
                                           <ItemTemplate>
                                    <div style="float: left; 240px;height:25px;border:0px;padding-left:25px">
                                    <table border="0" cellpadding="0" cellspacing="0" class="body-green">
                                        <tr>
                                            <td>
                                                <div>
                                                    <a href="<%#Eval("ImageLink") %>">
                                                       <img src="/Admin<%#Eval("ImagePath")%>" alt="" width="186" height="72" border="0" /></a>
                                                       <%--<a href="<%#Eval("RowNumber","/Taste/GiftDetail.aspx?RowNumber={0}") %>">
                                                       <img src="/Admin<%#Eval("GiftImg")%>" alt="" width="186" height="72" border="0" /></a>--%>
                                               </div>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td height="25" align="center">
                                                <a href="<%#Eval("ImageLink") %>">
                                                    <%#Eval("Name") %>
                                                </a>
                                                <%--<a href="<%#Eval("RowNumber","/Taste/GiftDetail.aspx?RowNumber={0}") %>">
                                                    <%#Eval("GiftName")%>
                                                </a>--%>
                                                </td>
                                        </tr>
                                    </table>
                                    </div>
                                    </ItemTemplate>
                                    </asp:Repeater>
                                </td>
                            </tr>
                        </table>
  • 相关阅读:
    鼠标滑过,图片放大效果。
    ASP.NET自定义省市级联控件
    C++ Test单元测试工具
    网络超时检测
    电子工程师知识汇整【转】
    DDD进行调试 介绍 转
    VS2008配置PC Lint (静态代码检查工具PCLint)
    【转】三大UML建模工具Visio、Rational Rose、PowerDesign的区别
    第一个corba服务Hello World (转)
    python简介
  • 原文地址:https://www.cnblogs.com/zwei1121/p/1086172.html
Copyright © 2011-2022 走看看