Hei Kevin!
Thanks for your anwer. The problem is that i need a html-markup like
<li>...</li>
<li>...
<ul class="upload">
<li>file-upload</li>
<li>file-upload</li>
<li>file-upload</li>
<li>file-upload</li>
</ul>
</li>
<li>...</li>
That is no solutin to add a <ul class="upload">
into my page and style with css. I need to add markup and i need to add this where i need the markup (ok, i can use a jquery-based solution to add html-markup, but thats not so perfom).
So, i like to follow your given markup with <ul> <li>
and its possible. But to close manuell list and work with emty <li>
and hack with display="none"
is bad an blows up the html-markup. Thats the reason why gravityform need to add html without a <li> ... </li>
wrapper.
Posted 13 years ago on Thursday November 24, 2011 |
Permalink