|
abbeyvet -> RE: About to take the CSS plunge! (5/20/2003 5:04:57)
|
quote:
Is it possible to have a FrontPage theme control navigation buttons, bullets, heading colors, etc. and just have a CSS that controls font style and size? I imagine so, as long as you are writing your own CSS and not using the FP take on one. It will somewhat negate some of the advantages though - ie the nice short clean code on your pages, which will still have the FP stuff in them. quote:
External, internal (aka: an innie or an outie) and what is the benefit of the better choice? External. That means that changing one stylesheet changes all pages, if you use an interanl stylesheet changes would have to be made on each page. Keep internal stylesheets for styles that apply to one page only. Understanding the point of internal stylesheets depends on understanding what the ' cascading' bit in CSS means. There is a good tutorial on this here: http://courses.wccnet.edu/computer/mod/x21c.htm quote:
Any additional words of advice? Think about using CSS for layout as well as for presentation of text etc. It is tricky to get the hang of the first time you look at it but once you do makes laying out pages a real joy. There are some layouts here that you can play with to give you the idea: http://glish.com/css/
|
|
|
|