Click to See Complete Forum and Search --> : How do you justify something like this?
David Harrison
04-21-2003, 03:15 PM
Without using <p align="justify">Some Text</p> or CSS how can I justify some text. I don't want to use <p></p> because in Netscape it leaves a HUGE space above and below the text, and I don't want to use CSS because I don't know ANY.
Also what happened to Richard_1?
gil davis
04-21-2003, 03:29 PM
I don't want to use CSS because I don't know ANY.Is that one of the things you are prejudiced about?
Since this is a javascript thread, the javascript answer is that you cannot do it without CSS.
The HTML answer would be to use a tag that does not create a line break, like SPAN or DIV, and apply the justify HTML parameter to it.
BTW, not all browsers support align="justify" in HTML anyway.
David Harrison
04-21-2003, 04:56 PM
So could I just use <div align="justify"> (for those that align="justify" does work for)?
Charles
04-21-2003, 06:09 PM
Originally posted by lavalamp
So could I just use <div align="justify"> (for those that align="justify" does work for)? That will depend upon which version of HTML or XHTML you are using. For any post January 1997 version you will need to use something more like:
<div style="text-align:justify">eimi, ei, esti, esmen, este, eisi</div>
David Harrison
04-23-2003, 12:15 PM
I assume that it's the same for if I want it centred.
What I now want to know is what you wrote in your div tags, is it latin for something?
Charles
04-23-2003, 12:35 PM
It's the Latin transliteration of "ειμι, ει, εστι, εσεμ, εστε, εισι." - Koine Greek for "I am; you are; he, she or it is; we are; you all are; they are."