[css-d] need another img tag?

2010-11-29 Thread John
in this page: http://thinkplan.org/workshop/working.html there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? thank you, John

Re: [css-d] need another img tag?

2010-11-29 Thread David Laakso
On 11/29/10 12:53 PM, John wrote: in this page: http://thinkplan.org/workshop/working.html there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be?

Re: [css-d] need another img tag?

2010-11-29 Thread Giles, Sarah
On 11/29/10 12:53 PM, John j...@coffeeonmars.com wrote: there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? thank you, John You might want to add

Re: [css-d] need another img tag? + EC

2010-11-29 Thread David Laakso
On 11/29/10 12:53 PM, John wrote: http://thinkplan.org/workshop/working.html John Error Correction. *Should Read* Assign a class to the image [s] with appropriate positioning rulesets for each? img.c1 {...} img.c2 {...} img.c3 {...} img.c4 {...} img class=c1 src=this.jpg

Re: [css-d] need another img tag?

2010-11-29 Thread John
On Nov 29, 2010, at 10:16 AM, Giles, Sarah wrote: there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? thank you, John You might want to add

Re: [css-d] need another img tag?

2010-11-29 Thread G.Sørtun
Is this one of the big lessons, at least in my project which folks have been helping me with? The lesson being: establish your main divs, then achieve specific variation through classes? Sorry if it seems like a dumb question... Not dumb at all, but rephrase it to something like...

Re: [css-d] need another img tag?

2010-11-29 Thread David Laakso
On 11/29/10 8:34 PM, G.Sørtun wrote: Is this one of the big lessons, at least in my project which folks have been helping me with? The lesson being: establish your main divs, then achieve specific variation through classes? Sorry if it seems like a dumb question... There are no