gordon99 Posted January 4, 2012 Share Posted January 4, 2012 How is the quickest way to find a place where that code is what I need to change. For example, I need to modify footer alignment. How do I find a right file which i need to change, eg. what tellls where the aligment is? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted January 4, 2012 Share Posted January 4, 2012 Hi gordon, There are a few different tools you can use. Within your browser, you can often right click on a part your site and click "Select Element," and that will bring up the part of the code that refers to that specific part on the page. Additionally, it will often allow you to see where in the CSS they style elements can be found, and even let you change the values just to test it out on your system. Additionally, if you know the piece of code you're looking for, but just don't know what file it is in, I personally like a piece of software called Eclipse to simplify the search process. You can also check out this discussion here to see what tools of our users prefer themselves. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now