You can wrap them in span tags: <span style="color:#ff0000;">C'est</span><span style="color:#c0c0c0;">Cui</span>
That's just an example using inline css. You would set the classes for the spans in your css files. Just a note though that this isn't really blueprint related On Feb 6, 8:41 am, mila <[email protected]> wrote: > Hi! Is there an easy way to make the text Cest Cui appear like Cest in > red and Cui in gray color. > I use strict xhtml and tried : > <h1 class="header">C'est <nobr class="grey">Cui</nobr></h1> > <h1 class="header">C'est <font color="#c0c0c0">Cui</font></h1> > but xhtml wont accept this. > The should be a simple solution but I cant find it! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
