Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Can I insert HTML code BEFORE the </head> tag?
 

steveboswell




quote this post edit post

IP Loged report this post

Old Post  09-19-04 - 05:15 PM  
Is there any way of inserting a HTML code fragment so that it appears within
the <head> </head> serction of the published website?


Post Follow-Up to this message ]
Re: Can I insert HTML code BEFORE the </head> tag?
 

Don Schmidt




quote this post edit post

IP Loged report this post

Old Post  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?




Post Follow-Up to this message ]
Re: Can I insert HTML code BEFORE the </head> tag?
 

analog@logwell.com




quote this post edit post

IP Loged report this post

Old Post  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.



Post Follow-Up to this message ]
Re: Can I insert HTML code BEFORE the </head> tag?
 

Don Schmidt




quote this post edit post

IP Loged report this post

Old Post  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 
>




Post Follow-Up to this message ]
Re: Can I insert HTML code BEFORE the </head> tag?
 

analog@logwell.com




quote this post edit post

IP Loged report this post

Old Post  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 ==============



Post Follow-Up to this message ]
Re: Can I insert HTML code BEFORE the </head> tag?
 

Don Schmidt




quote this post edit post

IP Loged report this post

Old Post  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 
>




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:41 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Microsoft Publisher archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top