|
JHawkins -> RE: CSS Example - Beginners Cascading Style Sheet (6/3/2003 11:42:31)
|
quote:
FP does not pick up em or strong rules in the style sheet. What this means is they have to be coded manually. You could of course use the <b> and <i> tags but I' m working towards total accessibilty and the semantics of <strong> and <em> are more accessible. I' m a little confused. I quit using <b> and <i> quite awhile back, but I still add the <strong> and <em> tags by highlighting my text, clicking on the font dropdown menu and select Strong or Emphasis in the Effects section. Or is that what you mean by manually? It' s not as handy as having a specific button, but it works. Also, for Sheldon469, CSS essentially is a way to separate formatting from content, or put another way, how a page looks vs how a page reads. Besides your pages possibly loading faster, they will have a far better chance of being accessible to the growing numbers of visually impaired who depend on the internet as much as the rest of us do. With CSS a screen reader will be able to read the content of your page without having to also read through all of the formatting tags used in basic html. Personally, the more I learn about CSS and the more I use it, the more I like it and appreciate it' s potential. One of it' s greatest advantages: If you have a specific layout for your entire site, ie. font size, background, etc., you can set all of that up in one stylesheet. Then if you change your mind about some of your layout, like wanting a different background, you just change it in your stylesheet and voila! you' re entire site is changed. Cool, huh?
|
|
|
|