Ok, its up at http://freespiritmercantile.com/test.html
I can't seem to get the first line to work correctly and it should be simple as that section is a straight substitution of the link.
Printable View
Ok, its up at http://freespiritmercantile.com/test.html
I can't seem to get the first line to work correctly and it should be simple as that section is a straight substitution of the link.
Why do you have so many foldingheaders with nothing to expand?
"Why do you have so many foldingheaders with nothing to expand?"
From what I saw in the demo if you want something indented, you need a foldingheader. If thats not correct, what needs done to get a topic indented?
That is true but, If they are not headers, they cannot have that id because, if clicked, they will look for content to expand/contract. Another class with the same style would need to be made for items like that:
Then you could have, for example:Code:<style>
<!--
#foldheader, .listless {cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif)}
//-->
</style>
HTML Code:<li class="listless">Motorcycle</li>