User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 402,962 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,707 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2748 | Replies: 3
Reply
Join Date: Jul 2005
Posts: 160
Reputation: aparnesh is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 8
aparnesh's Avatar
aparnesh aparnesh is offline Offline
Junior Poster

Question Alignment of text within a textbox

  #1  
Nov 26th, 2006
Is there a way to align the text within a text input (not textarea). I want to display the numbers as right aligned and some values as center aligned, but something like <INPUT TYPE="text" align="center"> doesn't work
Last edited by aparnesh : Nov 26th, 2006 at 2:18 pm.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Oct 2006
Location: India
Posts: 1,289
Reputation: vishesh is on a distinguished road 
Rep Power: 4
Solved Threads: 32
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Alignment of text within a textbox

  #2  
Nov 26th, 2006
use styles
[html]<INPUT TYPE="text" style="text-align: center;">[/html]
Reply With Quote  
Join Date: Jul 2005
Location: india
Posts: 144
Reputation: katarey is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 15
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Solution Re: Alignment of text within a textbox

  #3  
Nov 26th, 2006
And for Global change you can use this

[HTML]<style type="text/css">
<!--
input
{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}
-->
</style>[/HTML]
Freelance Web Designer & Developer
Http//www.Katarey.com
Reply With Quote  
Join Date: Jul 2005
Posts: 160
Reputation: aparnesh is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 8
aparnesh's Avatar
aparnesh aparnesh is offline Offline
Junior Poster

Re: Alignment of text within a textbox

  #4  
Nov 27th, 2006
Thanks Visesh and Katarey
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 7:09 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC