On Mon, Oct 12, 2009 at 12:18 PM, <bruce.som...@web.de> wrote:

> For purposes of relaxation, a terribly simple beginner's question that
> surely any of you can answer. I hope for your indulgence.
>
> I am displaying two images side-by-side:
>
>   <img src="/photo/tinkerbell/Dom.jpg"  />
>   <img src="/photo/tinkerbell/JoelMairead.jpg"  />
>
> I want to add captions. Until now, I would have done it quickly employing a
> table. Can anyone outline briefly for me, how that can be effected using
> CSS?
>
> Many thanks. 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/
>

i think this is an easy and solid structure
<div>
<img>
<p>caption text</p>
</div>


<div>
<img>
<p>caption text</p>
</div>

just float your divs left so they rest next to eachother.

Cheers,
Jeff
______________________________________________________________________
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/

Reply via email to