Is it possible to insert a link within another link? Check out the image attached below:
I am attempting to make the entire grey bar clickable, but if the user clicks on the wheel or the move arrow, they should be directed to different links. Here is my current code:
<a href="#" class="sp_mngt_bar">
<h1><?php echo $v; ?></h1>
<a href="#" class="t_icons t_icons_settings sp_mngt_settings"></a>
<a href="#" class="t_icons t_icons_move sp_mngt_move"></a>
</a>
Is this considered proper practice? Am I approaching this incorrectly? How would you handle this situation? Thank you for your assistance!