ThoughtStream
Technical User
I have run into a bit of a confusing problem for me. I want to change the color of a single word within a <p> tag to have red font. I know how to do this using html using the <font color=""> tag, but I have been told that is depreciated (or soon will be) so I need to use CSS instead. This is the line I want to edit (with the <font color> that I want to replace with css)
<p>Select your preferred seating area<font color="red"> (below)</font> or <asp:HyperLink>Click Here</asp:HyperLink> to have the best seats chosen by the system</p>
But I cannot get it to only color the word "below" red. Such a simple thing, but it has me completely stumped
I'm open to any advice at this point.
<p>Select your preferred seating area<font color="red"> (below)</font> or <asp:HyperLink>Click Here</asp:HyperLink> to have the best seats chosen by the system</p>
But I cannot get it to only color the word "below" red. Such a simple thing, but it has me completely stumped
I'm open to any advice at this point.