Hi, I´m trying to format one word, within a paragraph, differently from the rest of the words,like so
<p class="pShade">My text here</p>
if I want to make the word 'My' to appear red, I cant think of a way to do it without breaking the paragraph... I've tried things like this
<p class="pShade" color="red">My</p><p class="pShade"></p></p>
but, how am I not surprised, it doesnt work
I'm sure it's simple and staring me in the face... perhaps too many hours coding... need a break... go to get that cuppa...
Cheers all
elmiocid
I