aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Issue with centering Label text Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Issue with centering Label text" Watch "Issue with centering Label text" New topic
Author

Issue with centering Label text

Steve Renard
Ranch Hand

Joined: Apr 27, 2007
Posts: 66
I'm trying to create labels with background and borders.
I want the text inside the labels to be displayed at both the horizontal and vertical center.
I'm able to get the text at the horizontal center of the label.
I used "style=text-align:center;" to get that working..
However I could not get the text at the vertical center.
I tried many style attributes.
I used 'vertical-align' style attribute too, which doesn't work..
Any suggestions?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
try line-height

Eric
Steve Renard
Ranch Hand

Joined: Apr 27, 2007
Posts: 66
Perfect!!!
Works great...
Thanks a lot...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Issue with centering Label text
 
Similar Threads
Layout problem with the gaps
unable to get alignment and widths right
WHY DONT APPLETS EXECUTE???
Remove Horizontal Scrool bar in Mozilla Firefox browser?
My JSP page won't center!