|
Well something really valueable about an external stylesheet is that you have one central place where you can edit the way your site looks.
Let's say you'd have a site of 100 pages and you'd have to change this blue border to red by using the above described method you'd have to enter every document replacing the blue with red, versus changing just one rule in your central stylesheet.
Another disadvantage is that you do your actual css coding inside the html document itself, aside from the documents getting bigger, there's really no seperate page you can look up for just your styles only (which you can if you use a seperate stylesheet). Let's say you have to dive back in this project in half a year or so, you probably won't remember why did you did things the way you're doing them now and you could spend a day figuring out why that **** border is blue cause there's nowhere a style to be found ...
So I strongly recommend you'd go with a seperate stylesheet. You should be able to edit those files in any plain text editor. Post your code the way it is now and we can probably spot in no-time what's going wrong. From what I've read so far, it can't be too much of a big deal.
Last edited by ghettobert; 04-25-2006 at 10:21 AM..
|