<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=599094414-08012008><FONT face=Arial color=#0000ff size=2>By 
modifying only the html image tags, you are just stretching the same image that 
MapServer gave you before.  </FONT></SPAN></DIV>
<DIV><SPAN class=599094414-08012008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=599094414-08012008><FONT face=Arial color=#0000ff size=2>If you 
want a larger image, you will need to change the SIZE parameter in your map 
file.  If you don't want to do this statically in your map file, you can 
modify the map image size by adding '&map_size=1000+1000' to your URL  
(this is the syntax for MapServer 4.x, it is probably a little different for 
5.x)</FONT></SPAN></DIV>
<DIV><SPAN class=599094414-08012008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=599094414-08012008><FONT face=Arial color=#0000ff 
size=2>David.</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> UMN MapServer 
  Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>On Behalf Of </B>User 
  Map<BR><B>Sent:</B> Tuesday, January 08, 2008 8:31 AM<BR><B>To:</B> 
  MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> 
  [UMN_MAPSERVER-USERS]<BR><BR></FONT></DIV>
  <DIV>hi,</DIV>
  <DIV>i have shown my area map as a static map through html.  i want to 
  show this image larger on the html page, and also to save that as a bigger 
  image. i have tried setting the width and height in the image tag, it makes 
  the image bigger but distorted/streched. and when i save that streched image 
  the original image is saved but not the streched one. can u tell how to solve 
  this.thanks for helping.</DIV>
  <DIV>my html code is:</DIV>
  <DIV><html><BR>  <head><BR>    
  <title></title><BR>    <meta 
  http-equiv="Content-Type" content="text/html; 
  charset=iso-8859-1"><BR>    <link type="text/css" 
  rel="stylesheet" href="ms35.css" /><BR>  </head><BR>  
  <body bgcolor="#FFFFFF" text="#000000"><BR>    <table 
  align="center" border="0"><BR>      
  <tr><BR>        
  <td><BR>          <h3 
  align="center"> Map of post 
  code</h3><BR>          
  <div 
  align="center"><BR>            
  <img border="1" width="600" height="500" 
  src="/cgi-bin/mapserv.exe?map=/ms4w/Apache/htdocs/chk/db.map&layer=states&layer=state&layer=stat&mode=map" 
  /><BR>          
  </div><BR>          
  <BR>         
  </td><BR>      
  </tr><BR>    </table><BR>  
  </body><BR></html></DIV>
  <DIV> </DIV>
  <DIV>thanks for helping.</DIV>
  <P>
  <HR SIZE=1>
  Looking for last minute shopping deals? <A 
  href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping">Find 
  them fast with Yahoo! Search.</A></BLOCKQUOTE></BODY></HTML>