Hi everybody,
This may end up being more of a javascript question, but I'm going to start here since I'm fairly inexperienced creating web pages AND because I'm limited to only creating client-side web pages at work (no web server...no budget for web server).
Here's the gist of it all: I've created a basic client-side website (if you want to call it a website) where I've created multiple HTML documents and linked them together. I've got a CSS file that provides pretty much all the formatting for every page.
One of the pages I have is for FAQs. Over the past couple of years I've just added individual questions to the top part of the page and the answers to those questions at the bottom of the page...pretty typical FAQ layout. The questions are hyperlinks to the bookmarked answers, and the answers have a bookmark to "Return to top" so the user can browse through the questions again.
We recently began a new process that will require a number of new FAQs to be written and put in the page. However, another department, with no programming skills, will be providing the FAQs. In an effort to remove myself entirely from the process, I was trying to find a way that I could have the other department enter their questions in one file (maybe as a numbered list) and their answers in another. Then, find a way to import the questions/answers into the page when the page is loaded. I would prefer not to use iFrames for this and would prefer to have the text appear, and allow the existing CSS formatting to apply to the text, the same as it currently does.
Is this possible? Is this the right forum for my question?
Thanks,
beacon
This may end up being more of a javascript question, but I'm going to start here since I'm fairly inexperienced creating web pages AND because I'm limited to only creating client-side web pages at work (no web server...no budget for web server).
Here's the gist of it all: I've created a basic client-side website (if you want to call it a website) where I've created multiple HTML documents and linked them together. I've got a CSS file that provides pretty much all the formatting for every page.
One of the pages I have is for FAQs. Over the past couple of years I've just added individual questions to the top part of the page and the answers to those questions at the bottom of the page...pretty typical FAQ layout. The questions are hyperlinks to the bookmarked answers, and the answers have a bookmark to "Return to top" so the user can browse through the questions again.
We recently began a new process that will require a number of new FAQs to be written and put in the page. However, another department, with no programming skills, will be providing the FAQs. In an effort to remove myself entirely from the process, I was trying to find a way that I could have the other department enter their questions in one file (maybe as a numbered list) and their answers in another. Then, find a way to import the questions/answers into the page when the page is loaded. I would prefer not to use iFrames for this and would prefer to have the text appear, and allow the existing CSS formatting to apply to the text, the same as it currently does.
Is this possible? Is this the right forum for my question?
Thanks,
beacon
Comment