Web page update

mapat

Registered User.
Local time
Today, 13:58
Joined
Feb 2, 2007
Messages
176
Hello,

I am new with asp. I have to maintain a web site that uses asp. I have to update some text and add a link (within that text) on a page and can not find the page on the server. Users use a content manager to dynamically post info on the page. One of the form's fields of the content manager contains the text which contains the word "here" which I have to transform into a link. I am thinking that when a user wants to add an additional page, this becomes something dynamic. Can someone give me a hand with this?

Thank you very much :)
 
Hello,

I am new with asp. I have to maintain a web site that uses asp. I have to update some text and add a link (within that text) on a page and can not find the page on the server. Users use a content manager to dynamically post info on the page. One of the form's fields of the content manager contains the text which contains the word "here" which I have to transform into a link. I am thinking that when a user wants to add an additional page, this becomes something dynamic. Can someone give me a hand with this?

Thank you very much :)

Normally a CMS will generate the HTML on the fly using data store in a database.

My guess is that the site is database driven CMS. You will probably need to use the CMS's interface (control panel) to edit the data in the database.


Which CMS?
 

Users who are viewing this thread

Back
Top Bottom