Page 1 of 1

CSS issue (I think?) with Bullets and Indentation?

Posted: Fri Jul 27, 2007 6:26 pm
by Jack @ PharSide
Hi all,

I am new to stylesheets but fairly decent with them. I did notice on a few of my newer installs of the CMS, all buttlet and indentation formatting disappeared within the wsyiswyg and the actual pages. However, if I go into the modules page of the FCKEditor and use the editor test, the formatting works correctly.

I guess my questions are:
  • Is there a style I can add to handle this issue?
  • Why would this happen in the first place? I can't find anything that would wipe out the default settings for bullets
Let me know if you need a screenshot and ill add one of the test and production wysiwyg editors in action. That will show you the testing version works and the production does not.

One last thing: The UL and LI tages are present in the page. It just doesn't show the bullets?

Thanks all and hope this is enough info for some much needed help :-)
-Jack SD
version 1.1

Re: CSS issue (I think?) with Bullets and Indentation?

Posted: Sat Jul 28, 2007 1:16 am
by michelG
Yes. You should give us more info: screen shots with descriptions and your site style sheet(s).

Are you sure that you do not have a style that would cancel the default indent and bullet. Something such as:

ul, ol, blockquote  {
margin-left:0;
padding-left: 0;
list-style:none;
}

Re: CSS issue (I think?) with Bullets and Indentation?

Posted: Sat Jul 28, 2007 1:28 am
by Dr.CSS
You may want to look thru the CCS for them could be if you are using a customized/default template it has a style sheet attached like typo that has main ul and main li styling...