vsrawat: -------------------------------------------------------------------------------- As color codes are invariably put in html/ css pages as Hex code (#A17C45), this becomes a task for us to convert each number from hex to decimal and then enter it. --------------------------------------------------------------------------------
You can use rgb(255,255,255) instead of #FFFFFF in CSS, though I don't know if there are older browsers that don't support it. You might also want to try my js_encode script: http://www.pspad.com/de/pspad-extensions.php?stranka=2 Helpful for those who want to convert between these two styles of colors without too much of mental math. -- <http://forum.pspad.com/read.php?2,48033,48074> PSPad freeware editor http://www.pspad.com
