Link to home
Start Free TrialLog in
Avatar of Kennon
Kennon

asked on

How to JUSTIFY words in NC and IE?

Would anyone tell me how to align the words as "JUSTIFY" in html which can work in both Netscape 4.0 and Internet Explorer 4 or more updated version?
Please tell me with a simple example, thank you!
Avatar of rafistern
rafistern

<div align=justify>blah blah blah</div>

should work. Does it?
in HTML you cannot align words to some coordinates, but you can do it so:
create 1x1 transparent GIF and use it for spacers
(<img src="trans.gif" width=40% height=100% align=top>This is aligned to vert. line going at 40% X-coordinate)
Avatar of Kennon

ASKER

Thank you Jack_p50.
But my question is to 'justify' words on a line, not putting characters in a specific point.
ASKER CERTIFIED SOLUTION
Avatar of Mark Franz
Mark Franz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kennon

ASKER

Your answer work sometimes.