> -----Original Message-----
> From: Carl Reynolds [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 14 January 2005 9:15 AM
> To: [email protected]
> Subject: Re: [WSG] Two CSS Question
> 
> Salman,
> 
> I'm glad you asked about including, I have wondered that 
> myself. I would 
> like to add another question to yours: If I have a section of 
> HTML that 
> is the same in all my files, is there a way to put it in a file by 
> itself and include it into each page?

Unfortunately you can't do something like that with the import or LINK
methods. You could do it with PHP or ASP programming, something like this:

Include("yourFile.html");

OR Server Side Include (SSI):

<!--#include file="yourFile.html" -->

All of these require the appropriate settings on your server, but if you
have got any of them - should be no problem.


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to