sweenster
02-10-2004, 01:03 PM
how would i replicate this in CSS:
<p>This word is coloured <font color="#FF0000">red</font> and this is black</p>
i was thinking of using something along the lines of:
<p class="1">This word is coloured <p class="2">red</p> and this is black</p>
is that right?? or is there another tag that i have to use instead?
<p>This word is coloured <font color="#FF0000">red</font> and this is black</p>
i was thinking of using something along the lines of:
<p class="1">This word is coloured <p class="2">red</p> and this is black</p>
is that right?? or is there another tag that i have to use instead?