answersLogoWhite

0

The best way is to use Server Side Includes. Your hosting provider must support this feature (most do) but there are a couple of variations on how to implement it. If you are using a linux/unix based host, then you would most likely use PHP to utilize server side includes. First you would have to rename your main files that use the templates to .php instead of .html There are a few ways to include files with PHP but my favorite is : Your content here (I like to start include files with i_ for consistency) There is another example in the link if this one gives you an trouble. The other way is ASP style includes for Windows based servers. The best way to accomplish this is: Your content here

An additional way is to use an iFrame. <iframe src ="your_html_page.htm" width="100%" height="300">

<p>Your browser does not support iframes.</p>

</iframe>

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you create an HTML file in Aptana 3?

Tested on Aptana 3.0.4: File/New from template/HTML/&lt;html version&gt;


How does you call javascript file in css?

In your HTML add in the tags


How do you convert txt to HTML?

If you have a .txt file that you want to be a html file, do this: open the .txt file and then save as and (change the name to what you want to call the file).html. Make sure that you 'save as' for all files or you will be saved as: somename.html.txt which will result it still be a text document. Make sure that you have the document in HTML format.


How do you convert a doc file into HTML using aspnet?

What are the requirements of a file to be HTML file, just it has to be able to view the file in web browser. SO, probably the answer would be to change the doc file extension to HTML. Either you can embed the doc file into a web page or save it as .HTML or .htm file


What can graphically represent an HTML file?

There are several things that can graphically represent an HTML file. One is a web browser. Another is an HTML writing program, like Adobe's Web Design Premium.


How can you call a flash file in JavaScript?

what you could do is make the file an HTML file and have embedded Javascript in it. i am not sure how to put a flash file into Javascript though.


Where is the HTML file on you blog?

Where is the HTML file on you blog?


How do you send a HTML attachment?

You can save your HTML file from the browser as an Archived HTML file, but the best way to send a HTML file and its folders is to zip it.


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.


How do you save a text file as HTML if the HTML file choice is not in Notepad?

When you go to save your file, type in your desired file name, then type ".html" on the end. This tells Notepad that you want to save your document as an HTML file.


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


What is an HTML file extension?

The original extension of a HTML page was .htm because of file name restrictions that limited filetype extensions to 3 characters, today you can use 3 or 4 so either .html or .htm is perfectly fine.