Hi,
I've got a webpage developed in Visual Studio designer. It's a copy of another page, modified slightly. The original page formatting is fine. However the copied page, which consists of multiple panels and hundreds of labels, looks fine until half way down when the formatting goes very strange. 1/2 of the labels are supposed to have a clear background, as are the panels, and the other 1/2 of the labels are supposed to have grey backgrounds. When the page is displayed in the browser, from half way down, everything (all panels and all labels) have grey backgrounds and there's also an inexplicable empty grey space placed slap bang in the middle of one of the sections. I'm not an html expert at all, and know nothing about CSS, so I'm wondering if anyone can help me.
I'm posting the HTML for the bit of the page where it all goes drastically wrong below. If you think I should post all of the HTML, please let me know.
Thanks in advance.
Julia
I've got a webpage developed in Visual Studio designer. It's a copy of another page, modified slightly. The original page formatting is fine. However the copied page, which consists of multiple panels and hundreds of labels, looks fine until half way down when the formatting goes very strange. 1/2 of the labels are supposed to have a clear background, as are the panels, and the other 1/2 of the labels are supposed to have grey backgrounds. When the page is displayed in the browser, from half way down, everything (all panels and all labels) have grey backgrounds and there's also an inexplicable empty grey space placed slap bang in the middle of one of the sections. I'm not an html expert at all, and know nothing about CSS, so I'm wondering if anyone can help me.
I'm posting the HTML for the bit of the page where it all goes drastically wrong below. If you think I should post all of the HTML, please let me know.
Thanks in advance.
Julia
Code:
<asp:Panel id="TextPanel" runat="server" Height="522px" Width="856px">
<asp:label id="Label114" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="30px"
Width="856px" Font-Bold="True" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"
BorderColor="Black">Text</asp:label>
<asp:label id="Label113" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Shipping instructions:</asp:label>
<asp:label id="ShippingInstructionsLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label111" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Packing instructions:</asp:label>
<asp:label id="PackingInstructionsLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label110" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Routing instructions:</asp:label>
<asp:label id="RoutingInstructionsLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label109" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Billing instructions:</asp:label>
<asp:label id="BillingInstructionsLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label108" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Text for packing list:</asp:label>
<asp:label id="PackingListLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="48px"
Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label107" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Ship marks:</asp:label>
<asp:label id="ShipMarksLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="48px"
Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label106" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px"> End use (platform):</asp:label>
<asp:label id="EndUsePlatformLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label105" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">Intermediate consignees:</asp:label>
<asp:label id="IntermediateConsigneesLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label104" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="40px"
Width="96px">General information:</asp:label>
<asp:label id="GeneralInformationLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="48px" Width="704px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label103" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="48px"
Width="224px">Instructions to be flowed down by GS order inter-co purchasing:</asp:label>
<asp:label id="InstructionsLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="48px"
Width="600px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
</asp:Panel>
<asp:Panel id="ADataPanel" runat="server" Height="114px" Width="856px">
<asp:label id="Label120" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="30px"
Width="856px" Font-Bold="True" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"
BorderColor="Black">Additional data A</asp:label>
<asp:label id="Label119" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="16px"
Width="120px">Sold to category:</asp:label>
<asp:label id="SoldToCatLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="24px"
Width="240px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label118" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="16px"
Width="160px">Sold to business type:</asp:label>
<asp:label id="SoldToBusinessLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="24px" Width="240px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label117" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="16px"
Width="120px">Contract type:</asp:label>
<asp:label id="ContractTypeLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="24px"
Width="240px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label116" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="16px"
Width="160px">Country of end use:</asp:label>
<asp:label id="CountryEndUseLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana"
Height="24px" Width="240px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
<asp:label id="Label115" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="16px"
Width="120px">Pricing type:</asp:label>
<asp:label id="PricingTypeLabel" runat="server" Font-Size="X-Small" Font-Names="Verdana" Height="24px"
Width="240px" BackColor="#D9D5D2" BorderWidth="1px" BorderStyle="Solid"></asp:label>
</asp:Panel>