I have the following question :
I have a picture of a floor and the dimention are W=500     H=375
I put this image on te screen by the following command
  <img border="0" src="red.jpg" WIDTH="500" HEIGHT="375">
I want to make this picture smaller
  <img border="0" src="red.jpg" width="250" height="100">

Now the whole picture is smaller and i want to see only the dimentions W=250
and H=100
and not the dimentions W=250     H275

+++++++++++++++++++++++++
+                       +
+  +++ +++ +++ +++ +++  +
+                       +
+                       +
+                       +
+                       +
+++++++++++++++++++++++++

++++++++++++
+          +
+  +++ +++ +
+          +
+          +
++++++++++++


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to