Question
Display on web site not matching design window
Hi
I have this code on a page to add a background to some text:
<p>Follow the sign to
<span>XM496</span>
(Britannia) as indicated.
</p>
which is controlled by
span {
color: #FFF;
background-color: #600;
}
In my design window it shows up perfectly but in a browser it does not.
The web site is
would appreciate some help on what I’ve missed
thanks
Ian