Forum Moderators: open
Normally you can just enter in the image size like this:
<img src="http://www.example.com/image.jpg" width="100" height="100">
Here is the problem. The program uses a snippit of code to insert the image into the website like this <<IMAGE>>
I just enter that in the HTML exactly where I want the picture to be.
That snippit of code only includes this:
<img src="http://www.example.com/image.jpg">
I can't include the image size after the code. Any ideas on how I can adjust the image size?
upload and resize image [webmasterworld.com]