View Single Post
  #6 (permalink)  
Old 06-09-2009, 10:26 PM
ishkey's Avatar
ishkey ishkey is offline
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,778
ishkey will become famous soon enough
Default

Great observation - but you need to ask yourself why did every page change!
You are working with a template which as is, designed, so everypage looks the same.
Look at top of the index.html page in the <head> section, and you will see
Quote:
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
This one line of code shows up on all your pages and tells the browser to look in that file for the instructions to set up each page.
You went in and changed some code, so all pages changed (to be expected).
You could go in an add code just below the code you want to change, give it a name and then call that part of code on the one html page you want to change. This opens up endless possibilities. You have to look at both the css and html files to compare them, inorder to see how things are done.
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants

Last edited by ishkey; 06-09-2009 at 11:08 PM.
Reply With Quote