IMG Tag Attributes Lost

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
brignol
User
Posts: 4

IMG Tag Attributes Lost

Post by brignol »

Hi

From the V 10.0.2 I'm lost the IMG TAG Attributes: WIDTH, HEIGHT

With this new version (10.0.2) I need do something extra??

In the mid-time I solved adding this class to the CSS File:

.ewTableRow img, .ewTableAltRow img {
max-width: 120px;
}



Post Reply