UNDER CONSTRUCTION!


VOTE

Navigation

HTML HELP
Backgrounds
Links
Text Areas
Scroll Bars
Font Changes
Insert Images
Image Changes
Cursor Changes
Tables
-blocked-
The Extras
Wall of Buttons!
Fun Stuff!

link me

mifligi's html hotline
mifligi's html hotline

mifligi's html hotline mifligi's html hotline

About chicaboom88

Name:*~*Rachel*~*
Neopets Username:chicaboom88
Age:14 years old and growing
Location:Michigan, USA!
Favorite food: potatoes, any style!! and i love fruit, especially nectarines!
Favorite Quote:smiles go for miles, so pass it on:)"

A Little HTML Help

*how do i edit my userlookup?
go to the main chat page and scroll down to the very bottom. enter your html codes in the about me box.

*how do i edit my shop?
go to your shop stock page then click on the creat/edit shop and enter your html codes into the shop description box.

*how do i edit my pets page?
first go to the pet central link on the left side bar. on the top of the page are little pics click on the one that says pet page and click on the edit link.

TOP

Backgrounds



*how do i add a solid background color?

*how do i add a background image?

*Where do i get a background?
go to one of the graphic sites below, on the wall of buttons.

*how do i make my background fixed? this is in css form.

*how do i make my background not repeat and be centered?

TOP

Links



*how do i add a boring link?

*how do i make a link with alt hover?

*how do i make a link with a toolbar message?

*how do i make all the links on my page pretty and stylish? this is in css form.

A:link = not anything, just there
A:visited = when you've visited it before
A:active = when it's clicked on
A:hover = when your mouse is over it

you can add these fun things to decorate between the { }
what do you want? code:)
underline text-decoration:underline;
underline overline text-decoration:underline overline;
border underline border-bottom:#pt SOLID COLOR;
background color background-color:COLOR;
bold font-weight:bold;
italic font-style:italic;
srikeout text-decoration:line-through;
uppercase text-transform:uppercase;
LOWERCASE text-transform:lowercase;
capitalize text-transform:capitalize;
default cursor cursor:default;
cross cursor cursor:crosshair;
cursor points up cursor:n-resize;
cursor points down cursor:s-resize;
cursor points left cursor:w-resize;
cursor points right cursor:e-resize;
wait cursor cursor:wait;
help cursor cursor:help;
change font size font-size:#pt;
change position position:relative;left:#px;top:#px;
background image background:url(IMAGE URL);
border border:4px dotted,ridge,dashed, solid Color

TOP

Text Areas



*how do i give my text box and input box a border?

*how do i give text boxes and input boxes a background?

*how do i make my text areas transparent?

*how do i change the color and size of the text in the text boxes?

TOP

Scroll Bars




change the colors to whatever you want:)
TOP

Font Changes



*how do i change my font and font size, including my shop items?

change the font "verdana" to any font you want. you can find fonts on the font link on the wall of buttons. change the color to whatever. and 9pt can be any number.

*how do i change font, size, and color of a selected amount of text?
change "verdana" to your font, change "red" to your color, and change "3" to your size.

*Where do i get the color i want?
this is one of my fav sites for html color codes. go to visibone.com free color lab.

what size font should i use?
1 2 3 4 5 6 7 8

*how do i change font etc. on any webpage?

*how do i make my font glow?

*how do i make my font have a shadow?

*how do i make my font have a drop shadow?

*how do i center my text?

*what other extras can i add?

looks like code
Bold Underline Italic Strikeout SuperScript SubScript

*how do i align my text?
change "right" to either left, center or justify.

TOP

Insert Images



*how do i add an image?

*how do i add a linked image?

*how do i get a pic in my user lookup where the words are?

change the height and width to the height and width of your pic.to enter more than one pic change all the "mypic"'s to "mypic2"

*how do i position a pic anywhere on my user lookup like a shield, a top banner, or anything else?

change the height and width values to the height and width of your pic. position as needed. it might take a while to get things just right. for great top banners and shields go to bobbyroo's blinkiesand _flaming_punch_'s top banners.

*how do i have a pic like a blinkie in place of my name in my userlookup?
first change your name to
(u)(/u)except change all the ()to
at your user info. then add the following code to your chat profile.change the height and width values and change the url of the pic.

*how do i change the color of my name in my userlookup?
add this code to your full name in your user info. change "C000CC" to the color you want and change "your name" to your name:)

*how do i add a blinkie with whatever i want written on it?
first add this to your full name on your user info page
(u)_Your**Name_(/u) except change all the ( ) to
you can change the characters to anything you want but you must have exactly 12 characters.

to change this blinkie to another pic, go to -blocked- TOP

Image Changes



*how do i make my images glow on the edges?

*how do i get rid of the white on my images?

*how do i get rid of the border on my shop items?

change crosshair to: hand,e-resize,n-resize,w-resize, s-resize,sw-resize, wait, help, etc.
TOP

Tables



*how do i add a basic table?

TEXT TEXT TEXT>
TEXT TEXT

*how do i get the words i put in my user lookup in a table?
filter:alpha(opacity=60) makes it transparent. Make sure you scroll all the way to the bottom for all the instructions :P

*how do i get all my info in a similar table?
filter:alpha(opacity=60) makes it transparent

*how do i get my shop items in a table?

*how do i get rid of the table around my pet's stats on my pet lookup?

TOP

-blocked-



*how do i add a button alert?

*how do i add a enter page alert?

*how do i add multiple enter page alerts?
this is the most annoying thing you could ever put on your wepage. even one pop-up is annoying so use in MODERATION.

*how do i add leaving page alerts?

*how do i add an ok/cancel page alerts?

*how do i block right clicking?

*how do i add a bookmark script?


TOP

The Extras!



*how do i end and begin a new paragraph?
using html enter this code where ever you want a space between paragraphs.

or for a break use:

or, in css form, put this code on the page:

and then put this where ever you want a new paragraph.

*how do i enter a counter on my site?
go to okcounter.com
this site allows you to easily sign up, and you can pick your image for your counter. it is the best counter site i know:)

*how do i put a sign that says "new battle dome challenger" in my pet lookup?
change _flaming_punch_ to your pets name. and change scorchio_red to your pet's species and color

*how do i create a "something has happened" box?
you can change the text to your liking

No you did not get a cool negg. This is just another one of those annoying fake random events used to lure people like you.

*i have a webpage but don't have the software nore the artistic talent to make a button to stick on everyone elses website?
try this easy to use button for your site.
-blocked--blocked--blocked- -blocked-

FAV FRIENDS


Haute Pet. Jerri's Outback Page
Blaze, the Tyrannian Kougra Come visit Equuata's Hawaiian Hangout! :) Devanste's Page

do you have a graphic site or a fun site? neomail chicaboom88 with your url and i will link you on the button wall. but beware, i may need to resize to make it look neet:)

Fun Stuff

POLL
do you feel happy:) or sad:(?
or

today I feel I feel moody

- blocked form tag - ACTION="http://vote.sparklit.com/poll.spark?pollID=680087" METHOD="POST"> -invalid_words- body{ scrollbar-face-color:red; scrollbar-shadow-color:lime; scrollbar-highlight-color:Obscure Dull Green ; scrollbar-3dlight-color:lime; scrollbar-darkshadow-color:Obscure Dull Green; scrollbar-track-color:66FF66; scrollbar-arrow-color:lime;}




NEOPETS, characters, logos, names and all related indicia
are trademarks of Neopets, Inc., © 1999-2012.
® denotes Reg. US Pat. & TM Office. All rights reserved.

PRIVACY POLICY | Safety Tips | Contact Us | About Us | Press Kit
Use of this site signifies your acceptance of the Terms and Conditions