I sure could use some help.
Adobe Bridge - Why do I have a white bar on my page?
I am using windows vista, Dreamweaver cs4 and Adobe bridge to insert a photo gallery.
I am using an I-frame to embed a photo gallery that was created with Adobe Bridge CS4. Adobe Bridge instructed me to make the i-frame height = 75% of the width. The code is <iframe src="PhotoAlbum/index.html" width="900" height="675" frameborder="0"></iframe>
my css places the album in #photoalbum.
#photoAlbum contains the i-frame with the following properties:
#photoAlbum {
margin-top: 20px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 900px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 2px;
border-top-style: groove;
border-top-color: #333;
I tried changing the width to 960, 900, 850 etc with no success.
I have tried making the background of #photoAlbum black with no success.
The link to the photo album is http://www.gigharborrealestate.com/smith/PhotoAlbum/index.html and shows no white bar.
The site that I am having problems with is http://www.gigharborrealestate.com/smith On the right side of the Point Richmond Photo Gallery is a white vertical bar. If you go to /PhotoAlbum/index.html there is no white bar.
Why does this bar show up when /PhotoAlbum/index.html is put into an I-frame? How can I get rid of the vertical bar?