|
Posted by Dave Kelly on 12/19/07 01:57
On Dec 16, 6:34 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <6562c481-c7c1-43f7-8624-63ce06e69...@d27g2000prf.googlegroups.co
> m>,
> Dave Kelly <daveekel...@embarqmail.com> wrote:
>
>
>
> > On Dec 16, 4:33 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
>
> > > On the other hand, I notice that you have a ³</tbody>² but no
> > > <tbody> in your last table. This you may not want to have?
>
> > This is an oversite.
>
> > > And I also wondered why you are using Transitional. Is it because
> > > you want to use align=... with a clear conscience? <g>
>
> > This is not the first time you have peeked in my ear and read my mind.
> > (must produce more wax to cover that hole up)
>
> > I want to put an image in a paragraph and have the text wrap around
> > it.
> > I googled both W3C and the internet for examples and did not find
> > anything
> > appropriate in a CSS format.
>
> > I tried something simular to this as an inline style format.
>
> > <STYLE>
> > IMG {
> > float: left;
> > }
> > </STYLE>
>
> > <IMG src="picture.png"> words in the paragraph.
>
> > <STYLE>
> > IMG{
> > float:right;
> > }
> > </STYLE>
>
> > <IMG src="picture.png">word in the paragraph.
>
> > and only the last one worked. Both images were on the right side.
>
> > Would you or anyone else have reference to a tutoral?
>
> > Thanks for the feedback.
> > Dave
>
> http://netweaver.com.au/alt/floatleftFloatright.html
>
> the sort of thing you are looking for?
>
> --
> dorayme
Exactly. Thanks.
and thanks to BobaBird also.
Now I need to go try these.
[Back to original message]
|