Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Results 1 to 4 of 4
  1. #1
    fred is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    19

    Question How do i add

    How do i add Scrolling text in HTMl?

  2. #2
    kschweick is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    23

    Default

    Depends on what you mean by "scrolling." Do you just want to add scroll bars to a section?

    HTML Code:
    <div style="width:200px;height:200px;overflow:scroll;">
     <p>This is content in a div with scroll bars.</p>
    </div>
    That's using the CSS overflow property, you can Google that to find out more about it. Let me know if that's what you wanted to do or if you need help making it work for you.

  3. #3
    ovkriss is offline Fixer Upper
    Join Date
    Jan 2010
    Location
    London
    Posts
    62

  4. #4
    fred is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    19

    Default Hello again

    Thanks a lot for this code.
    My Problem has been solved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •