CSS Error in Flare v4

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
cinnponce
Propeller Head
Posts: 16
Joined: Tue Jan 09, 2007 5:27 am

CSS Error in Flare v4

Post by cinnponce »

Hi,
We recently upgraded to Flare v 4 and every time I edit a topic, I get a message:

CSS: Invalid float: aligncenter

We never used a float and I do not know why I am getting this message. Has anyone else had this problem or know how I can resolve this issue?

Thanks. :(
lacastle
Propellus Maximus
Posts: 1028
Joined: Thu Apr 12, 2007 7:28 am
Location: Wilmington, DE
Contact:

Re: CSS Error in Flare v4

Post by lacastle »

Are any of the styles in your topics center-aligned (from the toolbar and not the stylesheet)? Does this happen for every topic?
cinnponce
Propeller Head
Posts: 16
Joined: Tue Jan 09, 2007 5:27 am

Re: CSS Error in Flare v4

Post by cinnponce »

It seems to be happening on our lists, noticeably when I merge two lists so far. I'm cleaning up styles in an existing project. We don't have anything center aligned in our CSS.
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: CSS Error in Flare v4

Post by KevinDAmery »

Open the CSS file in the internal text editor and do a search on aligncenter - that should find it if it's there.
Until next time....
Image
Kevin Amery
Certified MAD for Flare
cinnponce
Propeller Head
Posts: 16
Joined: Tue Jan 09, 2007 5:27 am

Re: CSS Error in Flare v4

Post by cinnponce »

Sorry, on the toolbar, they are left aligned.
cinnponce
Propeller Head
Posts: 16
Joined: Tue Jan 09, 2007 5:27 am

Re: CSS Error in Flare v4

Post by cinnponce »

Search did not find anything when I did a search on aligncenter and align center in the source code for the entire project and the CSS.
lacastle
Propellus Maximus
Posts: 1028
Joined: Thu Apr 12, 2007 7:28 am
Location: Wilmington, DE
Contact:

Re: CSS Error in Flare v4

Post by lacastle »

Are you cleaning up Flare 3.1 styles or RoboHelp styles? If it's RoboHelp, there are probably some weird hidden styles somewhere. Do you still have this problem if you copy all your text from the topic and paste it into a new topic?
cinnponce
Propeller Head
Posts: 16
Joined: Tue Jan 09, 2007 5:27 am

Re: CSS Error in Flare v4

Post by cinnponce »

Upon further investigation, it appears this issue is occurring because there is an hr style in one of our snippets that has a float:centeralign. We just need to figure out how to edit this and we should be all set. Thanks for the help!
lacastle
Propellus Maximus
Posts: 1028
Joined: Thu Apr 12, 2007 7:28 am
Location: Wilmington, DE
Contact:

Re: CSS Error in Flare v4

Post by lacastle »

You can edit the <hr> style in the stylesheet and look for the float tag.
Post Reply