What do I need to add into my code so that every time an user resizes his/her browser window, the image or the contens would always stay centericed?
Check this site to see what I mean:
i think it should work if you just stick the whole thing in one large table with that table aligned to center… that way i believe your layers should always assume the top-left corner is its 0,0 and go from there.
So…
[table align=“center” ]
[tr][td]
…ALL your body content here…
[/td][/tr]
[/table]
i think i actually ran into this problem with one of my older pages so if this doesn’t work just let me know and i’ll go check it out. (It’s way back in the archives so i’d prefer to take an educated guess first … lol)