Mode portrait et paysage php
david690
Messages postés
7
Date d'inscription
Statut
Membre
Dernière intervention
-
david690 Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
david690 Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
bonjour,
je voudrai mettre sur mon site 2 dimensions d'images(avatar) que les membres mettrons sur leurs fiches sur ma base de donné jai un $maxwidth 100 et $maxheight 100 mais je voudrai que les images aient une dimenssion soit de 100 px par 75 px ou 75px par 100px
afin d'avoir 2 formes dorientation d'avatars different (portrait et paysage)
merçi a vous bonne journée
je voudrai mettre sur mon site 2 dimensions d'images(avatar) que les membres mettrons sur leurs fiches sur ma base de donné jai un $maxwidth 100 et $maxheight 100 mais je voudrai que les images aient une dimenssion soit de 100 px par 75 px ou 75px par 100px
afin d'avoir 2 formes dorientation d'avatars different (portrait et paysage)
merçi a vous bonne journée
A voir également:
- Mode portrait et paysage php
- Mode avion - Guide
- Mode portrait powerpoint - Guide
- Mode sécurisé samsung - Guide
- God mode - Guide
- Mode paysage word - Guide
2 réponses
$maxwidth =100;
$maxheight =100;
echo " <td width=205 align=center nowrap><table width=100% cellpadding=0 cellspacing=0 border=0><td height=18 align=center background=themes/deco/images/top.png><a href=\"membres&op=membresinfo&username=$users\"><b>$users</b></a><tr><td width=100%><table width=100% cellpadding=2 cellspacing=0 border=0 alt=$avat background=themes/deco/images/middle.png><td><img src=modules/membres/images/photo/$avatars alt='$users ' width=$maxwidth height=$maxheight border=1 class=photosmembres align=center><td><div class=presentation align=left><b>$presentation</b></td></table>
</table><table width=100% border=0 cellpadding=0 cellspacing=0><tr><td height=5 colspan=0 align=center background=themes/deco/images/bottom.png></table></td>";}
$maxheight =100;
echo " <td width=205 align=center nowrap><table width=100% cellpadding=0 cellspacing=0 border=0><td height=18 align=center background=themes/deco/images/top.png><a href=\"membres&op=membresinfo&username=$users\"><b>$users</b></a><tr><td width=100%><table width=100% cellpadding=2 cellspacing=0 border=0 alt=$avat background=themes/deco/images/middle.png><td><img src=modules/membres/images/photo/$avatars alt='$users ' width=$maxwidth height=$maxheight border=1 class=photosmembres align=center><td><div class=presentation align=left><b>$presentation</b></td></table>
</table><table width=100% border=0 cellpadding=0 cellspacing=0><tr><td height=5 colspan=0 align=center background=themes/deco/images/bottom.png></table></td>";}