Link to home
Start Free TrialLog in
Avatar of padmasambhava
padmasambhava

asked on

CSS How do I make my css file make any image in a table a certain size?

CSS How do I make my css file make any image in a table a certain size?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

That is normally done in the image tag, not in CSS.  To do it in CSS, you would have to give each image a unique id so you could apply the specific CSS to it.  Another way in a table with fixed cell sizes is to set the width to a percentage instead of pixels.  100% will fill the cell.
Avatar of padmasambhava
padmasambhava

ASKER

I cannot put it inline. Every attempt to add a width has resulted in no change.
Then you need to give us a link to check out your page to see what is causing it.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial