How to centralise page according to resolution of user system
-
I have developed table less page using div. Check www.rpgwebsolutions.com/nutrition/index.html but I am not able to centralize the page according to resolution of user. Please suggest method supported by all browsers. I will prefer using css Data must not get centralise only div containing data.
-
I have developed table less page using div. Check www.rpgwebsolutions.com/nutrition/index.html but I am not able to centralize the page according to resolution of user. Please suggest method supported by all browsers. I will prefer using css Data must not get centralise only div containing data.
Use a clickety link next time (the link[^] button at the bottom of the reply page) so people don't have to copy/paste your link.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
I have developed table less page using div. Check www.rpgwebsolutions.com/nutrition/index.html but I am not able to centralize the page according to resolution of user. Please suggest method supported by all browsers. I will prefer using css Data must not get centralise only div containing data.
I think you just need to use
.Layer7 { text-align: center; }
to center the main div. If that causes the rest of your page to center then add another div
.outter { text-align: center; }
.Layer7 { text-align: left; }Todd Smith
-
I have developed table less page using div. Check www.rpgwebsolutions.com/nutrition/index.html but I am not able to centralize the page according to resolution of user. Please suggest method supported by all browsers. I will prefer using css Data must not get centralise only div containing data.