Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to space text like using tab on website?
  2. <div class="oteviracka">
  3. <h2>Otevírací doba</h2>
  4. <p><strong>Po &ndash; Pá:</strong> 11:00 &ndash; 23:00</p>
  5. <p><strong>So:</strong> 11:00 &ndash; 24:00</p>
  6. <p><strong>So:</strong> 11:00 &ndash; 22:00</p>
  7. </div>
  8.        
  9. p strong {
  10.     display: inline-block;
  11.     width: 150px
  12.     /* IE7 */
  13.     *display: inline;
  14.     zoom: 1;
  15.     /* IE7 */
  16. }