Bonjour,Sans code, difficile d'aider...
Néanmoins, il suffirait de fixer sa taille via CSS, par exemple :
Mais tout dépend du code...
Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part table { width:XXXpx; }
Pensez à utiliser les ressources disponibles en Dev. Web :
(x)HTML : Cours (X)HTML / FAQ (X)HTML
CSS : Cours CSS / FAQ CSS / Galerie CSS
Javascript : Cours / FAQ / Sources
Mon site : Développeur Web Freelance
Voila le code :
Désolé il est assez imposant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 <td width=75% class=menu_item_higt_HW><input type=checkbox name=val$k onclick='checkedCheck(invAction,$k);'> <a href='./frameset.php?module=$_GET[module]&val$k=on&hwedit$k=$row_verif6[0]@$row_verif[0]&nbrow=$nbrowEdit&action=Edit' target='_self'>$row_verif6[0] ($row_verif6[1])</a></td> <td align=center width=5% class=menu_item_highlight_HW td_item_highlight_HW><a href=\"frameset.php?module=698d51a19d8a121ce581499d7b701668&machineSelect=$row_verif6[0]@$row_verif[0]\" target=\"_self\"><img src=$imgpath/bbb/alert.gif border=0 alt='View all alerts' title='View all alerts'></a></td>"; <td align=center width=5% class=menu_item_highlight_HW td_item_highlight_HW><a href=\"frameset.php?module=19ca14e7ea6328a42e0eb13d585e4c22&machineSelect=$row_verif6[0]@$row_verif[0]\" target=\"_self\"><img src=$imgpath/bbb/hardware.gif border=0 alt='View hardware configuration' title='View hardware configuration'></a></td> <td align=center width=5% class=menu_item_highlight_HW td_item_highlight_HW><a href=\"frameset.php?module=1c383cd30b7c298ab50293adfecb7b18&machineSelect=$row_verif6[0]@$row_verif[0]\" target=\"_self\"><img src=$imgpath/bbb/share.gif border=0 alt='Remote desktop' title='Remote desktop'></a></td> <td align=center width=5% class=menu_item_highlight_HW td_item_highlight_HW><a href='#' class='tooltip'><img src=$imgpath/bbb/network.gif border=0><em><span></span>$ttbox_group</em></a></td> <td align=center width=5% class=menu_item_highlight_HW td_item_highlight_HW><img src=$imgpath/bbb/soft.gif border=0></td>
Il faut agir sur la balise <table> (et non td)...
Donc au pire (style en ligne) :
Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part <table style="width:XXXpx" ... >
Pensez à utiliser les ressources disponibles en Dev. Web :
(x)HTML : Cours (X)HTML / FAQ (X)HTML
CSS : Cours CSS / FAQ CSS / Galerie CSS
Javascript : Cours / FAQ / Sources
Mon site : Développeur Web Freelance
Parfait
Merci beaucoup ^^
Cela ne viendrai pas du width="75%" sur le 1er td ?
Difficile à dire comme cela...
Une page en ligne permettrait de répondre avec plus précisions...
Pensez à utiliser les ressources disponibles en Dev. Web :
(x)HTML : Cours (X)HTML / FAQ (X)HTML
CSS : Cours CSS / FAQ CSS / Galerie CSS
Javascript : Cours / FAQ / Sources
Mon site : Développeur Web Freelance
Je n'ai pas les moyens de mettre en ligne mon projet. :s
Je ne comprend pas alors que toutes les tailles sont fixé que ça ce decale....![]()
Partager