سؤال

لدي تخطيط الصفحة التالية.كل شيء جيد باستثناء محاذاة WebPart في كل مكان بعد التقديم.أين هو المحاذاة في خصائص WPZ؟أو كيف يمكنني الحصول على هذا ثابت؟

شكرا giveacodicetagpre.

هل كانت مفيدة؟

المحلول 2

I added vertical-align:top inside the and that seems to do the job.

<td style="vertical-align:top">                             
                                <WebPartPages:WebPartZone id="TopLeftWPImage" runat="server" title="TopLeftWPImage"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
                            </td>

نصائح أخرى

Add another content placeholder so you can add your CSS to postion things properly:

<asp:Content ContentPlaceholderID="PlaceHolderAdditionalPageHead" runat="server">
//CSS link goes here or a style tag
</asp:Content>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top