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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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