http://www.perlmonks.org?node_id=45008


in reply to Re: On Stylesheets
in thread On Stylesheets

Set background and foreground colors together

I've already tried (albiet not persistently; I'm kind of busy just now). On my browser (Netscape 4.75 for Linux), the the dark page's link colors seem to override mine.

Replies are listed 'Best First'.
Re: Re: Re: On Stylesheets
by extremely (Priest) on Dec 06, 2000 at 02:37 UTC
    Did you try with stylesheet style commands or with eldritch HTML2 and HTML3 commands? Try
    <table style="color: #336699; background: #cc3399"> </table>
    default from table style
    override in the tr tag
    Td tag override

    Ahh man vroom strips style tags...

    --
    $you = new YOU;
    honk() if $you->love(perl)