javascript - How to increase table inside images using html? -


i have created 1 table using html.

table details :

first row : inserted 1 image.

second row : contents.

again write 1 row.third row added.row content large , table automatically increase size first row image not increase.

how increase image @ table content based?

thanks,

kumar r

have try add css rule this?

table img {     width: 100%;     height: auto; } 

maybe it's css problem.


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -