|
-
June 8th, 2010, 05:59 AM
#4
Re: How do you set the postion of a web page control?
 Originally Posted by Mike Pliam
Thanks. Tables work. Style sheets are much more complex, but I've made some headway. How do position a asp:ContentPlaceHolder ? Same way using it's id and a # entry in the CSS. 
You don't position a ContentPlaceHolder as it is only a - well placeholder for content.
You position the content via the HTML it renders.
So you could place your ContentPlaceHolder within some HTML div or tables and position those, and that way assure that all content within the placeholder is positioned the same.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|