Log in

View Full Version : I want the breadcrumb navigation like this forum



envira
05-17-2011, 02:26 PM
Hello guys,
can anyone please help me how to code the breadcrumb navigation like this one.
see the breadcrumb navigation (http://www.audentio.com/community/forum/)

djr33
05-17-2011, 06:40 PM
What aspects are you interested in? If you google "breadcrumbs navigation" you will find a lot of information about how to create them in general. The short answer is this: you can write them by hand, but it will be much easier if you use a serverside language like PHP to automatically generate them. But of course that means you need to know/learn PHP.
A second question is about the styling of that page in particular. Once you have the breadcrumbs setup, you can then style them as you'd like. The two elements are separate and it should be easy to style any breadcrumbs in that way. However, again, if you can use PHP to set them up it will make editing the styles easier.

envira
05-17-2011, 07:24 PM
well thanks Mr.djr,i have made a breadcrumb navigation by using s tut,and i inserted it into a theme i made for mybb : check it out. (http://mimspace.com/mybb/index.php)

so i have seen this breadcrumb in a forum called audentio. (http://www.audentio.com/community/forum/)

I want to make similar to this,but all tries went in vain.

I just want it in plain html and css.

Thank you