user publishing at my site

N

nirak47

eI am new in programming.
I want some user to be able to add some news at one or 2 pages in my site.
Only put in news, not change anything - layout / design.
The user will have username and password, but how do I fix that ??
:)
 
D

David Berry

If you allow them access to the site, even if it's in a protected sub web,
they'd still be able to change the layout and design. The best way to do
that would be to use a programming language like ASP or PHP to allow them to
enter text etc into a form then store it in a database. Then you'd display
the content on a page that you designed. To do this you'd need to learn a
programming language. You can start at www.asp101.com
 
M

Mary Hartman

eI am new in programming.
I want some user to be able to add some news at one or 2 pages in my site.
Only put in news, not change anything - layout / design.
The user will have username and password, but how do I fix that ??
:)


I do this with one of the people I work for.

I designed the site in FrontPage using Dynamic Web Templates with only
a text area editable.

Then I set him ftp permissions and have him use contribute3.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top