Unordered Lists?

More
14 years 3 months ago #3400 by djw2
Unordered Lists? was created by djw2
For some reason... I cannot for the life of me figure out how to make an unordered list to show up in an article.

I've been through the configuration, the items, types, categories... thinking perhaps html was being stripped from content... but the heading tags show up properly.

I'm at a loss. Anybody have any ideas?

Thanks.

Dan

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3402 by yopyop001
Replied by yopyop001 on topic Unordered Lists?
Hi,

By 'unordered list', you mean html tags <ul> and <li>
like
Code:
<ul> <li>line1</li> <li>line2</li> </ul>

If you display the source code of the page, are these tags displayed?

Did you use Firebug (plugin for Firefox) to see if there is not a class in your template.css which hide all the tags '<li>'

Have you an url where we can see that?

And what editor do you use?

Lot of questions, but it'll be easier to diagnose the problem.

Rgds

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3415 by djw2
Replied by djw2 on topic Unordered Lists?
Thanks...

Yes, that kind of unordered list.

The tags are there when you view source.

I did not use firebug... the lists work in other part of the website, it's just in the FLEXIcontent item where they're not being shown, as if being stripped.

Here's the url.
shift.danieljwhelan.com/products ... e/sp1.html

I don't know what editor I'm using. This is another thing I was search through the FLEXIcontent admin for... where do you determine what editor you're using?

Thanks again.

Dan

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3423 by yopyop001
Replied by yopyop001 on topic Unordered Lists?
Hi,

You use css compression, so i can't tell you in which stylesheet is the probleme but have a look on your stylesheets and find :
Code:
ol, ul {list-style: none;list-style-position:outsitde}
and change that.

May be you can add in your flexicontent.css:
Code:
div#flexicontent ul li { list-style:disc; list-style-position:inside; }

I recommend you to use Firebug for Firefox to diagnose css problem. It's a powerfull tool for developper.

Rgds

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.271 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline