Heh, I see, well I am trying to do this:
Code:
<style>
h3 {
border-bottom: 1px solid #000000;
text-align: left;
font-face: Arial, Helvetica, Verdana, Sans-serif;
font-size: 11pt;
padding-bottom: 2px;
padding-top: 4px;
margin: 0 0 2px 0;
}
.crumbs li {
display: inline;
}
</style>
<body>
<h3>Current Location:<ul class="crumbs"><li>Home</li><li>News</li></h3>
</body>
The problem being, that since the h3 has a top and bottom border, I want the list to stay inline with it at the small font height and not go to a new line and be indented. Thus spacing out the h3.