• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

ClickClick
#1 Posted : Friday, January 4, 2008 12:01:53 PM(UTC)
ClickClick

Rank: Member

Joined: 6/9/2006(UTC)
Posts: 67

I know the 1st and 3rd columns will have controls in them, so my <form> tag has to be above these controls, and I might even need it in my Header.


Problem is, when I put the <form> tag above my header, my design looks messed up.



Any way to prevent this from happening? (unfort. asp.net won't allow you to have a <form> tag in the header.ascx and the end tag </form> in the footer.ascx.





My default.Master looks like:




<
body>
&lt;uc1:HeaderID="Header1"runat="server"/&gt;</P>&lt;formrunat="server"&gt;</P>&lt;asp:ContentPlaceHolderID="MainContentHolder"runat="server"/&gt;</P>&lt;/form&gt;</P>&lt;uc1:FooterID="Footer1"runat="server"/&gt;</P>
&lt;/
body&gt;

&lt;/
html&gt;

I want it to be:



&lt;[2]body&gt;

[2]&lt;
formrunat="server"&gt;
[/2]
&lt;uc1:HeaderID="Header1"runat="server"/&gt;</P>&lt;asp:ContentPlaceHolderID="MainContentHolder"runat="server"/&gt;

&lt;uc1:FooterID="Footer1"runat="server"/&gt;</P>
&lt;/form&gt;

&lt;/[/2]body&gt;

&lt;/
html&gt;
Cliff
#2 Posted : Friday, January 4, 2008 11:01:36 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Do you have a screenshot or a link? Which theme are you working with?

The .Net form in the master page should look like your second example, and it should only exist in your master pages, and only once.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012