|
-
Jul 6th, 2003, 07:54 AM
#1
Thread Starter
Ex-Super Mod'rater
HTML: Importing HTML from another file
Is it possible, and if so how, to insert html into my html document like how this statement works for stylesheets??
Code:
<LINK href="StyleSheet.css" type="text/css" rel="stylesheet">
The problem is I have a section of HTML code that is the same in every page and if I want to change it it would mean going thro every file and changing each file. My thort of the solution would be if I could put this repeated code in a seprate file then in all my other files I would put something like the satement above to import it.
Any ideas??
Thanx
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|