Hi everyone. I'm using Dreamweaver CS3, and have taken a purchased template and am integrating it with a Build a Niche Store template. There are two CSS files that I am working with. I don't really care if it's one or two files, but I was wonderng if there is a way to see the two CSS files side by side easily in dreamweaver? Is there a way to set up the workspace to do this? currently I can only see one at a time. I suppose I could open them each in the editing window and tile them, but I was hoping there was a more automated way to do this with cs3. Any ideas? Thanks in advance.
Open them both up, and then select "Window" then Tile Horizontally or Vertically. Should do the trick
This is the only method that I know of for any version of Dreamweaver. Are the two stylesheets similar, or is one for layout and the second for other styles such as formatting and presentation?
One was for the layout, and the second is for the ebay RSS feed. I was hoping to be able to take the "body" tag from each for example, and merge them so that all the properties of each were rendered into one tag. I know it's easy to to by hand, but when both CSS files have a "body", "page", "h1", etc tags I would like to be able to slim down the CSS without going through each tag by hand. But maybe going by hand is the easiest thing to do. Today I ended up looking at teh "design" view, finding the CSS tag, then going ot the CSS browser and editing it visually to get both CSS files to look good together. The result is here: nichestore.newaffiliatediscoveries.com the URL above is a holder for a generic ebay store. I'm using the space for client template work, so the visual design will look different depending on which client's template I'm working on.