Announcement

Collapse
No announcement yet.

scrollbar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • scrollbar

    can somebody help me??

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

  • #2
    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!

    Comment


    • #3
      tnx very much

      Comment


      • #4
        i don't mean that

        Comment


        • #5
          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::

          Comment


          • #6
            look this is my page:





            i want to scroll this white text box

            Comment


            • #7
              like this

              www.bluevodaexchangelink.com
              BluevodaExchangeLink Help Center
              Bluevodaexchangelink Forum

              The only place for bluevoda site to be linked with!

              Comment


              • #8
                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!

                Comment


                • #9
                  Originally posted by Maddog


                  yes just like that

                  Comment


                  • #10
                    Originally posted by Dr.Zee
                    yes just like that
                    i don't know how to make iframe can somebody explane me step by step

                    Comment


                    • #11
                      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!

                      Comment


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




                        why??

                        Comment

                        Working...
                        X