|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to re size images to fit in cell for my css? Hi, I have this problem with my CSS & the images. I want to do some redesigning work with my website So I want to know that how can I force my images to automatically re size & fit in the cell of a table? The re size need to be in both ways compress & well as stretch. Please let me know how to do this? Please help me. |
#2
| |||
| |||
Re: How to re size images to fit in cell for my css? Hi, I think you need to go through this document that will guide you about resizing the images so you can put your images in different sized cell of a table with the help of css. Always remember for website help First go to W3C http://www.w3.org/TR/2002/WD-css3-ba...ckground-size0 I hope this helps! |
#3
| |||
| |||
Re: How to re size images to fit in cell for my css? You should change the size of the images so that they fit the table cell size you want. If you have 3 cells across the page, they will all be as large as the largest one. If you want them to all be the same size regardless, then put a width and height on the img. Code: css: td { width:xxpx; height:yypx;} and / or img {width:xxpx; height:yypx;} |
![]() |
|
Tags: css, image resize |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Applying absolute cell referencing to many cell in Excel | Nyota | MS Office Support | 2 | 24-02-2012 07:23 PM |
How to restore cell gridlines lost after coloring the cell in Excel? | Chitti's | Windows Software | 2 | 04-01-2012 06:54 PM |
How to download all the images on a page to its actual size | Connect_Me | Technology & Internet | 3 | 12-05-2009 02:16 PM |
Auto-populate a MS Word table cell with text from a diff cell? | dreamrthts | Windows Software | 5 | 23-03-2009 10:39 PM |
The logical size of this database is 16 GB. This database size is approaching the size limit of 18 GB | HandelMan | Small Business Server | 3 | 18-04-2007 04:26 PM |