Quick and easy way to find a specific line of code?
Posted 14 years 10 months ago
Hi,
Forgive me if this has been asked before. Say I want to edit a specific line of code in my template.css... is there a quick and easy way to navigate to the desired line of code?
Re: Quick and easy way to find a specific line of code?
Posted 14 years 10 months ago
Hey Matt,
Open your template.css file with your editor of choice (Notepad++, Dreamweaver, CSSEdit, etc). It helps if you use one that has the line numbers listed for you. That way you can scroll directly to the line in question. Otherwise you can use the Find command, and input the CSS selectors, to go directly to the line you want to edit. Hope that helps.