Useful website links containing wordpress tricks

  1. For scroll boxes and useful text formatting tips

    see http://wpbtips.wordpress.com/

     

    Note

    • Code for vertical scroll box
      <div style="height:150px;white-space:pre-wrap;overflow:auto;padding:8px;">
      
    • Code for horizontal scroll box
      <div style="white-space:pre;overflow:auto;padding:8px;">
      

Leave a comment