|
You
have only specified tahoma as the font in your stylesheet. (I think) the
error is telling you to add a generic font such as 'sans-serif' or 'serif'
? This way if the user doesn't have Tahoma the browser will use the
system's default san-serif font...
E.g.
font-family: Tahoma, sans-serif;
|
- [WSG] A Little CSS Help Chris Stratford
- RE: [WSG] A Little CSS Help Miles Tillinger
- Re: [WSG] A Little CSS Help Miles Tillinger
- Re: [WSG] A Little CSS Help James Ellis
- Re: [WSG] A Little CSS Help Jonathan Baldwin
