Friday, July 30, 2010
Blog Entries
By Larry Daniele on 12/26/2008 4:41 PM

2008 Christmas Dinner

Vickie and I had a nice Christmas dinner with Laura and her boyfriend Jim. We feasted on lasagne (both traditional and vegan), sautéed spinach and garlic and a loaf of braided bread (that Laura braided) made with stone-ground wheat flour and topped with sesame seeds. The green casserole dish (for the veggie lasagne) was a Christmas present from Sarah and Jarett that was put to immediate use!

By Larry Daniele on 12/23/2008 12:31 PM

If you are using a DotNetNuke skin that has set the body background color to a dark color (e.g. black), then when you use the FCK HTML Editor, select an image and then Browse Server, the popup window inherits the skin body color.

To fix this kind of problem, right-click on the problem window, View Source and see what CSS file might be specific to this popup. Then edit this CSS file with a different background color.

For example, I found "/Providers/HtmlEditorProviders/Fck/FCKtemplates/imageBrowser/Default/Styles.css" and added the lines:

/* customization for skin with black background */
body
{
    background-color: White;
}

This solved the problem!

 

Blog List
Search Blog
Blog Archive
Privacy Statement  |  Terms Of Use
Copyright 2007-2010 by Larry Daniele