How to put the webpage in the middle of the screen when I use a master page with header and footer
ASP.NET
5
Posts
2
Posters
0
Views
1
Watching
-
Hi everyone, I am using a master page in my asp.net website. I would like the web content to align in the center like facebook for example. I am using the header and footer in the master page. How can I do it? Thank you.
In the masterpage you will find the tag. Just add
after tag and
before tag. IE:
-
In the masterpage you will find the tag. Just add
after tag and
before tag. IE:
-
funny. It is:
< center > Your code here < /center >
-
funny. It is:
< center > Your code here < /center >