Log in

View Full Version : Help aligning page



avillax
07-09-2009, 08:01 PM
Ok this will be very easy for you.

I made the following site: www.acuarios.com.mx

Its made very simple, its a table with 1 row, 2 columns, and inside each column there´s a picture. For some reason everything seems to be aligned sort of to the left, the whole site. I need it to be centered. Any ideas?

ospazzo
07-10-2009, 04:17 PM
try adding align="center" to the <table> tag.

tables are positioned to the left by default. in order to center everything, you'll need to center the table itself, not just the divs.

hope this helps!