Gabby7
08-22-2009, 02:59 PM
Hello+ I am doing a 'proof of concept' page using Dreamweaver 8. I am trying to get everything to center on the page no matter what the screen resolution is. Is this possible? I am having no luck using the following code:
<div align="center"><img src="images/msbanner.png" width="813" height="116" /></div>
<div align="center"><img src="beginningwebstuff/snarling tiger.jpg" width="468" height="478" /></div>
I have tried using the <center><img src="..." /></center> and no luck.
I have tried using the <div style="text-align: center;"><img src="..." /></div>
I have tried using the <align=center><img src="..." /></align>
I test using EI8, Firefox, & Netscape browsers. Does using Layers have anything to do with things not centering in the browser? Thank you in advance for any guidance on this.
<div align="center"><img src="images/msbanner.png" width="813" height="116" /></div>
<div align="center"><img src="beginningwebstuff/snarling tiger.jpg" width="468" height="478" /></div>
I have tried using the <center><img src="..." /></center> and no luck.
I have tried using the <div style="text-align: center;"><img src="..." /></div>
I have tried using the <align=center><img src="..." /></align>
I test using EI8, Firefox, & Netscape browsers. Does using Layers have anything to do with things not centering in the browser? Thank you in advance for any guidance on this.