Re: [css-d] Centering images with caption in a column

2008-12-26 Thread bruce . somers
Mustafa Quilon mustafavizcomr...@gmail.com
Re: [css-d] Centering images with caption in a column

 #figure {
 text-align: center; /*This should do what you want*/
 }

 - Mustafa
 __

Thank you, but I hadn't made it clear. It's the 'block' of two images that I 
wanted to center.

The text is to be aligned left beneath that block.

Bruce 

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Centering images with caption in a column

2008-12-26 Thread Scott Demontluzin
 The page at http://www.maireadnesbitt.com/CSSexp.html has fixed-width
columns at the left and right (not of the same width) and a column of
variable width, depending on the screen size, in the middle - shown
temporarily with a blue border. In that middle column, I have a pair of
images with caption, that I would like to have centered. I cannot achieve
that, try what I will. Making it worse, however, is no problem!

Hi Bruce, I did a test page that I think will work for you
http://scottdemontluzin.com/test/centered_images.html
I placed the images in an unordered list and floated the list
to the left.
Best, Scott
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/