-
Image size...
When I give percentages to an image, it doesn't appears. Why?? How can I fix it??
<img src="<?php echo $arr["imagem"]; ?>" width='20%' height='20%' border="0">
-
-
Unless this is php specific, percentages used with images usually just set it to a percentage of the dimensions of the parent (containing) element. If that has 0 height and width, the image will have 0 height and width.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks