SharePoint中。自定义按钮

时间:2014-07-28 07:42:43

标签: sharepoint

我有一个SharePoint网站,我希望所有按钮都位于中心并且可见,但是其中一些按钮不在边框内,我用另一个带有按钮的网站替换了我的文件Default.aspx(我还复制了Image文件夹和我需要的所有文件)。但是在我的网站中,所有按钮都放在左边,我希望它们位于中心位置。 我能做什么? enter image description here

例如,这是带有电话的按钮代码:

<tr>
                    <td width="181" height="120" rowspan="1" colspan="1" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px">
                        <div class="mosaic-news right">
                            <div class="mosaic-overlay"> 
                                <a href="http://workpoint.company.corp/teams/TEM1/BAT%20IS/Pages/Telephony_rus.aspx" style="display: block">
                                <img class="teams" src="images/rus/telephony.png" alt=""/> 
                            </div>
                            <div class="details">
                                            <!-- INNER TEXT --> 
                                <div style="position: absolute; width: 182px; height: 120px">
                                    <p class="sq_section" style="top: 50%;height: 120px; margin-top: 40px;">Fabric phones<br/>and phones</p>
                                </div>
                                </a>
                                            <!-- END -->
                            </div>
                        </div>
                    </td>
                </tr>
                <tr>

0 个答案:

没有答案