> So whats the difference between 'view source' and 'view generated source' View source is the code returned to the browser from the server. View generated source is the same code + any changes programatically inserted (e.g. if you used Javascript to add further elements). hth, Martyn