Is there a way to resize the contentplaceholder without using table and/or div? I'm coming from Macrmedia DreamWeaver and in DW's editable region, there is no specific size that is required.
A ContentPlaceHolder doesn't render any HTML so it doesn't matter what size it is (it's size in the designer will be determined by any container that it is placed in).
Thank you for the response. From other threads I've read off the Internet, that seems to be the answer...the problem is that it doesn't work in my case.
Here's what I have:
<div id="header">
<h1>
<asp:ContentPlaceHolder ID="header" runat="server">Header goes here</asp:ContentPlaceHolder>
</h1>
<p>
<asp:ContentPlaceHolder ID="Content" runat="server">breadcrumb goes here</asp:ContentPlaceHolder>
</div>
<div id="content">
<asp:ContentPlaceHolder ID="Content" runat="server">
</asp:ContentPlaceHolder>
</div>
And here's part of the CSS that controls the header DIV:
Anyway when the breadcrumb contentplaceholder and header is put on, the all three contentplaceholder shift all the way to the bottom of the page and I can't even preview. There are errors when trying to preview.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.