hi
how can i set the style to apply to the div even if 1 one of the word is set to different color ?
for example :
<div style="position: absolute; width: 104px; height: 104px; top: 125px; left: 121px">Type text here</div>
if red color is set to "here".......then my editior will automatically set red color to "Type text here" ?
is it possible to do this ?
thanks