views:

227

answers:

0

I need to use SharePoint Server 2007 to create a page that displays some information but also allows users to add or modify the text.

I used SharePoint Designer to create a table full of the information, and added a text box to one of the cells in this table. I want that text box to display a name of a car (for example) but so it can also be edited/altered by the user.

I tried saving the text box but it wont work at all. The textbox displays nothing. No matter what I put in the textbox, when I refresh the page (to see if it can render my new name or not), the name was gone / not there at all.

It looks like I have to do programming rather than "drag" a text box from SharePoint Designer 2007. Is this correct? If so, what is the code for the text box that would display/render the text (and allow a user to edit the name)?

I'm administrator of SharePoint so I have full access.