|
From: Michael D. <mi...@sm...> - 2003-04-13 15:10:30
|
In article <ec6...@a7...>, James Bursa <bu...@us...> wrote: > It's is partially supported already, but <center> means more than one > thing in terms of CSS (which NetSurf uses for everything internally). > Please see http://allmyfaqs.com/cgi-bin/wiki.pl?Center_with_CSS. > > It would be great if the <small> tag was supported, to reduce the text > > size. Oh, right OK. :) > Open !NetSurf.Resources.CSS, and add something like > small { font-size: smaller; } > Simple :). Thanks, I've done that now. :) > > On http://www.smoothartist.com/reddwarf/ none of the colours are used. > > It just appears as black text on a white background although all the > > tables and cells have different colours. > The colours are missing # from the start, eg. bgcolor="7F68B9" should be > bgcolor="#7F68B9". I hadn't realised that the "#" was required. The page certainly validates as HTML 4.01 Transitional, without the "#". See: http://validator.w3.org/check?uri=www.smoothartist.com%2Freddwarf%2F Cheers, Mike -- Michael Drake - (TLSA) Check my website at: www.smoothartist.com |