David Madly Diligent Joined Jul 13, 2009 Messages 7,756 Reaction score 14 FP$ 696 Mar 1, 2010 #1 Hello, On my SEO Guide website, I have a sidebar, but if I make another HTML page, I have to manually edit each page's sidebar. Is there a way so I only need to edit one file and the sidebar is edited on all pages? Thanks.
Hello, On my SEO Guide website, I have a sidebar, but if I make another HTML page, I have to manually edit each page's sidebar. Is there a way so I only need to edit one file and the sidebar is edited on all pages? Thanks.
S Sam! Resident Joined Dec 16, 2008 Messages 708 Reaction score 0 FP$ 6 Mar 1, 2010 #2 Have you tried using iFrames?
D Damien Seasoned Veteran Joined Apr 29, 2007 Messages 3,232 Reaction score 0 FP$ 6 Mar 2, 2010 #3 Could have like content.php (Wrtie side bar content in that file) and then in the place you want that content to go put Code: include 'content.php'; made easy when using php
Could have like content.php (Wrtie side bar content in that file) and then in the place you want that content to go put Code: include 'content.php'; made easy when using php
David Madly Diligent Joined Jul 13, 2009 Messages 7,756 Reaction score 14 FP$ 696 Mar 8, 2010 #4 Thanks for your help you two, however I have gone with some different design.