RE: [WSG] image + title

2005-07-26 Thread Drake, Ted C.
:11 AM To: wsg@webstandardsgroup.org Cc: Terrence Wood Subject: Re: [WSG] image + title Russ has a method for creating an image gallery from definition lists at http://www.maxdesign.com.au/presentation/definition/dl-image- gallery.htm kind regards Terrence Wood. On 27 Jul 2005, at 1:34 AM

Re: [WSG] image + title

2005-07-26 Thread Bert Doorn
G'day again so the perfect one would look like this markup Caption CSS .lfigure{ float:left; text-align:center; /*to center description*/ } .lfigure img{ display:block; } Nothing is perfect in this world :-) You'll need to give the float a width but other than that it looks about right to m

Re: [WSG] image + title

2005-07-26 Thread akella
so the perfect one would look like this markup Caption CSS .lfigure{ float:left; text-align:center; /*to center description*/ } .lfigure img{ display:block; }On 7/26/05, Bert Doorn <[EMAIL PROTECTED]> wrote: G'day> I just want to display image with a shrto description below it.> And i want that com

Re: [WSG] image + title

2005-07-26 Thread Terrence Wood
Russ has a method for creating an image gallery from definition lists at http://www.maxdesign.com.au/presentation/definition/dl-image- gallery.htm kind regards Terrence Wood. On 27 Jul 2005, at 1:34 AM, akella wrote: I just want to display image with a shrto description below it. And i wa

Re: [WSG] image + title

2005-07-26 Thread Bert Doorn
G'day I just want to display image with a shrto description below it. And i want that combination to float. What is the right semantic markup for this thing. IS it right to use this Should be no need for the span if you do this: .lfigure img { display:block } Caption And maybe it sho