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

Posted by linkcool on Stack Overflow See other posts from Stack Overflow or by linkcool
Published on 2010-04-07T04:08:36Z Indexed on 2010/04/07 4:13 UTC
Read the original article Hit count: 212

Filed under:
|
|
|
|

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 text moves so it fits in the window. I tryed making something like this: <?php echo "<h1>some stuff.</h1>"; ?> <html> <head> <style> h1 { text-align:center; } etc....

but it just makes the text go in the center and it keeps the justify effect.

please help me =[ thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about css