SharePoint 2010母版页脚 - 自定义表

时间:2014-10-12 11:51:08

标签: html css sharepoint sharepoint-2010 master-pages

早上好,

可能有点帮助。我用页脚自定义了我的SharePoint母版页。这个页脚有一个表格,分为列。

在其中一个列中,我添加了3个自定义搜索框,一个sharepoint 2010点击计数器webpart以及一些文本和徽标。

但是,当我发布此页面时,并不会显示所有这些元素。我知道页面加载它们,因为当我查看页面的源代码时我可以看到它们,所以我猜它们隐藏在第一个元素下面。

附上我在此表中使用的代码。如果有人能够提供一些建议,我会很高兴。

<table width="350" border="0" cellspacing="0" cellpadding="1">
      <div>
      <tr>
        <td style="height: 22px">

<form action="http://bbmmtoday.bbmmjv.com/_layouts/searchresults.aspx">
    <input type=text name=k placeholder="enter search..." size="32" id=k class="search"><input type="submit" value="search" class="button" >
        </form></td>
      </tr>

      <tr>
        <td>

&nbsp;</td>
      </tr>

        <td>

<form action="http://bbmmtoday.bbmmjv.com/_layouts/searchresults.aspx">
    <input type=text name=k placeholder="enter search..." size="32" id=k class="search"><input type="submit" value="search" class="button" >
        </form></td>
      </tr>
        <tr>

        <td>

&nbsp;</td>
      </tr>
        <td>

<form action="http://bbmmtoday.bbmmjv.com/_layouts/searchresults.aspx">
    <input type=text name=k placeholder="enter search..." size="32" id=k class="search"><input type="submit" value="search" class="button" >
        </form></td>

      </div>
      <tr>
<td>

&nbsp;</td>

      </tr>
      <tr>
<td>

&nbsp;</td>

      </tr>
      <tr>
<td>

&nbsp;</td>

      </tr>
      <tr>
<td>

                      <span lang="en-gb">
<AEPageHitsWebpart:AEPageHits runat="server" Description="Displays the page hit count of the current page" Options="" Title="AE Page Hits Web Part" ImportErrorMessage="Cannot import the AE Page Hits Web Part." IsActive="True" SinceDate="10/11/2014 10:00:00" ChromeType="TitleAndBorder" Template="&lt;div style=&quot;height: 20px; width:200px;background-color:#fead30; Segoe UI;font-family: arial; font-size: 14px; color:#2e3e3f;padding:6px&quot;&gt;&lt;strong&gt;{hits}&lt;/font&gt;&lt;/strong&gt; Page hits since {since}&lt;br&gt;" ID="g_a2b9d6ba_62b2_41b5_8536_21e1972eab00" WebPart="true" __WebPartId="{a2b9d6ba-62b2-41b5-8536-21e1972eab00}" __MarkupType="vsattributemarkup" __designer:IsClosed="false"></AEPageHitsWebpart:AEPageHits></span>

        </td>

      </tr>
      <tr>
        <td valign="top">
                                &nbsp;</td>
      </tr>
      <tr>
        <td valign="top">
                                <span lang="en-gb">&nbsp;Created by <strong>
                                <a href="mailto:%20ray.spiteri@bbmmjv.com" class="style4">Ray 
                                Spiteri</a></strong> and <strong>
                                <a href="mailto:%20tim.quadling@bbmmjv.com" class="style4">Tim Quadling</a></strong></span></td>
      </tr>
      <tr>
        <td valign="top">
                                &nbsp;</td>
      </tr>
      <tr>
        <td valign="top">

                        <img alt="" valign="bottom" align="left" src="http://bbmmtoday.bbmmjv.com/SiteAssets/bbmm%20logo.png" width="286" height="26" /></td>
      </tr>
      <tr>
        <td>
<AEPageHitsWebpart:AEPageHits runat="server" Description="Displays the page hit count of the current page" Options="" Title="AE Page Hits Web Part" ImportErrorMessage="Cannot import the AE Page Hits Web Part." IsActive="False" SinceDate="10/11/2014 09:00:00" ChromeType="None" Template="Page Hits: {hits}" ID="g_5e6becd0_a22c_4549_8b43_f9a7c860a639" WebPart="true" __WebPartId="{5e6becd0-a22c-4549-8b43-f9a7c860a639}" __MarkupType="vsattributemarkup" __designer:IsClosed="false"></AEPageHitsWebpart:AEPageHits></td>
      </tr>
    </table></td>
  </tr>
</table>

1 个答案:

答案 0 :(得分:0)

HTML中有三个可疑内容:

    在之间的元素之后的
  • 元素
  • 和Unpair和
  • 最后两个元素,只有一个开场

所有这些HTML错误意味着它在浏览器上的呈现方式。而且大多数情况下它都是错误的&#34;。因为它不正确。