I have a project due next week in Java programming. The program involves linked lists. I have insert at top/bottom delete top/bottom and delete any item working fine. I cannot get Insert after a particular item to work. I have the search part done, and I can get my linked list to be checked to see if the value is in it,, I asssume that I now have to pass the searchid variable to the LinkedList class and find the location again and then insert but my coding isn't working it keeps inserting at bottom,,, :S Any help would be appreciated! This is my first java project so please keep the explanations simple! Rgds Russ