Re: Changing Font Face/Sizes Across Multiple <span> elements...

  •  11-01-2005, 8:30 PM

    Re: Changing Font Face/Sizes Across Multiple <span> elements...

    First of all, sorry, I meant "<span>" not "<style>"

    1. No, it's using <span> tags...
     
    2. Original source is:
     
    <p align="center"><span style="font-size: 18pt">Welcome to</span>
    </p>
    <p align="center"><span style="font-size: 18pt">&#160;</span>
    </p>
    <p align="center"><span style="font-size: 18pt">Economics Center for Eduction &amp; Research</span>
    </p>
    <p align="center"><span style="font-size: 18pt">College of Business, University of Cincinnati</span>
    </p>
     
    3. I highlight all of the text, and try to do the following:
    - Change font to Comic Sans - it changes to Comic Sans in the source, but not in the "Normal" mode.
    -Change the size from 18 to 10. the "Normal" mode doesn't change, but the source view changes to:
     
    <p align="center"><span style="font-family: comic sans ms"><span style="font-size: 10pt"><span style="font-size: 18pt">Welcome to</span> </span></span>
    </p>
    <p align="center"><span style="font-family: comic sans ms"><span style="font-size: 10pt"><span style="font-size: 18pt">&#160;</span> </span></span>
    </p>
    <p align="center"><span style="font-family: comic sans ms"><span style="font-size: 10pt"><span style="font-size: 18pt">Economics Center for Eduction &amp; Research</span> </span></span>
    </p>
    <p align="center"><span style="font-family: comic sans ms"><span style="font-size: 10pt"><span style="font-size: 18pt">College of Business, University of Cincinnati</span> </span></span>
    </p>
     
     So this is just one example of what happens. The "Normal" view did not change at all, but the source did. When using this output on the page, it does not change from the "Normal" view.
     
    Any help would be greatly appreciated. It seems like after more and more editing, the page keeps getting more and more screwed up through the style tags.
     
    Thanks!
     
    Chris
View Complete Thread