Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <div class="box-left">
  2. <div id="title" class="blue" style="margin-top: -8px;width: 690px;margin-left: -8px;" >
  3. Administrateur(s) du site
  4. </div>
  5. <center>
  6. <?php
  7. $req6 = $bdd->prepare('SELECT * FROM membres WHERE rang = 3');
  8. $req6->execute();
  9. while($data6 = $req6->fetch()) {
  10. ?>
  11. <div class="box-equipe"><div style="margin-top: -9px;float:left;height:75px;width:150px;background: url('http://www.habbo.fr/habbo-imaging/avatarimage?user=<?php echo $data6['pseudo']; ?>&action=&direction=2&head_direction=2&gesture=&size=b') no-repeat;"></div> <div style="line-height: 27px;margin-right: 16px;margin-top: -60px;color: #666;font-size:16px; font-weight: 200;float:right"><?php echo $data6['username']; ?> </div></div>
  12. <?php
  13. }
  14. ?>
  15. </center>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement