Re: Can I insert HTML code BEFORE the </head> tag?
Don Schmidt
  09-19-04 - 05:15 PM
Using Notepad you can edit the code of the html files. But whenever you
update the web site you will need to manually go back to each html file and
do the change again.
For awhile I was editing the files in order to center the pages, after a
dozen or so updates it got to be a pain and left it alone.
--
Don
Vancouver, USA
"steveboswell" <steveboswell@discussions.microsoft.com> wrote in message
news:336E0EAA-A56C-489E-8F03-DA698DBD500E@microsoft.com...
> Is there any way of inserting a HTML code fragment so that it appears
within
> the <head> </head> serction of the published website?
Re: Can I insert HTML code BEFORE the </head> tag?
analog@logwell.com
  09-20-04 - 12:15 AM
Could you post the code fragment you used to do that, and where you put it
exactly?
I do exactly what you advocate on a few pages to get special effects, like t
his
page on O-rings (gives the circle lap-dissolve in IE):
http://www.logwell.com/tech/O-ring/index.html
On Sun, 19 Sep 2004 06:45:33 -0700, "Don Schmidt" <Retired@Engineer.PNB> wro
te:
>Using Notepad you can edit the code of the html files. But whenever you
>update the web site you will need to manually go back to each html file and
>do the change again.
>
>For awhile I was editing the files in order to center the pages, after a
>dozen or so updates it got to be a pain and left it alone.
Re: Can I insert HTML code BEFORE the </head> tag?
Don Schmidt
  09-20-04 - 12:15 AM
I'm guessing you are referring to centering the pages. Here's how in
Publisher 2000 created html files.
I use Notepad+ (http://www.mypeecee.org/rogsoft/) to edit each html file on
the web site. You will need to add the two statements to all of your html
files on your web site every time you update your site.
Note the <center> goes in under the first <head> statement and </center>
goes in just before the last <body> statement.
=============== At the start of the file ========
<!doctype html public "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<center> <================= Put this line into your file
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Publisher 2000">
<title>The Wine Cellar®</title>
</head>
Lots of stuff left out
</tr>
</table>
<a name=bottom></a>
</center> <================== Put this line into your file
</body>
</html>
=============== End of the file ==============
--
Don
Vancouver, USA
<analog@logwell.com> wrote in message
news:hjgrk0lsv1ljtu7302bp9e7g09l26fju67@4ax.com...
> Could you post the code fragment you used to do that, and where you put it
> exactly?
>
> I do exactly what you advocate on a few pages to get special effects, like
this
> page on O-rings (gives the circle lap-dissolve in IE):
> http://www.logwell.com/tech/O-ring/index.html
>
> On Sun, 19 Sep 2004 06:45:33 -0700, "Don Schmidt" <Retired@Engineer.PNB>
wrote:
>
and
>
Re: Can I insert HTML code BEFORE the </head> tag?
analog@logwell.com
  09-21-04 - 12:16 AM
Well, that is simple enuff! Perhaps Publisher should have that as a "check
box"
option since it makes some narrower pages look better on a higher res screen
.
It would be simple for the whiz kids at M$ to implement.
On Sun, 19 Sep 2004 11:50:04 -0700, "Don Schmidt" <Retired@Engineer.PNB> wro
te:
>I'm guessing you are referring to centering the pages. Here's how in
>Publisher 2000 created html files.
>
>I use Notepad+ (http://www.mypeecee.org/rogsoft/) to edit each html file on
>the web site. You will need to add the two statements to all of your html
>files on your web site every time you update your site.
>
>Note the <center> goes in under the first <head> statement and </center>
>goes in just before the last <body> statement.
>
>=============== At the start of the file ========
><!doctype html public "-//IETF//DTD HTML 2.0//EN">
><html>
><head>
><center> <================= Put this line into your file
><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
><meta name="Generator" content="Microsoft Publisher 2000">
><title>The Wine Cellar®</title>
></head>
>
> Lots of stuff left out
>
></tr>
></table>
>
><a name=bottom></a>
></center> <================== Put this line into your file
></body>
></html>
>=============== End of the file ==============
Re: Can I insert HTML code BEFORE the </head> tag?
Don Schmidt
  09-21-04 - 12:16 AM
Some of the MVPs here have asked, begged, pleaded, promised to donate their
prize Yak to the programmer's benevolent society but the "whiz kids" at M$
said "NINE!"
--
Don
Vancouver, USA
<analog@logwell.com> wrote in message
news:up0uk09maidu1vuduap150c8cvq2p5frhf@4ax.com...
> Well, that is simple enuff! Perhaps Publisher should have that as a
"check box"
> option since it makes some narrower pages look better on a higher res
screen.
> It would be simple for the whiz kids at M$ to implement.
>
> On Sun, 19 Sep 2004 11:50:04 -0700, "Don Schmidt" <Retired@Engineer.PNB>
wrote:
>
on
html
>