---- Original Message -----
From: "Tom Peacock" <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Tuesday, May 10, 2005 11:44 AM
Subject: Word 2000 HTML
> Question 1
>
[quoted text clipped - 12 lines]
> format. Is there any way to make the columns in the HTML version of a
> document using Word?
Word was never intendend to be used for such options.
You might try using:
VIEW / TOOLBARS / Web Tools
target="display" needs to be added to the end of your link.
EX:
<a href="mypage.com" target="display">New Page</a>
end of quote.
Please note that space between end of link quotes and the word target is
ncessary.
In html columns are created with divides. <div></div>
Like newspaper columns.
If your referring to tabular data?
Than the use of tables is preferrable.
Please note however that it has long been a practice for websites to use
tables and nested tables for layout design. Although it still works today,
it is ineffecient and may be better approcached with CSS. Not using table
will also assure more postitive search engine retireval of your data.
(Athough, that is not an issue with your intranet.)
Tom Peacock - 10 May 2005 21:13 GMT
Thanks. I'll give it a try.

Signature
Tom
> ---- Original Message -----
> From: "Tom Peacock" <>
[quoted text clipped - 44 lines]
> will also assure more postitive search engine retireval of your data.
> (Athough, that is not an issue with your intranet.)