|
-invalid_words-
How to Post Pictures
I've noticed that many people need help posting pictures from websites onto their user's page, shop, or guild home page. So here is how you do it:
1)Find a picture that you like on a website. Be sure that it is the size you want it because it is usually hard to resize it.
2)Right mouse click on the picture. A white bar will come up with options like Copy, Paste,Save as...,Properties and such. If this bar doesn't come up that means that the pictures are being protected and you can't use them, so find another picture on a different website.
3)After the white information box is up on the picture you want, click the option 'Properties'. This will bring up a box containing information about the picture such as Type,Address [URL], and Size.
4) Copy the code from the Address [URL] line. Either copy it with your mouse(I'll explain how to do this at the end) or on a piece of paper. The latter doesn't always work well because sometimes a picture's code can be long.
5)After you've copied the picture's code, go to the 'My Account' section in Neopets and go to the 'Edit Profile' area. If you want to post a picture on your Guild, go to your Guild and click 'Guild Layout'. Then click 'Modify Guild Preferences'. There is a white box near the bottom of the page. The words 'Clear Description' are above it.
6)In that box type [img src=" ___________ "] inserting the picture's code in the blank and changing the [ ] to the greater than/less than arrows. Here is a picture of the sideways triangle keys. Note that you must hold the shift button to activate it.
You can either copy it from your paper or paste it with your mouse. (I'll explain how to do this at the end)
7) Now click the 'Change Your Details' button. And there you have it! Now you can add pictures to your user's page, shop or guild! If you have any more questions, please feel free to neomail me, and I'll try to help.
How to Copy and Paste
Using the left mouse button, hold it down and 'drag' it accross some text. It will get highlighted in blue. Now right mouse click on the blue highlighted text and that option bar will come up. Click 'Copy'. To paste just right mouse click on your 'Edit Profile's 'Clear Description' box. That option box will come up. Now click the option 'Paste' and that will bring the code! Way simpler than coping anything down on paper!
I hope that this page was helpful to you!
|
-invalid_words-
Tables
Tables are used to arrange pictures, blogs and text on a page. They are confusing to learn, but once you get the hang of them, you can make simple guild layouts and simple user lookup pages! In a table there are horizontal rows. In those rows, you can put as many 'cells' or boxes as you want in them. In these boxes, you can put pictures, text,etc. You write down the table under your 'Modify Guild Layout' area or your 'Edit Profile' under 'My Account'. Please note that you must replace all of the [ ] with the greater than/less than arrows. (The bottom-less sideways triangles located next to the letters 'M' and 'L' on the keyboard.)
1)First you must open the table by typing [table].
2)To start a horizontal row, type [tr], which stands for table row.
2)For each cell type [td], which stands for table data, or table cell.
3)Now your table should look like this:
[table]
[tr]
[td]
Here you enter your text, blog, or picture url and code (see How to Post Pictures, above).
4)Next you need to close your cell. You do this by typing [/td]. Now you can either add another cell or start a new row. The example below would have 2 cells in one horizontal row:
[table]
[tr]
[td]
Here you enter your text, blog, or picture url and code
[/td]
[td]
Here you enter your text, blog, or picture url and code
[/td]
4)You can add more horizontal rows by adding [tr]. After you have as many cells that you want in a given row, close the row by typing [/tr]. The example below has 2 rows with 2 cells in each row:
[table]
[tr]
[td]
Here you enter your text, blog, or picture url and code
[/td]
[td]
Here you enter your text, blog, or picture url and code
[/td]
[tr]
[td]
Here you enter your text, blog, or picture url and code
[/td]
[td]
Here you enter your text, blog, or picture url and code
[/td]
5)Once you have the number of rows and cells that you want, you can close the table by typing [/table].
I hope this was helpful to you! If you still need help, check out the neopets html help section.
|
|
-invalid_words-
Cool Text Stuff
Changing your text's color, size and style adds a one of a kind touch to your guild, shop, posts on boards, etc. Please note that you must replace all of the [ ] with the greater than/less than arrows. (The bottom-less sideways triangles located next to the letters 'M' and 'L' on the keyboard.)
Bold
Let's start with making your text bold. Use this code to make your text bold:
[b] text here [/b]
Italics
To make your text in italics, use this code:
[i] text here [/i]
Underline
To underline your text, use this code:
[u] text here [/u]
Changing Font Size
To change your font's size use this code, putting in the size you want the text:
[font size='1'] text here [/font] or
[font size='3'] text here [/font]
Below is a chart so you can see the 7 different sizes of text that you can choose from:
Here is size 1
Here is size 2
Here is size 3
Here is size 4
Here is size 5
Here is size 6
Here is size 7
Changing Text Color
To change your text to a basic color such as red, blue, green, or yellow use this code:
[font color='red'] text here [/font] or
[font color='blue'] text here [/font]
For more shades of the basic colors, find a Neopets Hex Color Chart. You can find one with your favorite search website such as google. A Neopets Hex Color Chart lists all of the colors avaliable on Neopets and lists their 'codes'.
For example, the code for one shade of light blue is #66CCFF. So you put this into the code:
[font color='#66CCFF'] text here [/font]
So just enter the color code for whatever specific color shade you want to make your text appear in that color.
Changing your font's color is a lot like changing its size. In fact, you can combine them in the same code such as:
[font size='2' color='green'] text here [/font]
Moving Text
Moving text is known as a Marquee.
You can make Marquees using text or small images such as avatars or logos. Here is the code:
[marquee] text or [img src= image URL] [/marquee]
|
-invalid_words-
How to Make a Button or Banner
Buttons and banners are very useful for advertizing guilds, shops, petpages and more. Buttons are typically no larger than 100 pixels wide and 50 pixels tall. Banners are larger, averaging around 600 pixels long and 200 pixels tall, but they can be any size you want. Using my code, both the buttons and banners will bring you to the page you are adveritzing by simply clicking on it. Neat huh? Suprisingly, are very easy to make and require a simple code.
First you need to make your button or banner the way you want it. I make mine on Microsoft Paint, but you can use any program you'd like. You then need to host it on a image hosting site. There are tons out there, so find one that you like and host your button or banner there.
Once your button or banner is hosted, it's time to bring in that code. Here it is:
[a -disallowed_word- url to page being advertized ][ i m g s r c = image url ] [ / a ]
Important note: Leave out all spaces in code and switch all [ and ] to the sideways triangle keys, shown below:
It's that easy!
|