<HTML>
<HEAD>
<TITLE>Snippet help: get image size?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>With a selection of "x.jpg", I'd like a snippet for the html context that can insert <BR>
<BR>
<img src="x.jpg" alt=" x.jpg" width="164" height="234" border="0" class="box1"><BR>
<BR>
<BR>
I have a snippet that works:<BR>
<BR>
<img src="${1:${TM_SELECTED_TEXT:TM_CURRENT_WORD}}" width="$2" height="$3" border="${4:0}" class="$5"><BR>
<BR>
but it only uses default values for width and height. Are there shell options to get these?<BR>
<BR>
Thanks for the help,<BR>
tim <BR>
<BR>
PS: if you find yourself making lists out of lines of text, this helps me<BR>
<BR>
<${1:ol}><BR>
${TM_SELECTED_TEXT/(^.+$)/\t<li>$1<\/li>/g}<BR>
</$1><BR>
<BR>
<BR>
<BR>
The secret of success is constancy to purpose. 
</SPAN></FONT>
<P ALIGN=RIGHT>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Benjamin Disraeli 
</SPAN></FONT>
<P>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
</SPAN></FONT>
</BODY>
</HTML>