Hi and welcome to WebRadiance!
You've said that you're new to web design and development, so we'll have to take this slowly and get a bit more information. I'll try to give you an overview here but bear in mind that you may not be able to quickly achieve the above in quite the way you want. My apologies if you already know some (or even all!) of this stuff, and I certainly don't want to seem patronising. Perhaps I should write it up into a tutorial/
FAQ to point new members to? Let me know if it's useful!
You've mentioned two graphical editors (
WYSIWYG editors - What you see is what you get). These are generally frowned upon as learning tools because they allow you to create a website without ever learning
HTML or CSS, which these tools generate for you. Have you learned any
HTML or
CSS so far? If you haven't, it shouldn't take you long - maybe a few weeks to cover fairly good detail.
Now, on to what you're trying to. Allowing users to add content is obviously adding some interactivity to your website. You're no longer just serving up your pre-prepared content to a visitor. You're allowing the visitor to add/edit something and that requires a dynamic server-side language to be used in order for that to work. Popular languages are .net (created by Microsoft) and PHP, which is open source. There are of course many other languages, but these two are widely used by beginners and professionals alike. If you're not familiar with
HTML and
CSS then I'd advise that you avoid learning something like .net or
PHP just yet.
But there is good news. What you're trying to do is commonly done in existing software written in PHP/.net/etc. It does depend on what your website actually does and what the content is. If you have a blog then I'd suggest you give some software such as
Wordpress a go. It's generally considered to be the standard for blogging. It's also breathtakingly simple to set up and you don't need any programming experience in order to do it. You're also going to have to make sure that your web host supports PHP/.net in order to use them! If your website isn't a blog, then tell us and we'll see if there's some existing software out there that can do what you want. Please bear in mind though, that modifying existing software to look how you want can be quite a challenge, especially if you don't know HTML/
CSS.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P