Re: [css-d] Image text box

2010-03-15 Thread Brian M. Curran
ta-da!!! http://www.draftingservices.com/building_survey.html CSS: .textBox { width: 200px; float: right; margin: 0 0 5px 5px; padding: 5px; border: 1px solid #000; background: #fff; font-size: x-small; } HTML: Building survey floor plan. Thanks again to all who helped me!! Now

Re: [css-d] Image text box

2010-03-15 Thread Brian M. Curran
>>I was asking for a "No, because..." or "Yes, because..." response. >Fair enough. >No, because it's not a paragraph, it's an image. A reader (forget humans, just >think reading mechanisms, which can include humans) when it sees a expects >to >see a paragraph of content. Instead it sees an ima

Re: [css-d] Image text box

2010-03-15 Thread Skip Knox
>I was asking for a "No, because..." or "Yes, because..." response. Fair enough. No, because it's not a paragraph, it's an image. A reader (forget humans, just think reading mechanisms, which can include humans) when it sees a expects to see a paragraph of content. Instead it sees an image. The

Re: [css-d] Image text box

2010-03-15 Thread Brian M. Curran
> Your question has more to do with HTML than CSS -- asking if using a > paragraph tag is okay as long as it works -- but I'll respond anyway. > > There are two different kind of "it works" in our business. There's "it > works for me" and there's "it works across browsers". > >>> Brian M. Curran w

Re: [css-d] Image text box

2010-03-15 Thread Skip Knox
Your question has more to do with HTML than CSS -- asking if using a paragraph tag is okay as long as it works -- but I'll respond anyway. There are two different kind of "it works" in our business. There's "it works for me" and there's "it works across browsers". An important point about standar

Re: [css-d] Image text box

2010-03-15 Thread Bill Braun
Brian M. Curran wrote: Brian M. Curran wrote: > Hi All, > I've never done this before... I made a bordered text box around an > image using a paragraph. It can be found here: > > http://www.draftingservices.com/building_survey.html > > Would this be

Re: [css-d] Image text box

2010-03-15 Thread Brian M. Curran
>>> Brian M. Curran wrote: >>> Hi All, I've never done this before... I made a bordered text box around an image using a paragraph. It can be found here: http://www.draftingservices.com/building_survey.html Would this be considered acceptable CSS or make-shift? >

Re: [css-d] Image text box

2010-03-15 Thread David Laakso
Brian M. Curran wrote: >> Brian M. Curran wrote: >> >>> Hi All, >>> I've never done this before... I made a bordered text box around an image >>> using a paragraph. It can be found here: >>> >>> http://www.draftingservices.com/building_survey.html >>> >>> Would this be considered acceptable C

Re: [css-d] Image text box

2010-03-15 Thread Brian M. Curran
> Brian M. Curran wrote: >> Hi All, >> I've never done this before... I made a bordered text box around an image >> using a paragraph. It can be found here: >> >> http://www.draftingservices.com/building_survey.html >> >> Would this be considered acceptable CSS or make-shift? >> >> Sincerely, >> B

Re: [css-d] Image text box

2010-03-13 Thread David Laakso
Brian M. Curran wrote: > Hi All, > I've never done this before... I made a bordered text box around an image > using a paragraph. It can be found here: > > http://www.draftingservices.com/building_survey.html > > Would this be considered acceptable CSS or make-shift? > > Sincerely, > Brian >