Jump to content

How to make links.


xcfwebdude

Recommended Posts

Hi! I want to make links to other pages i like. I have a own html file for this.

I wonder what is the best way to do this with bootsrap that is best looking?

XCF.

Link to comment
Share on other sites

Hii Good Morning.

You can design your link using bootstrap in more better way.

There is a simple link, dropdown link, Linkbutton and more.

I am posting here the dropdown link using bootstrap.

Ex :- <div class="dropdown">
    <button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown">DropDown Link
    <span class="caret"></span></button>
    <ul class="dropdown-menu">
      <li><a href="#">First</a></li>
      <li><a href="#">Second</a></li>
    </ul>
  </div>

You can add these to navbar also.

I hope you understand it.

Thanks!

Link to comment
Share on other sites

Hi,

Following, and I have a question.

I'm seeing my image links show up at the bottom of my screen when I mouse over just to the left of my home button in the nav bar, its empty space.  I have two images in the body with links to external sites, the  links do show up when I mouse over the image itself (which is correct). But I can't figure out what is causing them to also show up in the nav bar. Any suggestions?

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...