On Sun, 20 Jul 2008 10:03:30 +0300
Stan Goodman wrote:

> I am trying to make my first HTML document using OOo. It is to be
> about as simple a document as could be imagined. I am stymied.
> 
> The document is to be a series of photographs, each one on its own
> page, with a caption under each. After inserting the first JPEG from
> file, I look for a way to insert an end of page mark, and find none in
> the menu system. Inserting a second JPEG only imposes the new image
> over the first. How to call for a new page?
> 
> I do not find a way to insert a caption under the existing image.
> 

Each HTML "Page" is of flexible length by design. Look at a simple web
page and adjust your browser width and the height of the page
compensates. The answer is to put each picture on it's own HTML page.

If you are talking about page breaks on printed pages, but not visible
on the web page, you can force page breaks. These are harder to achieve
(you must use CSS).

Captions are not a seperate thing in general HTML, (although they are
included in a table).

You can easily include a caption using a paragraph under the picture. If
you want to set it to the same width as the picture that is also easy
either with the width attribute/value pair or CSS. The width attribute
is easier to use than CSS.


-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to