When you make it so you enter a value for, lets say a divider, such as “------------” to seperate different types of links, how do you make it so it doesnt have a link, it just does nothing when its clicked?
Set the link to “#” I <b>think</b>
Ahhh…That makes it so it goes to the current page and stays and whatnot, is there any way to get rid of the click? So it isn’t even a link anymore?
I’m not entirely sure, did you try leaving it blank?
Yea it messes up.
instead of # do javascript:void(0);
^Thats the ticket.