Tagged Questions
The text-alignment tag has no wiki summary.
10
votes
5answers
3k views
C++ alignment when printing cout <<
Is there a way to align text when priting using cout? I'm using tabs, but when the words are too big they won't be aligned anymore
Sales Report for September 15, 2010
Artist Title Price Genre ...
7
votes
3answers
704 views
Text align problem when using Arabic font
The screenshot below displays my problem.
The first EditText shows a hint in Arabic which is shifted upwards, now the second EditText is just for reference which shows the English version completely ...
4
votes
2answers
303 views
How to perform basic Multiple Sequence Alignments in R?
(I've tried asking this on biostar, but for the slight chance that someone from text mining would think there is a better solution, I am also reposting this here)
The task I'm trying to achieve is to ...
4
votes
2answers
782 views
Right justified combobox in C#
By default the items in the C# Combobox are left aligned.
Are there any options available to change this justification apart from overriding DrawItem method and setting the combobox drawmode --> ...
3
votes
3answers
57 views
How can I centre left aligned text even when it wraps?
I need to centre a block of left aligned text within a div, but I need the visual width of the text block to be centred not the block itself.
In many cases this may be the same thing, but think of a ...
3
votes
2answers
68 views
How to right align and left align text strings in Bash
I'm creating a bash script and would like to display a message with a right aligned status (OK, Warning, Error, etc) on the same line.
Without the colors, the alignment is perfect, but adding in the ...
3
votes
1answer
228 views
how to use the Gale-Church algorithm in Python-NLTK?
The gale-church algorithm is available in the python-NLTK but can anyone show me an example of how to call the function within a python script? i'm clueless about how to do that.
...
3
votes
1answer
425 views
Right align text in HTML input field
I have an HTML tag with a short maxlength but a long value attribute. I'd like the displayed text to show the end (right side) of the text, rather than the start (left side).
<input maxlength=10 ...
3
votes
2answers
684 views
How to center a two-line text in a TextView on Android?
I want to let it looks like this:
| two |
| lines |
Here is the current layout, not working at all.
<RelativeLayout
android:layout_width="wrap_content"
...
3
votes
1answer
499 views
How do I do vertical alignment of lines of text in Perl?
Suppose two lines of text correspond to each other word by word except for the punctuation marks. How do I make vertical alignment of them?
For example:
$line1 = "I am English in fact";
$line2 = ...
3
votes
3answers
6k views
Justify Text in a HTML/XHTML TextArea
I am currently trying to justify text in a textarea, unfortunately the CSS:
text-align: justify;
Doesn't work on the text like center, left and right do. I've tried this in both Firefox 3 and IE 7 ...
2
votes
2answers
44 views
Align text at the end and the beginning of a div
Currently I'm having a solution, but I'm almost certain that there's a better solution out there. Basically I'm having a block-element and want to align some of the text at the beginning of my block ...
2
votes
2answers
67 views
How to right align text in table cell with <col/>
I want the second column to be right-aligned and I don't want to apply styles to <td> element. From what i've read <col> is the way to go but it does not work for me:
<table>
...
2
votes
2answers
792 views
How to set top-left alignment for UILable for iOS application?
I have added one label in my nib file, then its required to have top-left alignment for that lable. As I am providing text at runtime so its not sure that how much lines there are.
So if text contains ...
2
votes
3answers
37 views
Is there a way with Javascript to determine where a line break is placed in HTML?
I have this html:
<div id="tagsCloud" class="feedBarSegment">
<div id="tagsCloudHeader" class="segmentHeader">Tags</div><span class="tag">Psalm 33</span><span ...
2
votes
1answer
144 views
Aligning the text in the center vertically of a contextmenustrip item with manually set height
I'm trying to align the text in the centre vertically in acontextmenustrip item with manually set height of 60. However no matter what I try the text is always at the top. Images in the same item ...
2
votes
1answer
61 views
css sqeeze text within a block-element w/ background image
I'd like to have the h2 text within my sidebar uls aligned right and "squeezed" from the left, so that the text appears on seperate lines and fits neatly in the right, fatter part of the background ...
2
votes
1answer
431 views
Changing Text Alignment in ProgressDialog
I have problem that how to change text inside the progressdialog (basically having STYLE_HORIZONTAL as in figure) (Using Android 1.6)
to text shown in figure.
Please help out in this case.
My ...
2
votes
1answer
547 views
Aligning the baseline of field labels with the baseline of text in text inputs
I'm displaying text inputs next to some label text in a fieldset. I'd like the baseline of the text in the text inputs to line up with the baseline of the label text. I could set a fudge factor ...
1
vote
2answers
60 views
ListView with different text alignments?
How to set a ListView to align some columns right and some columns left?
I mean that I have a ListView that its layout is left to right but I want to be alignment of second column and anything under ...
1
vote
1answer
33 views
How to read the Alignment type from the BerkeleyAligner? - Java
After downloading the trunk code from http://code.google.com/p/berkeleyaligner/, I added the project into my build path on Eclipse. Then with the code below i can extract the alignments for each ...
1
vote
0answers
46 views
Lined up multiline String into textView
it is my first post here and i would like ask question. I Have a problem with formating text in to TextView field. I'm populing string with data from database and i want to make it lined up.
for ...
1
vote
1answer
34 views
Can't manage to position elements
I have a Span tag containing a IMG tag and another Span tag.
I would like the inner Span tag to be aligned to the left and the IMG tag to be centrally aligned plus I want both the tags to be ...
1
vote
1answer
87 views
Is it possible to show two alignments in textview using iphone sdk?
In my app i need to show Arabic text and English text in a textview. The Arabic text should be right aligned the English text should be left aligned.
Is it possible with a textview? I have tried ...
1
vote
6answers
194 views
Difference between <span> and <div> with text-align:center;?
I don't understand this:
I have tried to center the text-align of a HTML <span> tag but it did nothing...
With the <div> tag, everything worked. Same sittuation with setting margin: 0px ...
1
vote
1answer
86 views
Right aligning one column and left aligning the other, within one table
I have created a html table with 2 columns. I want the first column containing text to be right aligned, but i want the second column to stay left aligned as it contains check boxes. For ...
1
vote
1answer
195 views
Objective C - Core Text and drawing lines?
I am using core text for a rich text editor.
I allow users to change the text alignment.
So let's say the user types 3 words and then selects the right allignment button. After clicking the button I ...
1
vote
2answers
136 views
Multiple alignment in TextView?
I have a TextView like below.
I used this code to set gray color for a part of the text.
// Prepare result text.
final String resultText = text + "\n\n" + dictionaryName;
final SpannableString ...
1
vote
1answer
282 views
How to center a text using PDFBox?
My question is very simple, how can I center a text on a PDF, using PDFBox?
I don't know the string in advance, I can't find the middle by trial. The string doens't always have the same width.
I ...
1
vote
1answer
283 views
How to bottom align text in WPF RichTextBox
How I can bottom align text in RichTextBox? It seems that control doesn't support it directly. So I am looking for ways to emulate it. Ideally I would have the boundary of the control fixed and end ...
1
vote
2answers
186 views
How to align text appended to a JScrollPane
I think the screenshot is worth a couple of paragraphs
The best way I can think of doing it is to check for the length of the string and depending give/take \t, but it just seems inelegant. Is ...
1
vote
1answer
1k views
Internet Explorer 9 CSS Text-Align Justify is not Justified but Centered within table cells
Demo page: http://froyo.tv/test/index_table.php
IE9, Opera10
Firefox3, Chrome, AndroidBrowser, IE9 CompatibilityMode, IE8(I think), ...
From W3C:
...
1
vote
1answer
544 views
facebook like button text align iframe javascript
i am adding a facebook like button to my site but the text-align won't go to the right hand side. i have no idea how i could do it.
https://developers.facebook.com/docs/reference/plugins/like/
Here ...
1
vote
3answers
154 views
HTML/CSS: How to achieve the following center-left alignment?
Short version
I want to position text inside an element (fixed width) in such a way, that if it is short enough, it will be centered, but if it's too long to fit, it will be left-aligned, and the end ...
1
vote
0answers
167 views
Button text loses allignment after clicking
Strange things happen. I have a 2x2 button table layout, which is the following:
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
1answer
772 views
Vertically centering an anchor within spans and li with css
I'm using jQuery tabs, and I added some spans to the tab headers so I could use a background image. Here's the markup:
<ul>
<li><span class='tab_outer'><span ...
1
vote
1answer
221 views
Cross-browser CSS for left align, right align AND center align on the same line
Similar to this easy one, except how do you get a third text group to show up dead center, along with one "dead left", and one "dead right"?
1
vote
1answer
283 views
Code Alignment In SQL Server 2008?
I am using SQL Server Management Studio.I want to know the shortcuts for easily aligning the T-SQL Queries similiar to ctrl+k+d in visual studio.
1
vote
2answers
258 views
RichEdit, winapi - paragraph aligment
I would like to have a line aligned in such way, that some first words are aligned left and some last words are aligned right, but all are in the same line:
| text 1 text2 |
...
1
vote
2answers
4k views
How do I align text for a single subitem in a ListView using C#?
I wasn't able to find an answer anywhere about this seemingly simple topic: is it possible to align text of a single subitem in a WinForms ListView control?
If so, how?
I would like to have text in ...
0
votes
3answers
55 views
text-align: center isn't working
For some strange reason, my text-align: center; isn't working. It's weird 'cause it's the most basic stuff to do for both HTML and developer, so I'm kind of embarrassed... I must doing something ...
0
votes
0answers
13 views
text wrap around floated element issue in IE7- different on identical pages hosted on different sites- why?
I've been having some serious problems with my site's page layout in IE7.
I have two sites which are for the most part, clones of each other. They each contain pages with text which wraps around any ...
0
votes
2answers
43 views
Blockquote citation symbols bleeding outside contentbox
I have a blockquote, where the citation symbols is generated with CSS Content, using pseudo-selectors :before and :after like so:
div.paragraph blockquote::before, div.paragraph blockquote::after {
...
0
votes
0answers
27 views
How do I right justify text in graphics window using Python?
I am looking for a way to right justify my string. This is my code:
from graphics import*
def main():
win = GraphWin("Simple Editor", 600, 400)
win.setCoords(0,0,60,40)
#Text - ...
0
votes
1answer
26 views
Center text along a character
How do I center text along a character in this case ':':
fubi : lalala
Blockquote : pepppepp
asd : qwerty
my only idea es tu create 3 different elements per line with different clases ...
0
votes
1answer
32 views
blackberry default text aligment
In my application, I'm using the default text aliment for text alignment.
Some time when application installed on a different devices, the text aligned to right instead of left.
How do I change the ...
0
votes
2answers
423 views
set view text align at center in spinner in android
possible duplicate with view text in the center of the spinner when select from the drop down list
I want to align the view text of spinner to center. I google it but didn't find anything, does ...
0
votes
1answer
56 views
Aligning a image and text vertically within TD element
I need to display a expand icon in td, when i am doing that, text & image are not getting aligned. I have used spacer.gif(1x1) through which i am calling expand icon. If i specify the width & ...
0
votes
4answers
87 views
CSS : align at a certain position
I know what I want but I'm not sure how to best express it, so please be forgiving.
I have numbered headlines in my page, and paragraphs following the headlines. I wish to align the text of the ...
0
votes
0answers
173 views
IOS: airprint textalignment right
I have this code:
NSMutableString *printHead = [NSMutableString stringWithFormat:@"%@", @"first word"];
[printHead appendFormat:@"\n\nsecond word\n\nthird word"];
UIPrintInteractionController *pic ...