Forums
This topic is locked
Layer problem...How do I center my opening page??
Posted 08 Jul 2003 12:28:13
1
has voted
08 Jul 2003 12:28:13 Olive Mauduy posted:
Hi,I'm a new member here and I hope I'll get some help here from time to time...
Here's my first question:
Check my page at www.tanzatelier.com/ and see how the "fly over top images" are not centered if the screen resolution is different than 1024X768!
That's because I used a layer to insert it...I had no choice because without a layer there was no way I can reproduce the top image correctly! As soon as I was changing the screen resolution the effect was destroyed! Using a layer locked everything...so it's all fine but now I would like that layer to always appear in the center of the page no matter wich screen resolution my visitors are using...
HOW CAN I DO THAT???? CAN I APPLY THE <i><p align="center "></i> CODE TO A LAYER???
Thanx for your help...
Here's the web adress again: www.tanzatelier.com/ Kiss
Edited by - FRENCH-BERLINER on 08 Jul 2003 13:04:22
Replies
Replied 09 Jul 2003 16:15:45
09 Jul 2003 16:15:45 Wayne Hultum replied:
Hi, have you tried using nested tables instead of layers. You should be able to achieve what you're after that way.
1. create a table with 100% width and height.
2. place a new table with 3 rows and 4 columns inside the table you've just created. Align this table centre. This table will hold the images.
What should happen now is the 100% table will fill the screen no matter how big the screen goes, and the table inside that will always be in the centre of that.
hope this helps
Wayne
1. create a table with 100% width and height.
2. place a new table with 3 rows and 4 columns inside the table you've just created. Align this table centre. This table will hold the images.
What should happen now is the 100% table will fill the screen no matter how big the screen goes, and the table inside that will always be in the centre of that.
hope this helps
Wayne
Replied 09 Jul 2003 16:27:44
09 Jul 2003 16:27:44 Wayne Hultum replied: