Forum Moderators: open
[edited by: chevy409 at 8:41 pm (utc) on Nov. 30, 2004]
secondly, theres no need for the url - id edit the post or a mod will do it for you.
finally, there are a number of ways to do what you're after. if you have access to dreamweaver, frontpage, or possibly another wysiwyg editor, you can use a site wide find-and-replace.
altetrnatively,if you have access to a scripting language such as php, you can use an include file that will be bought into each page when it is requested by the browser. However, you would still have to update the pages the first time to change the news box code into an include code.
ideally, both options would be best - site wide find and replace to insert the include code the first time, then you can just update the one file in the future.
good luck!
I don't use dreamweaver or anything other than notepad. Could you please expand on the php idea? That sounds like what I want to do but I don't know where to begin. Do you know of a link that has an example of the include you are talking about? Again, thanks for the reply, and I'm open to any other ideas as well.