Forums
This topic is locked
setting browser preferences for your site
Posted 16 Jan 2003 03:56:56
1
has voted
16 Jan 2003 03:56:56 Kim Polley posted:
HelloI was recently checking my latest website in different browsers (Mac IE, NS and PC IE, NS) and each time the result was different (www.peaceatwork.com).
1. In some cases the font came up black and in times roman when in fact the style sheet has it as white text and arial.
and...
2. The internal scroll bar (frames) is white (with just arrows showing) in IE but a full bar in PC NS and MAC IE and NS.
Is there anyway you can overide the different browsers and make them default to the style sheet attached to your site or is it just one of the many anomolies with the www?
Thanks
__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replies
Replied 16 Jan 2003 05:59:58
16 Jan 2003 05:59:58 Owen Eastwick replied:
Make sure that the CSS style is applied to the <td> tag, not just the <table>
e.g.
<td class="WhiteText">
blah blah
</td>
If you are still having problems apply it to the text:
<span class="WhiteText">blah blah</span>
Regards
Owen.
---------------------------------------------------
Used programming books and web development software for sale (UK only):
www.tdsf.co.uk/Shop.htm
Multiple Parameter UD4 / Access 2000 Search Tutorial:
www.tdsf.co.uk/tdsfdemo/
Edited by - oeastwick on 16 Jan 2003 06:00:37
e.g.
<td class="WhiteText">
blah blah
</td>
If you are still having problems apply it to the text:
<span class="WhiteText">blah blah</span>
Regards
Owen.
---------------------------------------------------
Used programming books and web development software for sale (UK only):
www.tdsf.co.uk/Shop.htm
Multiple Parameter UD4 / Access 2000 Search Tutorial:
www.tdsf.co.uk/tdsfdemo/
Edited by - oeastwick on 16 Jan 2003 06:00:37