therocpd
05-27-2009, 12:22 AM
Hi there, I am currently doing a project that is a little out of my leugue.
I need to be able update a few pages in a non html code based enviroment.
I run a uni society group and we have a website but no one else knows how to use html at all, and my skills are fairly limited as I am self taught.
1) I need a web form that has 4 text fields, that when a person is typing in the text needed:
A) copys the text entered, and creates a html code in a similar instance to this....
Person types into field "name" with the text "John Smith"
and produces the html code
<font face="Verdana" size="2" color="#000000">Article written by John Smith</font>
B) copys the html code and saves the file online (currently we log in to resubmit html so not sure how it would work)
C) Copys some html code produced and inserts (at a specified point or line in the orginal html code) into a file already online and updates & saves it (again on a log in website)
2) I need a the same as above except at point C, it needs to be able to place it at specific point, i.e. this instance is an online calander so it needs to be able to find the date the event submitted is due and place itself there, again on a html page save online on a system we currently log into
I need to be able update a few pages in a non html code based enviroment.
I run a uni society group and we have a website but no one else knows how to use html at all, and my skills are fairly limited as I am self taught.
1) I need a web form that has 4 text fields, that when a person is typing in the text needed:
A) copys the text entered, and creates a html code in a similar instance to this....
Person types into field "name" with the text "John Smith"
and produces the html code
<font face="Verdana" size="2" color="#000000">Article written by John Smith</font>
B) copys the html code and saves the file online (currently we log in to resubmit html so not sure how it would work)
C) Copys some html code produced and inserts (at a specified point or line in the orginal html code) into a file already online and updates & saves it (again on a log in website)
2) I need a the same as above except at point C, it needs to be able to place it at specific point, i.e. this instance is an online calander so it needs to be able to find the date the event submitted is due and place itself there, again on a html page save online on a system we currently log into