how to display contplaceholder in the center of the browser [closed]
can somebody tell me how can i open my contentplaceholder in the center of the browser.
The contentplaceholder
itself does not render any html. You can however put a div around the contentplaceholder
in your masterpage and assign any css style to it.
In order to center a div in css you need to use
margin-left: auto;
margin-right: auto;
Hope it helps
精彩评论