<font face="arial" size="2">
                                <br />   Unless you want to put the cursor into the field at the end, you're going to have to get really creative.  You could set the field's overflow to visible (I'm not even sure if that works for text input fields), and then put it inside a div that clips it and right-justifies... but that seems like going a bit too far.<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: "Nico Ferretti" <a href="mailto:ferrettinico@gmail.com">ferrettinico@gmail.com</a><br /></font>
                <br />Yes... i've tried that, and it's the same...<br /><br /><div><span class="gmail_quote">On 1/31/07, <b class="gmail_sendername">Mike Dougherty</b> &lt;<a href="mailto:mdougherty@pbp.com">mdougherty@pbp.com</a>&gt; wrote: </span><blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">have you tried css?<br /><br />input { text-align: right; }<br /><br />On Tue, 30 Jan 2007 17:54:51 -0300 <br />  "Nico Ferretti" &lt;<a href="mailto:ferrettinico@gmail.com">ferrettinico@gmail.com</a>&gt; wrote:<br />&gt; Hi!<br />&gt;<br />&gt; I have a page with a lot of INPUT TEXT elements, already filled with URL's<br />&gt; (so they have long strings within them).<br />&gt;<br />&gt; The problem is that I want to show the end of the string, not the beginning<br />&gt; when the page loads.<br />&gt;<br />&gt;For example:<br />&gt;<br />&gt; ---------------------- <br />&gt; |https://lists.lat|<br />&gt; ----------------------<br />&gt;<br />&gt; (the end would be <a href="http://ech.edu//pipermail/javascript/2007-January/thread.html">ech.edu//pipermail/javascript/2007-January/thread.html</a> )<br />&gt;<br />&gt; I want to show<br />&gt;<br />&gt; ----------------------<br />&gt; |ry/thread.html|<br />&gt; ----------------------<br />&gt;<br />&gt; Thanks in advance,</blockquote></div>