Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by poulet

  1. poulet

    Table alignment NIGHTMARE !!!

    Here are html and css extracts : (Sorry 4 french language :) <TABLE bgcolor=yellow cellspacing=0 width=&quot;100%&quot;> <TR> <TD class=coin_superieur_gauche></TD> <TD class=fil_superieur></TD> <TD class=gauche_onglet></TD> <TD class=centre_onglet>Projet Mémenda</TD> <TD...
  2. poulet

    Table alignment NIGHTMARE !!!

    I got five cells on a row in a HTML table. I give a specific width to the first, the third and the fifth ones but not for the others. The way I set the dimensions is : TD.myStyle { background: url(xxx.png); padding: 0px width: 28px; } I do that to make the pic fit perfectly to the cell, but...
  3. poulet

    to cast a double

    Thank you very much ;)
  4. poulet

    to cast a double

    Hi ! I'm trying to cast a double with many decimal figures to another one with only two decimals Example : 4.657321654 => 4.65 Thank you. Poulet

Part and Inventory Search

Back
Top