PDA

View Full Version : Trying to float photo left of text


Phoneman
Mar-15-2009, 08:32 AM
I could use some help. Trying to get the photo of me to float up to the left beside the text on my "About Me" page. Everything I have tried so far hasn't worked. Here is the link to the page http://briansnyderphotography.smugmug.com/gallery/7085174_ZbjX7.

Phoneman:dunno

jfriend
Mar-15-2009, 08:38 AM
I could use some help. Trying to get the photo of me to float up to the left beside the text on my "About Me" page. Everything I have tried so far hasn't worked. Here is the link to the page http://briansnyderphotography.smugmug.com/gallery/7085174_ZbjX7.

Phoneman:dunno Set your gallery to the journal style (in customize gallery). Put the text in the caption for that photo instead of the gallery description. It should then be what you want.

Phoneman
Mar-15-2009, 09:25 AM
Thank you for your help, that did what I was looking for. How can I get rid of the slideshow button and the Gallery Pages 1 title above the text? Take a look. http://briansnyderphotography.smugmug.com/gallery/7085174_ZbjX7.

Phoneman

jfriend
Mar-15-2009, 09:33 AM
Thank you for your help, that did what I was looking for. How can I get rid of the slideshow button and the Gallery Pages 1 title above the text? Take a look. http://briansnyderphotography.smugmug.com/gallery/7085174_ZbjX7.

Phoneman

First, please remove this from your CSS as it apply to every single image in your site which is certainly not what you want:

img { float: left ;
padding: 10px ;
}


Then, add the missing closing brace here that is keeping the rest of your CSS from working:

#userBio {
text-align: center !important;
}

Phoneman
Mar-15-2009, 10:09 AM
Thank you, that took care of everything.

Phoneman