Textboxes - How to make your own text boxes
*******************************************
Align your pictures with text
Use the code below and adjust accordingly.
Back to Top
*******************************************
Change your font color, type, and size
To change your font color, type and size for the whole page and not just a word or paragraph, use the code below.
The color can be customised to whatever you like, the font size doesn't have to be 8pt, it can be 9pt, 10pt, 11pt... the font type is up to you.
Back to Top
*******************************************
Change your cursor (that thing you point with your mouse)
If you don't want to have your normal cursor, you can change it to different types.
Other types besides crosshair (the one in the code box) are e-resize, n-resize,sw-resize, hand and hourglass, but those are all the ones I know. There are probably more.
Back to Top
*******************************************
Insert Tables on a Webpage
I think this is taught in the Neopets HTML Guide, but I'll provide the code anyway.
The table width, alignment (left, right, center), border size, border color and background color can be customised.
Back to Top
*******************************************
Something has happened!
Ever saw one of those prank "Something has happened" in a shop and thought "Wow, that's pretty cool, but NO ONE would fall for that! If I could make one of those, I would fool even the Neopets Team!"?
You have? Well, if you don't know how to make one yet, here is one I came up with! ^_^ You can change the image source to suit your "something has happened" and the words, too, or just use the one I came up with, if you like.
Back to Top
*******************************************
Fade the borders of your images
Do you want the borders of your images to become fuzzy and blurry? Use the code below - I think it will work for both your shop and userlookup.
Back to Top
The opacity levels, color and strength levels can be customised to suit what you would like it to be.
*******************************************
Change the color of your scroll bar from plain gray to wacky colors
Ever wondered how some people make their scrollbars colorful rather than that plain gray/blue one? They use this code:
Back to Top
The colors can be customised, of course. I'm not sure how the code I provided will turn out with the color combination of green, white and gray, because I didn't actually try it... you can have a look at my userlookup to see how MY scrollbar looks like.
*******************************************
Have a "fixed" background
To have your background stay in place while you scroll up and down the webpage (like on this webpage), add the line "bgproperties=fixed" after your background code.
Code A is a HTML code for a fixed background (you can use it in your shop or petpage), and Code B is a CSS code for a fixed background (for use on a userlookup).
Back to Top
Code A:
Code B:
*******************************************
Make a Text Box
If you want to make textboxes like the ones I use to put the codes on this site, you'll need to go to my brother's site! He explains it in full! Just click here, it'll open in a new window/tab!
Back to Top
*******************************************