center the object
-
Hi.. I'm like to ask about C# web application. I doing a web application project but i got one problem. If i designing a menu, how can i make it in the centre no matter how we resize the frame. I have put it in the table but now is that when i minimize the web page it is no longer center anymore.. Anyone who knows what icons or method to make it centre of the page alway.. Thankz.. Cheese_kid =p
-
Hi.. I'm like to ask about C# web application. I doing a web application project but i got one problem. If i designing a menu, how can i make it in the centre no matter how we resize the frame. I have put it in the table but now is that when i minimize the web page it is no longer center anymore.. Anyone who knows what icons or method to make it centre of the page alway.. Thankz.. Cheese_kid =p
What kind of menu is it? If it is a table then you can use align="center" tag. If you are talking about menu items as links in individual rows then use
Cheese_kid wrote:
but now is that when i minimize the web page it is no longer center anymore..
Really, if you minimize it you should not be able to see it let alone centre it. ;-)
-
What kind of menu is it? If it is a table then you can use align="center" tag. If you are talking about menu items as links in individual rows then use
Cheese_kid wrote:
but now is that when i minimize the web page it is no longer center anymore..
Really, if you minimize it you should not be able to see it let alone centre it. ;-)