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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -