Super_Sonic
02-20-2005, 05:57 PM
ok..... In the tutorial here:
http://www.lissaexplains.com/css3.shtml
which is about CCS Layouts (dur) it says to copy the code and place it in each page.... well whats the point in that if say you want to change the layout from a 2 columned page to a 3 columed page on every page?? you would have to change the code on every page!!!!! is this the only way to do it? if not how???? its really confusing :confused:
lysithea
02-20-2005, 06:19 PM
It depends on how you want your website to look. If you want a two column layout, you would copy and paste that code for the two column layout onto every page. It does not mean that you should copy the two column layout on one page, the three column one on another, etc. I hope this helps.
Super_Sonic
02-20-2005, 06:32 PM
It depends on how you want your website to look. If you want a two column layout, you would copy and paste that code for the two column layout onto every page. It does not mean that you should copy the two column layout on one page, the three column one on another, etc. I hope this helps.
yeah but cant you just have the layout in the mystylesheet.css???? instead of on all the pages????? I think you can and if you can is it possible to keep the navigation links in the css so that they will apear on every page ???????
kittycat
02-20-2005, 11:09 PM
You can save all the CSS in an external stylesheet if you want.
If you want to include content in the same way you can include the CSS, you'll want to look into SSI/PHP includes: http://www.lissaexplains.com/html6.shtml
Super_Sonic
02-22-2005, 10:59 PM
can some1 plz tell me wat the code would be to make a footer?????? like in the css sheet