Results 1 to 6 of 6
-
12-16-2010, 02:14 PM #1
How can I use an external html file for footer and header?
How can I use an external html file for footer and header?
I want to have an external html file for my footer and another one for my header. How can I use external html files in my code?
Thank you in advance.
-
12-16-2010, 02:31 PM #2
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,176
- Thanks
- 744
- Thanked 701 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
few possible ways:
frames
iframe
ssi (server side include)
SSI probably would be best option.Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
12-16-2010, 10:24 PM #3
Freshman
- Join Date
- Dec 2010
- Posts
- 10
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Do what manik said, SSI is the one i used in my blog.
-
12-17-2010, 12:39 AM #4
Banned
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 194
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
-
12-17-2010, 03:36 AM #5
-
01-07-2011, 04:58 AM #6
If it has not resolved your issue, you may try this for your header and footer:
You can save this code in .text file.Code:document.write('<center><p>Copyright 2011, Your company name<br>All Rights Reserved</p></center>')
In the same way, you can use this code for header:
You can save it as a .text file and use it in the header.Code:document.write('<center><img src="your company-logo.gif" align="middle"><br><h1><font color="navy">Your company details</font></h1></center>')
Similar Threads
-
External nofollow?
By Rajshree in forum Search Engine OptimizationReplies: 12Last Post: 01-20-2011, 02:00 AM -
Internal and External Log Ins
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:15 AM -
server 2k3 usb external hhd not mounting?
By bluewhale in forum Windows ServerReplies: 0Last Post: 01-06-2010, 10:24 AM -
How to find a pdf file is normal file or shared review file
By sunshine in forum JavaScript & AJAXReplies: 0Last Post: 01-04-2010, 11:21 AM -
HTML sitemap and XML Sitemap file
By laster001 in forum Search Engine OptimizationReplies: 9Last Post: 06-29-2009, 05:47 AM


Reply With Quote


