PDA

View Full Version : Help- How do I move a picture?


andr0087
May-30-2007, 07:34 AM
I am trying to move the picture on this page to the right

http://www.andreabphotography.com/gallery/2537407


Please help- I am not sure what I am doing wrong.

Allen
May-30-2007, 08:22 AM
I am trying to move the picture on this page to the right

http://www.andreabphotography.com/gallery/2537407


Please help- I am not sure what I am doing wrong.
First thing is remove the red. It's extra and messing with the CSS below.

/* About Me */
http://andreabphotography.smugmug.com/gallery/2537407/ */

Try this combo in the CSS

/* About Me
http://andreabphotography.smugmug.com/gallery/2537407/ */
.gallery_2537407 #myImg {
height: 250px;
width: 244px;
border: 0px double #cccccc;
margin-top: 55px;
margin-left: 380px;
}

.gallery_2537407 #myText {
position:relative;
font-weight: normal;
text-align: justify;
color: #FFFFFF;
width: 320px;
margin-top: -295px;
margin-left: 30px;
}

.gallery_2537407 #albumDescription {
height: 350px;
background: #000000;
border: 0px inset #000000;
}
Change this in the album description. Set the width and remove the height setting. Change to -S.jpg.
<img src="http://andreabphotography.smugmug.com/photos/157781079-S.jpg" width="340">

andr0087
May-30-2007, 08:49 AM
Thanks again

Allen
May-30-2007, 09:07 AM
Thanks again
:thumb You're welcome. I like how the photo is on the right looking back into the text.