<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse"> <span
class="icon-bar"></span> <span
class="icon-bar"></span> <span
class="icon-bar"></span>
</a> <a class="brand" href="#"> <img alt="Foo"
src="/static/img/logo.png"
style="height:30px">
</a>
...
...
...
On Mar 3, 6:40 am, Mike Craig <[email protected]> wrote:
> Eventually I'll just absolute position hack my way into this...but
> basically, from the samples on the bootstrap pages, I want to replace
> "project logo" (an H tag and some text) with a corporate logo. I've tried
> stuffing background images into p div li even img and I can't get it to
> display. I did once with an anchor tag but ooof...that did not work out as
> well as I would have liked.
>
> Has anyone done this?
>
> Mike