[kwlug-disc] Can someone help?

Shane shane.msg at gmail.com
Wed May 5 10:38:19 EDT 2010


Thanks but I knew the <link tag wouldn't work; it can only be used in the <head></head> section.  As for the <a> method, I may be recalling it wrong but . . . it doesn't matter except as a memory exercise because I can't do it now.  I have no choice other than to confront what is. 
------Original Message------
From: Insurance Squared Inc.
Sender: kwlug-disc-bounces at kwlug.org
To: KWLUG
ReplyTo: KWLUG
Subject: Re: [kwlug-disc] Can someone help?
Sent: May 5, 2010 10:05

I bet you're thinking of the <link> tag.

And don't use that :).  Use john's method.  Anytime I've investigated 
using the link tag, it's not been up to snuff.

The <a> tag won't work, that's for anchors. Or 'links', which is 
probably why you are attributing the link tag to the anchor tag.



On 05/05/10 09:53 AM, Shane wrote:
> Thanks.  There used to be an easier way using an attribute of - I believe it was the "<a" tag.  It was told that when the page was loaded, insert the contents of the external file.   Progress.
>
> Now I have to go back into the fog to try and figure out what it was.  Not for any practical reason - just to know.
>
> ================It's not the size of the dog in the fight, it's the size of the fight in the dog.
>
> -----Original Message-----
> From: "John Van Ostrand"<john at netdirect.ca>
> Date: Wed, 5 May 2010 07:43:18
> To:<kwlug-disc at kwlug.org>
> Subject: Re: [kwlug-disc] Can someone help?
>
> The easiest way we do this is using PHP.
> Create header.php as the header including HEAD and BODY tags. Then create
> page.php with only HTML.
>
> Then create .htaccess file and use php's directive "auto_prepend_file"
> giving header.php as the file. I don't recal the exact syntax, search for
> that directive.
>
> Then the header.php file is called every time page.php is called.
>
>
> ----- Original Message -----
> From: kwlug-disc-bounces at kwlug.org<kwlug-disc-bounces at kwlug.org>
> To: KWLUG<kwlug-disc at kwlug.org>
> Sent: Wed May 05 01:46:43 2010
> Subject: [kwlug-disc] Can someone help?
>
> This is not specific to Linux.  I am playing with website development and
> the number of pages is growing.  The problem is that I want to keep the page
> heading area the same on all pages.  If it becomes necessary to change the
> page head I'd rather not have to do 36 changes; 36 now.
>
> When I did this before, there was a way by setting a separate document and
> calling copies of it whenever the page was loaded, automatically setting up
> the heading.
>
> Trouble is, I forget how to do it and I can't remember what this process of
> inserting text from other files is called so I have been unable to look it
> up.  I've tried many possibilities but nothing has worked.
> ================It's not the size of the dog in the fight, it's the size of
> the fight in the dog.
>
> _______________________________________________
> kwlug-disc_kwlug.org mailing list
> kwlug-disc_kwlug.org at kwlug.org
> http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org
>
> _______________________________________________
> kwlug-disc_kwlug.org mailing list
> kwlug-disc_kwlug.org at kwlug.org
> http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org
> _______________________________________________
> kwlug-disc_kwlug.org mailing list
> kwlug-disc_kwlug.org at kwlug.org
> http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org
>
>    


_______________________________________________
kwlug-disc_kwlug.org mailing list
kwlug-disc_kwlug.org at kwlug.org
http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org


================It's not the size of the dog in the fight, it's the size of the fight in the dog.


More information about the kwlug-disc mailing list