Sun, 15 May 2011 21:36:16 -0700, /David E. Ross/:

Rather than fiddling with indentation and h3 + dl, I tried to set the
font color for that page to red (#FF0000):
        @-moz-document
        url("file:///C:/WINDOWS/Application Data/SeaMonkey
                /David/bookmarks.html")
        { body { color: #FF0000 !important } }
(again with the url declaration all on one, unwrapped line).  That also
did not work.

You need to encode the spaces in the URL as %20:

@-moz-document
ulr("file:///C:/WINDOWS/Application%20Data/SeaMonkey/David/bookmarks.html")

Once you open the file in the browser you should generally Copy+Paste the URL (the whole of it) from the URL bar. There was a bug in SM 2.0.* which left spaces decoded during such a Copy+Paste operation from the URL bar.

--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to