Results 1 to 12 of 12

Thread: scrollbar
      
   

  1. #1
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default scrollbar

    can somebody help me??

    i want to add a scrollbar to place for text but i don't know how do that

  2. #2
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    do you mean along the bottom of the screen or just a scrolling text bar if you mean text bar use "Marquee" which you will find in insert or on the tool bar at the top, you can change all the information by clicking on the bar
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  3. #3
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    tnx very much

  4. #4
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    i don't mean that

  5. #5
    Steven.H is offline Lieutenant Colonel
    Join Date
    Jul 2005
    Posts
    500

    Default

    I believe you are talking about a text area.

    Go to: Insert>Form>Text Area

    This will allow you to write text within a box which scrolls up and down.
    ::Steven.H::

  6. #6
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    look this is my page:





    i want to scroll this white text box

  7. #7
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  8. #8
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    if that the case I would use a "iframe"

    you have 2 pages and place one inside the other i.e.

    page1
    page1file

    make sure page1file is kept to the the width of the book, hight not important as you will scroll down

    use the follow script in a HTML box, place where you want the box to be

    <script type="text/javascript">


    var iframesrc="http://www.yoursite/page1file.html"


    document.write('<iframe id="datamain" src="'+iframesrc+'" width="450px" height="400px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="yes" ></iframe>')


    </script>

    you can change hight, width of box etc, DON'T change margin/hspace( you only do this if your not using a HTML box)

    hope that helps

    by doing it this way you can change information quickly and add what ever you like!
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  9. #9
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    Quote Originally Posted by Maddog


    yes just like that

  10. #10
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    Quote Originally Posted by Dr.Zee
    yes just like that
    i don't know how to make iframe can somebody explane me step by step

  11. #11
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    Quote Originally Posted by Maddog
    if that the case I would use a "iframe"

    you have 2 pages and place one inside the other i.e.

    page1
    page1file

    make sure page1file is kept to the the width of the book, hight not important as you will scroll down

    use the follow script in a HTML box, place where you want the box to be

    <script type="text/javascript">


    var iframesrc="http://www.yoursite/page1file.html"


    document.write('<iframe id="datamain" src="'+iframesrc+'" width="450px" height="400px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="yes" ></iframe>')


    </script>

    you can change hight, width of box etc, DON'T change margin/hspace( you only do this if your not using a HTML box)

    hope that helps

    by doing it this way you can change information quickly and add what ever you like!

    this tell you!!!
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  12. #12
    Dr.Zee is offline Corporal
    Join Date
    Sep 2005
    Posts
    14

    Default

    yes i did it but it doesn't look like i make it, i write only "Wellcome" but it program show this:




    why??

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49