oggyswain Posted April 25, 2012 Report Posted April 25, 2012 I am currently working on a template, that I purchased for a client. I am trying to change the page design from a 2 column to a 1 column. Every time I start to change the page layout it changes everything on every other page. If I were to copy the css code for that page , copy it and change the name would I then be able to make changes without effecting other pages? Looking at my css page it is very confusing to figure what each css code refers to. There is way too much going on. Quote
Andrea Posted April 25, 2012 Report Posted April 25, 2012 If you change the name of the stylesheet and the link of that page you're working on to match, then changes in it would not affect the rest of the page. that is, however, not ideal, as any changes you might ever want on the entire site would have to be done in both stylesheets. Or you can give your page a different id (<body id="different"> and then apply your CSS changes only to #different whatever {...... Maybe you should cover a few CSS tutorials and at least understand the basics before venturing out on client projects? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.