Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
11answers
37k views

Android TextView Justify Text

How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)? I found a possible solution here, but it does not work (even if you change vertical-center ...
6
votes
6answers
2k views

Justify the last line of a div?

I don't think the "why?" of this question is important...but what I need to do is to text-align:justify the last line of text from a DIV. Normally, the last line (or the first if there are no other ...
6
votes
2answers
989 views

CSS text justify with letter spacing

Is there a way to automatically justify words using letter spacing, each in its row, to a defined width, using CSS? For example, "Something like this" would look, well, something like this: Is ...
5
votes
2answers
177 views

CSS equivalent to Photoshop's Justify-All

I'd like to take an h2 element and span it's text across the width of it's div. text-align:justify; only spreads the text if it's width is greater than the width of it's container... kind of like ...
3
votes
5answers
4k views

How to stretch html / css horizontal navigation items evenly and fully across a specified container

I'd like to stretch 6 nav items evenly across a 900px container, with an even amount of white space between. For instance... ---| 900px Container |--- ---| HOME ABOUT BASIC SERVICES ...
3
votes
1answer
376 views

In WPF, how do I right justify menu items while keeping keyboard shortcuts?

I recently changed my XAML in order to gain the capability to right-justify menu items such as setting font sizes in the below graphic: File Configure Help +-------------+ +----+ | ...
3
votes
1answer
626 views

Justify text in a Report

In my work we need to generate contract documents that dynamically extract information from the database to personalize client related information. These documents not only have text, but also they ...
3
votes
3answers
754 views

Justified plain text from HTML

I need a plain text representation of an arbitrary HTML file (e.g., a blog post). So far that's not a problem, there are dozens of HTML to txt converters. However, the text in paragraphs (read "p ...
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
3answers
35 views

How to left justify text in bash?

Given a text, $txt, how could I left justify it to a given width in Bash. Example (width = 10): If $txt=hello, I would like to print: hello | If $txt=1234567890, I would like to print: ...
2
votes
3answers
182 views

Should't justify mean pixel perfect?

Until now I thought justify meant that the text will start and end at the same pixel, but i was surprised a few hours ago, when I saw this: I got similar results in 2 computers (win7+chrome, ...
1
vote
3answers
59 views

Why does a justified <p> element ignore a right margin?

I have a div that contains a paragraph, a list and a right-floated div. The parent div has a text-align:justify; property. I am giving the p an (all-around) margin of 20px, but for some strange ...
1
vote
3answers
293 views

Justifying Horizontal <ul> Navigation

I have a horizontal navbar like the following: <ul id = "Navigation"> <li><a href = "About.html">About</a></li> <li><a href = ...
1
vote
1answer
221 views

Right justify text in AlertDialog

I have been trying to alter my AlertDialog so that it will show the text right justified (for Hebrew). With inazaruk's help here: Right justify text in AlertDialog I managed to get the dialog showing ...
1
vote
3answers
154 views

Haskell: problem with recursion

I am trying to format text to be in the shape of a rectangle; currently I have been able to get it properly left justified, but the last line does not extend as far as possible. I am trying to ...
1
vote
1answer
614 views

Is there a way to justify-align floating HTML elements with CSS?

Essentially, I'm trying to achieve the affect of "text-align:justify" but with floating block elements. I have many blocks that I want to justify-align. Ie. each line is horizontally-spaced ...
1
vote
2answers
828 views

Does anybody know how to justify a textview content in a ANDROID layout?

I have been playing with android:gravity attribut but still cannot make my text content justify in the textview. Does anybody know if it is supported ? Is there a way ? Anybody succeeded ?
1
vote
3answers
3k views

How can i align text directly beneath an image?

i used to know how to put an image up on top and then justify the text below the image to stay within the borders of the width of the photo and now i have no idea how to do this, help please? oh ...
0
votes
0answers
11 views

iOS: CATextLayer with alignmentMode=kCAAlignmentJustified looks poor. Any suggestions?

I've tried a CATextLayer with [textLayer setAlignmentMode:kCAAlignmentJustified]; to render some text fully justified and it's horribly unpredictably spaced. Is there any way to modify how it ...
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
4answers
271 views

Justify text to fill a div

What i want to do is something like this: 1 2 3 4 5 6 7 8 9 10 11 With this code: <div style="text-align: justify;"> 1 2 3 4 5 <br> 6 7 <br> 8 9 10 11 </div> But it ...
0
votes
1answer
469 views

Right justify text in AlertDialog

Is it possible to right-justify the text in an AlertDialog's title and message? I am showing Hebrew messages but they are showing up left justified.
0
votes
1answer
132 views

ASP.NET Panels & Dynamic Controls

I have a simple form, with a table (from the standard toolbox - 3 X 4). In one of the cells I have a panel, which I add textboxes to dynamically at runtime. Problem is this: How can I have the panel ...
0
votes
0answers
86 views

Full Justification with D2D vs. GDI

With GDI, we have the function SetTextJustification. How do we implement this feature, with DirectDraw? We have ID2D1RenderTarget::DrawGlyphRun which does text drawing. Can we still use ...
0
votes
1answer
48 views

textAlign() JUSTIFIED processing api

im working in processing and i would like to have a textAlign justified mode. I have found this link: http://code.google.com/p/processing/issues/detail?id=186 but can't get it to work. Have no clue ...
0
votes
1answer
192 views

How to center large figures in LaTeX and how to fix short justified lines?

I have 2 questions: I am trying to center a figure in LaTeX, but above a certain size it just starts at the left margin and goes beyond the right. How can I make it actually center, so the amount it ...
0
votes
1answer
356 views

Text-align:justify in IE8 - Text moves when clicked on or highlighted

I came with a problem with IE8 text displaying, that the justified text moves a little bit once I click on it or highlight it. Exactly like this http://www.howtocreate.co.uk/ieBugs/floattext.html, ...
0
votes
2answers
335 views

Text Justified in IE8 gets cut off on the right edge

Recently i noticed to this bug in IE8 (displays correctly in IE7), that the text gets cut off in IE8, just a bit and mainly all the "o": The text is justified don't know if that plays an important ...
0
votes
1answer
969 views

html email template and justified text

I've got an html email template (using table hell) with the resulting email looking fine in gmail and outlook 2003. In outlook 2007, the text is however not justified (instead it's left justified). Is ...
0
votes
1answer
1k views

PHP & FPDF: Calculating justified text width

so I'm using FPDF in PHP to programmatically generate a PDF file from images and text (not HTML). One of the biggest issues I've been having is being able to wordwrap text around an image. My current ...
0
votes
1answer
264 views

Align text with right edge of an html form

I have an html form where the width of a textarea is specified with cols=. I want the textarea to have a specific width in terms of number of characters. However, I also want some controls to be ...
0
votes
2answers
153 views

Why does my text has the justify effect when I didnt made it to have this effect (css/php)

Why my text has the justify effect? In my whole site, I make echos and i dont specify a "text-align:justify;" but my text is still justifying. Justify is when you make the browser window smaller, the ...
0
votes
3answers
2k views

Iphone - How to align the text justified (newspaper like) in Interface Builder

Is it possible? Align the text fully justified? Does anyone know any hack or Interface Builder plugin? Thanks!
0
votes
6answers
3k views

Bourne Shell Left Right Justify

I am trying to do some formatting on output data in a script and not positive how to do Left Right justify as well as width. Can anyone point me in the right direction?
0
votes
2answers
1k views

Justifying UIVIews on the iPhone: Algorithm Help

I have been messing around with a way to justify align a collection of UIView subclasses within a containing view. I am having a little bit of trouble with the algorithm and was hoping someone could ...
0
votes
2answers
893 views

CSS Justify width of 5 links in 412px

I want to have five inline links with an approximate padding of :5px 8px 5px 8px; and fixed margin of :0px 2px 0px 2px; evenly distributed inline within a 412px width div here is an example: ...