For example, I write in the code:
Code: Select all
<img src="picture.jpg" height="10" width="100" alt="picture" />
so it should change the line to:
Code: Select all
<img src="picture.jpg" height="400" width="600" alt="picture" />
Best wishes
Uli
Moderator: kfury77
Code: Select all
<img src="picture.jpg" height="10" width="100" alt="picture" />
Code: Select all
<img src="picture.jpg" height="400" width="600" alt="picture" />