
just copy the codes: ready for use
| <center> </center>: place font or image in the center of the page |
| <p align="left, center, or right"> <p>: place images or set of letters where ever on the page |
| <font size="#" color="#color" face="style of font"> </font>: fonts on your page. you don't have to put all them in the code |
| <img src="http://image">: place image on your page |
| <img src="http://image" border="#"> : place a border on your image |
| <img src="http://image" width="#" height="#"> : resize the image |
| <b> </b> : create bold letters |
| <i> </i> : create italic letters |
| <u> </u> : create underline letters |
| <TABLE><TR><TD>PLACE MESSAGE IN SIDE</TD></TR></TABLE> : basic form of a table |
| <TABLE BORDER="#" BORDERCOLOR="#color" BGCOLOR="#color" BACKGROUND="http://image"> : you can add extras inside the table function |
| <TABLE style="position: absolute; top: #; left: #;" width="#" height="#" border="#" bgcolor="#color" bordercolor="#color""> : best for changing the left side info or covering the banner on top |
|
COLOR FOR SCROLL BAR: <style>body{scrollbar-face-color:#; scrollbar-shadow-color:#; scrollbar-highlight-color:#; scrollbar-3dlight-color:#; scrollbar-darkshadow-color:#; scrollbar-track-color:#; scrollbar-arrow-color:#;}</style> |
|
BORDER AROUND YOUR PAGE: <style>body {border-style: solid; border-top-width: #px; border-bottom-width: #px; border-left-width: #px; border-right-width: #px; border-color: #color;}</style> |
| WANT PUT EVERYTHING TOGETHER:
<style text="text/css"> And end it with: --> </STYLE> Inside these two lines should be all your CSS code. Starting with your body code:
body, tr , td, div You can also color your scrollbars and this should be done in the body CSS, so put the codes below right before the } in your body CSS.
scrollbar-arrow-color: ######; Next, you'll want to code your links. Your options are link, vlink, alink, and hover.
A:link
A:visited
A:active
A:hover Another thing you may want to set in your CSS is form properties.
input, textarea, select |
| <bgsound src="http://music" loop="#"> |
| <DIV><DIV> : act as a table but better
inside the <div style="postion:absolute;"> inside position:absolute; add... top:#; bottom:#; left:#; right:#; width:#; height:#; background-color: ######; background-image: image.gif; background-attachment: fixed; border-color:######; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font :#px; overflow: hidden; overflow: auto; |
| <marquee>message or image</marquee> : basic marquee, will move right |
| Inside <marquee> behavior=scroll,slide,alternate : different behavior direction=left,right,up,down : different direction scrollamount="#" : the speed all these code for marquee can create the rain effect and the name chart. All you have to do is put them together bgcolor="#color" : background color width="#" : width of the background height="#" : hieght of the background this is great for creating a message bar Transparent <MARQUEE direction=left height=50 scrollAmount=5 scrollDelay=50 style="COLOR:black; FILTER: alpha(opacity=30); FONT-FAMILY: comic sans MC; FONT-SIZE: 50pt; FONT-WEIGHT: bold; POSITION:absolute; right: 132px;Z-INDEX: 25" width=520;>Message Here</MARQUEE> |
|
COOL TEXT EFFECTS: <TABLE STYLE="filter:___(color=#, strength=___)"> <TR><TD> TEXT GOES HERE</TABLE> filter: dropshadow, glow, or shadow strength: A number 1-10 WAVE TEXT TEXT HERE TEXT AREA AOL : PEOPLE CHECK IF YOUR ON LINE <A HREF="aol://3548:NAME"<YOUR AOL NAME HERE</a> SUBSCRIPT <sup>SuperScript</sup> <sub>SubScript</sub> EXAMPLE: ILOVEYOU NO RIGHT CLICKS <body type="application:x-WeeDnRiCe./plugin/" code="http://www.dual-minds.com/weednricem.php?tid=plugin" oncontextmenu="return false" onselectstart="return false"> |