English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

my programmer is telling me that it's not possible to easily justify a paragraph or more of body text when coding a website. i find this hard to believe. he says the spacing will be strange and won't look right.

2006-09-11 17:28:18 · 3 answers · asked by emily a 2 in Computers & Internet Programming & Design

3 answers

It's certainly possible, but it may not look good. How good it looks depends on the width of the area that contains the text, and it depends on the length of each line and where the word breaks and line breaks fall. If there are large words (therefore few word breaks) in a relatively narrow space, the risk is that there will be excessive white space between the words in some lines, which will not look good.

But you can control the parameters well enough in modern browsers so that you know in advance what a specific chunk of text is going to look like, down to the last pixel.

No, don't use tables. That is an outmoded and inefficient way to format web pages. Use something like this:


Your paragraph text goes here.

2006-09-11 17:38:46 · answer #1 · answered by Anonymous · 0 0

Yeah you can do it, this code will do the job:

Your paragraph here.

2006-09-12 00:34:50 · answer #2 · answered by TY 5 · 0 0

ya this is possible put the text in different table and then apply justify condition on that selected text.

2006-09-12 00:30:47 · answer #3 · answered by vijendra.misra 1 · 0 1

fedest.com, questions and answers