Log in

View Full Version : Centralising Web page


traffica
Nov 30, 2004, 06:48 PM
[B]I am having trouble centering the web page in preview mode. It seems to be left justified and we have tried to change the html settings to align centre however this has not worked. I am using program ixla Web Easy for this website.
HELPPPPPPPP :mad:

darrel1953
Jan 26, 2005, 04:02 AM
What you see is what you get. Html is a mark up language and not true programming. You would be better off asking about your program in the web development part of this site Technology & the Web/ Building Web Pages. I hope this helps.

LTheobald
Jan 26, 2005, 05:51 AM
Can you post the bit of HTML you are having trouble with in here? That way we can see what you are having troubles with.


Quick note in case this helps.

Not all elements allow the align property. So for example <body align="center"> won't work. You'll need to use something like <body style="text-align: center;">