Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorashmi
    • CommentTimeNov 28th 2006
     
    I just got Mozila and Opera and I realize that my web page that I am working on doesn't do it what it's supposed to.
    the table borders are supposed to be a blue colour but it doesn't work in opera/mozilla, but does in IE. I was just using bordercolor="#646e86"
    Is there any way to get table border colours to change i opera/mozilla?
    • CommentAuthorviane
    • CommentTimeNov 28th 2006
     
    Use CSS.

    Between the head tags, put the following (or add the middle line to your existing stylesheet:)


    <style type="text/css">
    td {border:1px solid COLORHERE;}
    </style>

    I believe that works, but if it doesn't, let me know