Re: [css-d] help getting my under by

2016-11-28 Thread Philippe Wittenbergh
> On Nov 29, 2016, at 7:28 AM, Angela French wrote: > > I'm having a heck of a time getting my figure caption text to be underneath > my figure. Thank you for any advice. > > http://www.dev.sbctc.edu/_testing/figure-caption.aspx > > This is my html: > > alt= width="600" height="341"> >

Re: [css-d] help getting my under by

2016-11-28 Thread Karl DeSaulniers
Hi Angela, It's looks to be under for me. Left justified but under the image, not the figure. To be under the figure, you have to take the figcaption out of the figure, technically. I think your css declaration is incorrect for how it is structured. figcaption { clear: both; posit

[css-d] help getting my under by

2016-11-28 Thread Angela French
I'm having a heck of a time getting my figure caption text to be underneath my figure. Thank you for any advice. http://www.dev.sbctc.edu/_testing/figure-caption.aspx This is my html: this is my caption This is my CSS: figure { position:relative; } figure img { d