J
jo
My css includes a style to use for formatting text inline - for emphasis.
This is working fine in IE, but doesn't appear to work in Netscape or
Firefox where the text remains unchanged.
Is this a compatibility issue (ie. span is not recognised is all browsers??)
or am I doing something wrong.
Here's what is in the css:
span.6inline { color: #333333; font-weight: bold;}
This is how it appears in the html:
<p>
sample text <span class="6inline">this text is using span style
6inline</span> sample text<p>
Thanks in advance for any suggestions.
This is working fine in IE, but doesn't appear to work in Netscape or
Firefox where the text remains unchanged.
Is this a compatibility issue (ie. span is not recognised is all browsers??)
or am I doing something wrong.
Here's what is in the css:
span.6inline { color: #333333; font-weight: bold;}
This is how it appears in the html:
<p>
sample text <span class="6inline">this text is using span style
6inline</span> sample text<p>
Thanks in advance for any suggestions.