View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#315
Originally Posted by Schturman View Post
I tried this, that does not work how to I want... Timestamp not jumping to other line in the short messages.
Code:
    <div id="MessageTextSelf" class="MessageText Self"></div>
      <span id="MessageTimeStampSelf" class="MessageTimeStamp SecondaryTextColor Self SmallSystemFont">12:30 PM</span>
      <span id="MessageDeliveryTimeStampSelf" class="MessageDeliveryTimeStamp SecondaryTextColor Self SmallSystemFont"> | 1:30 PM</span>
    <div class="MessageRight Self">
div and span are for block-building.

div adds a new break (after the /div !!!). span only groups things.
 

The Following User Says Thank You to b666m For This Useful Post: