html - How to position an image in the bottom right corner of a frame? -
on this page (roman umismatics), position yellow 'bid
' button @ bottom right of individual frames.
current code
<p><a href="<?= $product->page_url() ?>"><img border="0" alt="bid" src="/themes/roma/resources/img/bid.png" style="margin:0" /></a></p>
what code need change achieve this?
add class paragraph , float paragraph right.
that work.
<p class="alignright"> .alignright { float: right; }
Comments
Post a Comment