Search code examples
htmlcsspunctuation

Punction is starting to be put at the start of my line


So this may be a simple mistake, and I can't really post my whole code because it's extremely long. But long story short.

When I input

  <blockquote STYLE="text-align: center"> <div align="right">  <b>Well I'll Be <br><br><br> I'm Alive...</b></blockquote> </div>  

This is the outcome

 Well I'll Be ...I'm Alive

I'm sure this is something simple that I'm screwing up.

Any suggestions? ALSO, the really weird thing is if I add a letter after the ellipsis the punctuation will be corrected..


Solution

  • It is working fine in firefox too. I have checked that. kindly clear the history and check it again.

    Edit

    .wrdLatest{
      direction: rtl;
    }
    

    Remove this direction property from style sheet. Will resolve your issue for all punctuation.