This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
saving a div as a seperate file?

I have a navigator div that will appear on each page and I was wondering whether I could save it as a seperate file, like I do with js files and css sheets, so I don't have to type everything out on every page

Re: saving a div as a seperate file?

You can save it as document.write statements in a .js file.

If you take this approach you should also create a site map with a plain html link from your home page. Search engines have to have plain html links in order to index your site.

Re: saving a div as a seperate file?

Thanks

Re: saving a div as a seperate file?

"so I don't have to type everything out on every page"

What about Ctrl-C, Ctrl-V?

Re: Re: saving a div as a seperate file?

Very repitive and i'm chopping and changing at the moment so if i change 1 part i will need to change all of them