Jump to content

Neopets scroll box help ?


squeaak

Recommended Posts

I'm trying to figure out, how to put all of your information into a scroll box for user look ups - I've seen this done recently , I /know/ it can be done , but when I go to guides - help sites that have the codes, they don't work . Does anyone know how to do this ? It's been driving me insane for the past month now .

Link to comment
Share on other sites

Hey,

 

Honestly, I do not understand what your problem can be. It is pretty simple. Try the internal style-sheet. Here's an example :)

 

<style type="text/css">

div.scroll-box {

height:100px;

width:200px;

font:20pt Verdana, arial, sans-serif;

overflow:scroll;

}

</style>

<div class="scroll-box">

The text you want to enter goes here and once there's enough text, the box will grow scroll bars :)

</div>

 

I hope this helps :) Good luck ;)

Link to comment
Share on other sites

Hey,

 

Honestly, I do not understand what your problem can be. It is pretty simple. Try the internal style-sheet. Here's an example :)

 

<style type="text/css">

div.scroll-box {

height:100px;

width:200px;

font:20pt Verdana, arial, sans-serif;

overflow:scroll;

}

</style>

<div class="scroll-box">

The text you want to enter goes here and once there's enough text, the box will grow scroll bars :)

</div>

 

I hope this helps :) Good luck ;)

 

 

Thanks but I meant to put your entire look up in a scroll box - stats && all . There use to be a code on sunnyneo on how to do this , but since TNT changed the filters/coding it doesn't work anymore .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...