Wrapping Text Around An Image?

Wrapping Text Around An Image?

am 29.12.2007 02:34:20 von Ex-COC

I'm a a newbie too using HTML. I was wondering if there is a way to center a
jpg and thenn be able to surround the imagee with text, top, bottomm, and
each side.

I am using PageBreeze as an editor.

Re: Wrapping Text Around An Image?

am 29.12.2007 10:40:38 von jkorpela

Scripsit Ex-COC:

> I'm a a newbie too using HTML. I was wondering if there is a way to
> center a jpg and thenn be able to surround the imagee with text,
> top, bottomm, and each side.

There isn't.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Re: Wrapping Text Around An Image?

am 29.12.2007 13:24:53 von TravisNewbury

On Dec 28, 8:34 pm, "Ex-COC" wrote:
> I'm a a newbie too using HTML. I was wondering if there is a way to center a
> jpg and thenn be able to surround the imagee with text, top, bottomm, and
> each side.

Is your site fixed width? If so you could easily simulate this with a
group of 5 divs or a table with 3 rows. The top and bottom would span
the entire width. The center would be 3 divs or cells depending if
you use divs or a table.

Of course insert the standard "this is a bad idea beacuse..." But it
might be something you can work around. In the end it is all smoke
and mirrors anyway.

> I am using PageBreeze as an editor.

That's pretty irrelevant to your problem since html is just text.

Re: Wrapping Text Around An Image?

am 29.12.2007 14:07:32 von rf

"Travis Newbury" wrote in message
news:23250301-1b38-4bf8-be3f-764862f702a1@y5g2000hsf.googleg roups.com...
> On Dec 28, 8:34 pm, "Ex-COC" wrote:
>> I'm a a newbie too using HTML. I was wondering if there is a way to
>> center a
>> jpg and thenn be able to surround the imagee with text, top, bottomm,
>> and
>> each side.
>
> Is your site fixed width? If so you could easily simulate this with a
> group of 5 divs or a table with 3 rows.

Until some viewer changes her font size :-)

--
Richard.

Re: Wrapping Text Around An Image?

am 29.12.2007 14:48:45 von Michael Jaeger

Ex-COC wrote:
> I'm a a newbie too using HTML. I was wondering if there is a way to
> center a jpg and thenn be able to surround the imagee with text,
> top, bottomm, and each side.
>
> I am using PageBreeze as an editor.

Please, don't. It makes very bad reading.
If you *must* do it, consider columns or tables.

Mike

--
~~~~~~~~~~~~~~~
www.majaeger.de
~~~~~~~~~~~~~~~
To know the road ahead, ask those coming back.

Re: Wrapping Text Around An Image?

am 29.12.2007 15:15:12 von TravisNewbury

On Dec 29, 8:07 am, "rf" wrote:
> "Travis Newbury" wrote in message
>
> news:23250301-1b38-4bf8-be3f-764862f702a1@y5g2000hsf.googleg roups.com...
>
> > On Dec 28, 8:34 pm, "Ex-COC" wrote:
> >> I'm a a newbie too using HTML. I was wondering if there is a way to
> >> center a
> >> jpg and thenn be able to surround the imagee with text, top, bottomm,
> >> and
> >> each side.
>
> > Is your site fixed width? If so you could easily simulate this with a
> > group of 5 divs or a table with 3 rows.
>
> Until some viewer changes her font size :-)
>
> --
> Richard.

Hence the line: "Of course insert the standard "this is a bad idea
because..."