View Full Version : Horizonal Alignment of <DIV>


Opv
12-08-2004, 02:25 PM
I have a global <DIV> which defines some of the global parameters for my page. I am trying to use DIV rather than tables, as it seems to be a bit less cumbersome.

I can get the content of the DIV centered fine, but I can't seem to get the DIV, itself, to center on my page. The page still appears to be positioned at the left side of the screen, leaving this huge gap on the right side of my screen.

I have tried Align="right" and I have tried using Style but haven't figured it out yet. Anyone have a solution to my dilemma?

Thanks,

Opv