Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help creating breadcrumb trail i n HTML

  • 29-01-2012 2:23pm
    #1
    Closed Accounts Posts: 621 ✭✭✭


    Hey Guys
    Im fairly new to IT and am designing a CRM for college - in HTML
    Im trying to create a Breadcrumb trail as part of the page and wondering if there is basic code for this. Cant find info on w3schools.com for this.
    The trail will look something like the below:
    Home page > Section page > Subsection page

    Any help would be great
    Regards
    RA


Comments

  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    Hey Guys
    Im fairly new to IT and am designing a CRM for college - in HTML
    Im trying to create a Breadcrumb trail as part of the page and wondering if there is basic code for this. Cant find info on w3schools.com for this.
    The trail will look something like the below:
    Home page > Section page > Subsection page

    Any help would be great
    Regards
    RA

    Unless you're working with server-side technology such as PHP, the breadcrumb trail is just a couple of standard HTML links in a line at the top of a page


  • Registered Users, Registered Users 2 Posts: 21,263 ✭✭✭✭Eoin


    This article has some info on using HTML lists to create breadcrumb trails:
    http://www.alistapart.com/articles/taminglists/


Advertisement