|
_gail -> RE: Formatting & CSS - formating a portion of a sentence (12/4/2002 10:11:12)
|
quote:
ORIGINAL: pageoneresults Hi _gail, it' s all about usability and accessibility. The two tag references that you mention; <b> and <strong> can be achieved through css. But, you would not use the <span> class. You might do something like this in your css... strong.blue{color:#000080;background:#fff;} And then in your html you would put this... <strong class=" blue" >Copy here...</strong> p1r, Here' s what I' m still unclear about. Is there a preference as to which tag to use. The <strong></strong> OR the <strong class=" blue" >Copy here...</strong> Seems to me, for formatting a word within text such as the bolding I wished to achieve, it is a lot simpler to use the plain html tag rather than inserting the <strong class=" blue" >. Hope I' m making myself clear here. I' m also curious about this. If I use a css sheet, is it prudent to do any formatting in the traditional manner, ie. by using FrontPage formatting menu commands. quote:
There used to be a setting in FP that would allow you to use either <b> or <strong> tags. Anyone know where FP put this in 2002? Yup, right-click text, select font. Or Format menu > font. [image]http://www.frontpagewebmaster.com/upfiles/1556/Zx71957.gif[/image]
|
|
|
|