HTML content block not working for lists
DelightfulLight
Registered Users Posts: 8 Beginner grinner
my smugmug site : delightfullight.com
using: firefox on windows 7
i've placed an html content block on my all galleries customization (unpublished) page and the <ul></ul> and <li></li> tags do not produce any bullets or formatting. i've triple checked the open and closing tags. i've streamlined the code as best i can to no avail. furthermore, the same tags do not work in any other location on my site.
any ideas?
using: firefox on windows 7
i've placed an html content block on my all galleries customization (unpublished) page and the <ul></ul> and <li></li> tags do not produce any bullets or formatting. i've triple checked the open and closing tags. i've streamlined the code as best i can to no avail. furthermore, the same tags do not work in any other location on my site.
any ideas?
0
Comments
Try adding the following in the CSS tab of your content block (which will override the default style that is causing the bullets to not show up):
-Mike
(and an avid landscape photographer - view my website)
I don't use all of these list variations in every list but I've been putting the total thing in all CSS blocks for any list, in case I want to change the list type.
There are other aspects of lists where the html breaks in Smugmug. For example if you have sub-lists, putting the red </li> where I did, in the example below, breaks the code, even though in some programs like Dreamweaver or on the W3S site, those systems 'manage' it.
If your code continues to break, I suggest posting the questions here, as some of us do need our list coding skills drastically upgraded.
My deepest gratitude to Snakeey11 and ChancyRat for your help. Your combined efforts were just what I needed.
So here we are three years later and it still helps. Thanks.