*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?