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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Jack @ PharSide

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

Post 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
michelG
Forum Members
Forum Members
Posts: 43
Joined: Tue Jul 17, 2007 1:25 pm

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

Post 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;
}
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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...
Locked

Return to “Layout and Design (CSS & HTML)”