~HTML COLOUR CODING!!~ |
HTML Color Code Chart
000000R - 000G - 000B - 000
333333R - 051G - 051B - 051
666666R - 102G - 102B - 102
999999R - 153G - 153B - 153
CCCCCCR - 204G - 204B - 204
FFFFFFR - 255G - 255B - ... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~CHANGING UR TEXT COLOUR~ |
First start out with the style tag:
<style type="text/css"></style>Now you will need to add whichever line you want. each line of code changes a certain element. You dont need to add ev... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~CHANGE NAVBAR LINK COLORS!~ |
Change NavBar Link Color! (Home | Browse | Find...) CHANGE NAVBAR LINK COLORS!
You know that little Navigation Bar at the top of your page?The one that you can't seem to figure out how to change the ... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~ADD A BORDER TO YOUR PAGE ~ |
Add a BORDER to your page!
just change the colors and the size to make it your own style!
<style type="text/css">BODY{border-style:solid;border-top-width:
20px;border-bottom-width:20px;border-l... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~CHANGE YOUR SCROLLBAR COLOR ~ |
JUST CHANGE THE COLOR TO MAKE IT YOUR OWN STYLE
<STYLE TYPE="text/css">BODY{scrollbar-face-color:red; scrollbar-shadow-color:black; scrollbar-highlight-color:black; scrollbar-3dlight-color:red;... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~PICTURES, LINKS, NAVBAR LINKS COLOR~ |
WANT TO PUT PICTURES ON YOUR PROFILE?!
<img src="http://www.website.com/picturename.jpg">
LINKS
TEXT LINKS
<a href="add url to be linked here">write text link he... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |
~MARQUEE~ |
THIS IS HOW YOU CAN MAKE YOUR PROFILE, COMMENTS, WORDS MOVING ON YOUR PAGE..
Heres a few simples examples of Marquees with the codes, just copy and paste the code...
BASIC
<marquee>Your Text Go... Posted by Jay sTeY on Mon, 01 Jan 1900 12:00:00 PST |