Options
CommentAuthorInfo
Has anyone figured out why this doesn't work in FF but does work in IE?
Never mind, it did display when I wasn't logged in. Sorry, 50 lashes with a wet noodle!
Never mind, it did display when I wasn't logged in. Sorry, 50 lashes with a wet noodle!
0
This discussion has been closed.
Comments
Edit: I completely forgot that this adds a Forum Preference. For some reason, the comment author information displays for me even though I don't have this checked off. It looks like each forum member will have to change this option. Try it for you and see what displays.
When I checked this off on your forum under my account, I saw the additional information.
#Comments .CommentHeader .AuthorInformation { /* float:left; line-height:1em; margin:4px 4px 0px 0px; padding:0px; text-align:left;*/ font: bold; font-size: 0.8em; } #Comments .CommentHeader .AuthorInformation li { display:inline; } /* get it somewhat nice in opera & konqueror */ #Comments .CommentHeader ul { padding-right:1em; } /* avoid conflicts with AjaxQuote's style (at least in firefox) */ .CommentBody blockquote:first-child{ /* margin-top:3em;*/ }
As you can see, I have commented out some of the css. Try it and see what happens.