Make sure you wrap the PHP code with <?php and ?>
<?php highlight_string('<?php // ... Some code ?>'); ?>
Make sure you wrap the PHP code with <?php and ?>
<?php highlight_string('<?php // ... Some code ?>'); ?>
In order to do this, you must position the parent box relative, you don’t need to set the left/right or top/bottom necessarily, just a:
.ab-parent-box { position: relative; }
Will do the trick…