PDA

View Full Version : align="center"


cina
11-26-2000, 08:33 PM
I can't use the 'div' element 'align="center"' on a nested layer(created in dreamweaver), but it work's fine on a single layer on page element.

If the nested layer thing is a dead end, than I am open to other suggestions as to how to have multiple page elements keep their original positioning, but also have the whole thing always "center" on browser window resizing.

thanks,
cina

zolbian
11-26-2000, 09:49 PM
Use fixed table width. Instead of having width="100%", have width="100". This will make your table width 100 pixels.
Then you can simple add <center></center> around your table and it will always be centered.

Saeed

cina
11-27-2000, 08:21 PM
thanks for the help, it's working, I just had to remove anything overlaping.[nbsp][nbsp]It's great, but if you have any idea how i can keep things overlaping and still center them all while maintaining position relationships let me know.

either way, thanks for the help,
cina