Oct 17, 2007 #1 cjelec Programmer Jan 5, 2007 491 GB Hi, Is it possible to apply a text align justify to a list of single lines of text? If so how? Thanks in for any advice
Hi, Is it possible to apply a text align justify to a list of single lines of text? If so how? Thanks in for any advice
Oct 17, 2007 #2 feherke Programmer Aug 5, 2002 9,541 RO Hi No, not like you described it. What do you want ? To center one line of a paragraph, for example, without affecting the others ? Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi No, not like you described it. What do you want ? To center one line of a paragraph, for example, without affecting the others ? Feherke. http://rootshell.be/~feherke/
Oct 17, 2007 #3 Vragabond Programmer Jul 23, 2003 5,100 AT If you're asking if it is possible to have a line justified on both sides even if there is not enough text for that, then the answer is no. ___________________________________________________________ [small]Do something about world cancer today: PACT[/small] Upvote 0 Downvote
If you're asking if it is possible to have a line justified on both sides even if there is not enough text for that, then the answer is no. ___________________________________________________________ [small]Do something about world cancer today: PACT[/small]
Oct 17, 2007 Thread starter #4 cjelec Programmer Jan 5, 2007 491 GB Thanks to all, I did find this css code: text-align: justify; text-justify: distribute; text-align-last: justify But it only works with IE, so FF renders it as normal left aligned text. Upvote 0 Downvote
Thanks to all, I did find this css code: text-align: justify; text-justify: distribute; text-align-last: justify But it only works with IE, so FF renders it as normal left aligned text.