I have a textbox that gets a price put in it. But the total goes to the left. I would rather have it centered, or to the right. Is there CSS or HTML to fix this?Hi there LocalHero,
try it like this...
<input type="text" style="text-align:center" value="price"/>
cootheadsimple. thanks!Give it an id, reference it in your css and use 'text-align:center;'. Something like this (<!-- m --><a class="postlink" href="http://bonrouge.com/test/inputcentre.htm">http://bonrouge.com/test/inputcentre.htm</a><!-- m -->).
D'oh! Beat me to it!
try it like this...
<input type="text" style="text-align:center" value="price"/>
cootheadsimple. thanks!Give it an id, reference it in your css and use 'text-align:center;'. Something like this (<!-- m --><a class="postlink" href="http://bonrouge.com/test/inputcentre.htm">http://bonrouge.com/test/inputcentre.htm</a><!-- m -->).
D'oh! Beat me to it!