TRN
11-02-2002, 05:10 PM
Just in case you noticed things appearing and disappearing in the admin messages, I was attempting to get a lead story message into the admin message box along with a style with a dashed border on the top and bottom of the text.
This code was added to the style.css sheet for the theme.
.horizontal {
clear:both;
margin:1em 0;
padding:1em 0;
border-top:1px dashed #aaa;
border-bottom:1px dashed #aaa;
}
Maybe there is a setting in the postnuke keeping the style sheet from being used.
This code was added to the style.css sheet for the theme.
.horizontal {
clear:both;
margin:1em 0;
padding:1em 0;
border-top:1px dashed #aaa;
border-bottom:1px dashed #aaa;
}
Maybe there is a setting in the postnuke keeping the style sheet from being used.