I dont have much experience with javascript. Can someone please provide a javascript to create something like the image below:
Hmmm, I don't think you are after Javascript ... I think you are after CSS? Javascript is client side code that controls actions such as opening pop-up windows, showing alerts, changing colours on the screen, resizing elements on the page, hiding elements etc. If you just want to create what you have shown above as an image (jpg, gif etc.) you'll need to use software such as Photoshop etc. If you want to create what you have shown above on a web page, you either need to do this using CSS or simply create a table, for example something like this below: (P.S: This is not tested ... I am just typing it here) <table width='100'> <tr> <td bgcolor="#333399"> 1:00AM </td> </tr> <tr> <td bgcolor="#3333FF"> Client Name </td> </tr> </table> Code (markup):