Results 1 to 10 of 10

Thread: question....

  1. #1
    Join Date
    Nov 2004
    Location
    i live in LaLaLand, soo fun!!
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default question....

    this is probably gonna sound confusing....

    does anyone know how to display a html code in a text box thingy with a scrollbar... on a site....

    for example, showing giving the code to something else for other people to use it

    ie. html help sites.....

    yeah its confusing..... sorry.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Use the Cross Browser Marquee script, you can use HTML where the text is input.
    Works for me.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Location
    i live in LaLaLand, soo fun!!
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Whats Cross Browser Marquee script?

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Nov 2004
    Location
    i live in LaLaLand, soo fun!!
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Its ok....oooo I know that... lol....I don't get how thats gonna allow to show html, cuz I already have that code on my site.

    i'm really confused... sry i'm probably confusing u too.

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    var marqueecontent='<nobr><font face="Arial">Thank you for visiting <a href="http://www.dynamicdrive.com">Dynamic Drive.</a> If you find this script useful, please consider linking to us by <a href="../link.htm">click here.</a> Enjoy your stay!</font></nobr>'

    That's HTML inside the marqueecontent box.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  7. #7
    Join Date
    Nov 2004
    Location
    i live in LaLaLand, soo fun!!
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no thats not what i mean like how did u show me the code on the forum, i want to be able to do that but on a site

  8. #8
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    As cr3ative said:

    var marqueecontent='<nobr><font face="Arial">For Dynamic Script visit http://www.dynamicdrive.com<a href="http://www.dynamicdrive.com">or click here</a>Enjoy your stay!</font></nobr>'
    I.E The text and the link are seperate, so you can display what you want and link to the site is they want the easy route. rgds,Simonf

  9. #9
    Join Date
    Nov 2004
    Location
    Here to often...
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    You could display the code in an inline frame. If you dont know how to do this there is a great tutorial on webmonkey. http://webmonkey.wired.com/webmonkey...l?tw=authoring

    You can keep your code you want to supply on a seperate page but display it in an iframe
    alternatively you could display a text box
    <input type="text" value="your text goes here" name="textarea" align="top"
    maxlength="25" size="40">

    the text you want to display goes in the value and you can change align to where you want the box and change you sizes to what you require. I hope this answers your question.

    Regards
    Donna x

  10. #10
    Join Date
    Nov 2004
    Location
    i live in LaLaLand, soo fun!!
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    omgosh!! thank u thats what i've been looking for thank u sooo much!! <gives big hug>

Bookmarks

Posting Permissions

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