Forum Moderators: open
I'm a novice on designing webpages. I'll try and describe what I'm trying to achieve. Basically, I want three columns, left, centre, right. The centre section is my main bit, with the left and right being used for links.
Now, the links will be changing regularly, so I want it so that when I update the links on one page it will automatically do the same for all pages. Is an iframe the way I accomplish this? And what are the implications for search engine optimization?
Any help appreciated :)
I find tihs one is very good at explaining very well.
To sum up what you want to do, you need to have one file (it can be called anything at all - it doesn't need to have a .html extension) on the server in the same place as the other pages that you want the text to appear in. In all the pages, you place, at the position you want the extra text to appear, the line (assuming moo.htm is the name of the file):
<!--#include virtual="moo.htm" -->
You don't need any <head> tags or anything like that in the file, you literaly need the text you want importing, nothing else.
Also, you need to set up your pages such that SSI is enabled - look at the site above for instructions on this.
HTH!