Posts

Showing posts from February, 2013

Line height not working for text in button (only in Firefox)

Found this interesting bug when I was trying to position a text inside a button or input submit. This only happen in Firefox browser. After searching online, found the solution from below website, http://www.cssnewbie.com/input-button-line-height-bug/#.US7N129BMQ4 (credit to Rob Glazebrook for the clear explanation and workaround ). Hope the findings can help others who face the same problem. :)

FTP BAT Script Doesn't work. Goes in a LOOP by itself

There is time where bat file created and when run, it keep looping the command inside. After a while, found out that, the file name is the problem. Never ever create a .bat file with the following name: ftp.bat Happy coding. :)