i have the following code on a web page:
Team:
<ul class="checkboxTree[0] checkboxTree" id="tree2">
. . . . .
the ul list shows up a line below the Text “Team”. How can i get it to show up directly to the right of the team and not have any line break.
An unordered list is a block-level element.
I’d need more information to give you good advice, but the simplest way is a CSS rule:
or
See the CSS spec for the gory details.