answersLogoWhite

0


Best Answer

If you are looking for a box that holds the neopets website:

<!--Note: The width and height can be changed to fit it how you wish. --->

<iframe src="http://www.neopets.com" width="200" height="200" scrolling="yes"></iframe>

-------------

The other way.

<div style="width: 100px; height: 100px; overflow: auto;"> text </div>

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Go to you Neopets stats, where your active Neopet is shown and their stats, etc. are. You can get there simply by clicking on your Neopet's picture. Then, click the down arrow icon to see a drop down list and click 'edit description.'

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

You use this code: < text_area > and then to close it, < / text area > Without ANY spaces.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do I make a scrolling text box for my petpage on Neopets?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General Arts & Entertainment

Where is the Neopia Plaza on Neopets?

you need to go to the shops link in the tool bar at the top then click on the link that says 'neopets plaza' almost at the end of the text.


How do you get a picture url for Neopets?

You don't actually upload images to Neopets, you upload them to an image hosting site, then use the URL provided to put hem on Neopets.1. Upload the image you want to an image hosting site, such as Photobucket. (You can also use other sites like tinypic, imageshack, buzznet, flickr etc).2. Get the direct link to the picture. (You can find that in the little box that says "direct link for layouts" when you hover over the image).3. On Neopets, in your about me page (or petpage/pet description) put this:(And then of course copy/paste the direct link into where it says DIRECT LINK).4. Save, and you're done.


How to cope with change?

In the source document, select the text you want to copy. Make sure that Track Changes is turned off in the source document. ... Press Ctrl+C to copy the text to the Clipboard, or Ctrl+X to cut the text.


How are custom Neopets lookups made?

"CSS" is a type of website coding that turns webpages into a certain style. If you're unfamiliar with CSS coding, it probably looks extremely strange to you. However, when you code CSS, you can specifically make some pages look a certain way.HTML, or Hyper Text Markup Language, is similar to CSS, but not as difficult. HTML is better for text commands, like bolding.textis how HTML would look if you wanted something to be bolded.body {font: bold;}would be the CSS format of the same command.


Help on my Neopet how can you make friends?

If you mean "How do you find a person's Neopets username?" then you'd have to ask them yourself. If you mean "How do you find a Neopets user?" (which is what I'd assume), then you scroll down a bit until you see a text box on the left side of your screen. It's a bit under the picture of your Neopet, and above the Neofriends box. Type in their username in that box, then hit "Go" or hit the Enter key. Select the correct match, and viola! You're at their Userlookup. If you typed in something wrong, then just re-do those steps.

Related questions

What software makes scrolling text on video?

Video Tagger makes scrolling text on video in the form of movie credits. see electrichappiness.com


How do you make HTML banners?

If you mean a scrolling text banner, then you can use the Marquee tag. It is not a popular tag among web designers because scrolling text can look very tacky and get annoying. Not all browsers support the Marquee tag. It is one of Microsoft's tags, designed for Explorer. Here is a simple example of how to use it. &lt;Marquee&gt;This will give you scrolling text, in some browsers&lt;/Marquee&gt;


What is a code for scrolling text for MySpace?

::fREE DA BOi::


What is rolling banners of HTML?

It is the scrolling text and it is done using the MARQUEE tag.


How do you add scrolling text to HTML page?

I love using this code: &lt;marquee&gt;Enter scrolling text here&lt;/marquee&gt; Put this code underneath the &lt;body&gt; tag: &lt;html&gt; &lt;body&gt; &lt;marquee&gt;Enter scrolling text here&lt;/marquee&gt; &lt;/body&gt; &lt;/html&gt; Want to change the colour of the text? &lt;font face="arial" color="colour you want" size="8"&gt; place that between &lt;body&gt; and &lt;Marquee&gt; &lt;html&gt; &lt;body&gt; &lt;font face="arial" color="colour you want" size="8"&gt; &lt;marquee&gt;Enter scrolling text here&lt;/marquee&gt; &lt;/body&gt; &lt;/html&gt;


What is a scrolling text electronic organiser?

its like a phone it has headphones and lots more peace


What is the purpose of the scroll lock?

The purpose of the scroll key is to lock and unlock all the scrolling techniques. The scroll key temporarily stops the scrolling of the text or stops the operation of a program.


Where is the Neopia Plaza on Neopets?

you need to go to the shops link in the tool bar at the top then click on the link that says 'neopets plaza' almost at the end of the text.


Hou do you get music on your Neopets guild?

like layouts you get a code and put it into the bit where you put the text just search neopets music codes for guilds on google


How do you make a scrolling marquee in java script?

To make a scrolling marquee you need to know a little css and a little javascript (or you can look up jquery marquee and pick one that fits your needs). The basics though, you'll need to learn about javascript animations and change the position of the text over time.


What is caret navigation?

Caret navigation is the process of scrolling through a text document by mving the blinking cursor (caret).


What is the HTML code for a scroll box?

The simplest way to do it is to put them into two cells in a table like this: &lt;TABLE&gt; &lt;TR&gt; &lt;TD&gt;&lt;Marquee&gt;This will give you scrolling text in one box&lt;/Marquee&gt;&lt;/TD&gt; &lt;TD&gt;&lt;Marquee&gt;This will give you scrolling text, in another box&lt;/Marquee&gt;&lt;/TD&gt; &lt;/TR&gt; &lt;/TABLE&gt; If you want to put a border around them, then you'd have the first line as: &lt;TABLE Border=1&gt; A Marquee won't work on every kind of browser and is in fact thought of as being tacky and not very popular.