On 5/15/11 10:17 PM, Stanimir Stamenkov wrote:
> 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.
> 

Thank you so very much.  I finally got it to work.  I'm using em instead
of px for the length of the left margin.

-- 

David E. Ross
<http://www.rossde.com/>

On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to