FlyerTalk Forums - View Single Post - HTML Editors?
Thread: HTML Editors?
View Single Post
Old Mar 24, 2006 | 8:46 am
  #42  
Katja
 
Join Date: Sep 2004
Location: DEN
Posts: 1,962
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).
Katja is offline