Originally Posted by back seat
Is it possible to tell what editor a person used to create a website?
Some editors/website generators embed a META tag with identification information in the file header. Use "View Source" (or its equivalent) to see the source code. Look for something like
Code:
<meta name="generator" content="vBulletin 3.0.7" />
(that's the info for this web page).