Guys On my website www.globalcashsite.com I have left side menu that is created in each page. I know that is not a good way to do because I have to make changes on all pages. I want to create left menu in a html page and then wish to add that page in all pages so I may change at one place and that reflects on all pages. How to insert html page in another html page? Any code or what? I did not use Shared Border of leftside (as top or bottom) because Shared Border keeps out of page. My page width is 960px but shared border goes extreme left. If I can solve this problem then I don't need to create separate menu page and then insert in all pages? Any solution of this? GCS
I would not go this route. I think solutions down this path will effect your seo. You can use iframes and go to samisite.com and other sites for good tutorials though on iframes. If your making changes alot, I would tend to go with a CMS like joomla or drupal, but that's me.
Hi buddy Someone recommend me to use iframe I just installed it. I don't know there is any other option for this situation other than iframe. Have a look at site and see if there can be improvement. GCS
Look at using PHP or other scripting language. Then you can do an "include" or "require" to fetch your other pages. By the way, iframe is not supported in strict html 4.1 and xhtml 1.0. You could look at the object tag as a replacement.