|
Posted by: thethirdheat on 2009-06-04, 12:23:56
If you want to steal the look and feel of a web site, just view the html mark up and see if they used a cascading style sheet (.css) for layout and javascript file (.js) for the functionality. If your lucky these will obvious when you look at the html. Of course this assumes you know a little about HTML and where the external files are declared in HTML. Of course web designers are aware that people attempt to steal their layouts, so they take steps to prevent people from easily copying their files. There are ways around them, but it takes a little know how. If none of the options above work, you'll have to reproduce the look the old fashion way -- reverse engineering. |