
Create a Navbar Link with an Image
fn_navbar.RdGenerates an HTML anchor (<a>) element containing an image, to be used as a link in a navbar.
Arguments
- link
A string. The URL that the anchor element will link to.
- class
A string. The CSS class to be applied to the anchor element.
- image
A string. The source URL of the image to be displayed within the anchor element.
- width
A string or numeric. The width of the image, specified as a valid CSS width value (e.g., "100px", "50%").