No matter what you do, as has already been noted, at the very minimum you will need to learn HTML. If you want anything more than a very basic static website, you will also need to learn Javascript. If you need control over HTML presentation, then you will need to learn CSS. That will only give you a very basic website. Beyond that are many other things you might want to learn to enhance your website beyond the very basics. Overall, building even a very basic website can be a daunting task using only VFP to build it.
Can VFP do most of the hard work for you? Yes, but it will mean a big learning curve before you will see the results you want on a consistent basis.
I primarily use FP to collect data for a website, then publish the pages with FP at a rate of over 1000 pages per hour. The pages then are uploaded to the net with a different program ready for viewers to view (It would be nice to have FP do the uploading, but I have not found a way to do that). Even though I use only HTML and Javascript (CSS would be nice but has not been implemented), it took months before I was able to learn enough to tell FP how to make the pages so everything always worked correctly. I am currently dealing with about 10,000 static web pages with tens of thousands of links, all of which must work correctly every time. Every working day I add or modify about 300 pages which would not be possible without FP doing all of the heavy work.
Could I do it better with PHP and a backend server database? Probably, but that entails another long learning curve before it could be done, a learning curve I cannot justify. The website I have now, though dated, very basic, and not all that pretty, does exactly what I want it to do, drive customers my way, often more than I can handle. I see no reason to fix what is not broken.
Bottom line is that you can use VFP to do most of the hard work of building and maintaining a website, but you will need to learn a lot about how to generate the code that makes all webpages work, minimally HTML, but most likely much more.
mmerlinn
Poor people do not hire employees. If you soak the rich, who are you going to work for?
"We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding. Answering questions for careless and sloppy thinkers is not rewarding." - Eric Raymond