|
Without looking at the code slayerx it's difficult to tell what you're up against, but I would imagine that you're running into an issue where it's assigning your alignment property to the contents of the <table> or <div> you're trying to align, rather than aligning said <table> or <div> itself, as is fairly common.
Highlight whatever portion of the layout you're having trouble with, by dragging the cursor over it with left mouse button held down, this will highlight associated code also. Go into Code view, make sure you have the beginning and ending of the layout element included in whatever you have highlighted, and make note of their location in code, then manually insert the <center></center> attribute around the layout elements that are causing you the problem. This will center layout element, whether it be center page or nested within another layout cell of any nature.
|