I am trying to put together an application, and in the header for this application i have a table with 3 columns, one is the application logo, one is some text with the application title, and the third column is to dispay the users company logo by looking up which company they are assigned to...This all works just fine...
However the problem I am having is that images can look a bit distorted because i am using img height=90px width=90px src...
Is there anyway i can change this so that the height is 90px and the width is a proportional scale % to keep the image looking correct...