PDA

View Full Version : Position of Pictures in About Me & Guestbook Section


soloshooter
Feb-05-2009, 02:26 AM
My site is as sweet as it can get for now except for the height of the pictures on the aforementioned screens. I would like the picture to be centered vertically within the gray box. Presently, the pictures are leading over the edge further down the screen. I am guessing that this might be a html issue, although I am not sure.

www.chrisdenhamphotography.com (http://www.chrisdenhamphotography.com)

Just a side note-THIS SITE ROCKS, no other photo site can touch the sweetness and functionality of smugmonia.:bow

Allen
Feb-05-2009, 06:03 AM
My site is as sweet as it can get for now except for the height of the pictures on the aforementioned screens. I would like the picture to be centered vertically within the gray box. Presently, the pictures are leading over the edge further down the screen. I am guessing that this might be a html issue, although I am not sure.

www.chrisdenhamphotography.com (http://www.chrisdenhamphotography.com)

Just a side note-THIS SITE ROCKS, no other photo site can touch the sweetness and functionality of smugmonia.:bow
Add the spacer div in the description, seems like sometimes when a float is used it's needed.

...
...
<span class="myEmail">here</span></a>

</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>

soloshooter
Feb-09-2009, 06:17 PM
Grazi!

www.chrisdenhamphotography.com:barb :clap

Add the spacer div in the description, seems like sometimes when a float is used it's needed.

...
...
<span class="myEmail">here</span></a>

</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>