|
Hey what's up guys?! Ok, here's what's going on. I made a web page that displays perfectly on a 19 inch monitor. When I view it on a 17 inch monitor, the web page is cramped up. I have to scroll to the right in order to view the rest of the right side of the page. Left and right side panes which are tables, shrink really small. Meanwhile, middle column table retains its orignal size. What I believe is going on is even though I set up my site with html using tables to be resized by percentage, the images are keeping their original sizes. So this in essence forces the tables that have images to keep the same size as the image even though I'm telling them to use 15% width. All the other tables without images try to resize accordingly but dont due to the other columned tables not resizing correctly. Does anyone know a way to resize the images in case a smaller monitor is being used to view the web page so that everything is viewed normally? If I make the image small enough to fit in the 17inch monitor, it looks too small on the 19 inch monitor. Thanks in advance.
|