html - Displaying images inline with PHP & CSS -
html - Displaying images inline with PHP & CSS -
i echoing images out on page using php images , info go downwards page so:
1 2 3
i need them inline, there anyway this? here have:
<?php echo ' <div class="auction_box" style="height:150px"> <form name="myform" action="http://hffhfghfhf.net/testing.php" method="post"> <p> </p> <p> </p> <p> </p> <img src="http://hfhfghfgh.net/'.$battle_get['pic'].'" height="96px" width="96px"/><br/> name:<br/>' .$v->pokemon. '<br/> level:' .$v->level. '<br/> exp:' .$v->exp. '<br/> </form> </div>'; } } ?>
apply float: left;
.auction_box
class, think?
php html css
Comments
Post a Comment