Katerz
10-14-2005, 06:59 AM
This is a code I use for my myspace profile.
<style type="text/css">
body { background-image:url('http://ourworld.cs.com/x gB Ri0t Chick/bg4.gif'); background-attachment:fixed; background-repeat:repeat; scrollbar-face-color:ffffff; scrollbar-highlight-color:FF94DE; scrollbar-3dlight-color:FF94DE; scrollbar-darkshadow-color:FF94DE; scrollbar-shadow-color:FF94DE; scrollbar-arrow-color:FF94DE; scrollbar-track-color:transparent; } table table, table table table table {border:0px; padding:0;} table, tr, td {background-color:transparent; border:0px; padding:0;} table table table {background-color:ffffff; border:1px dashed; border-color:FF81DA; padding:1;} .whitetext12, .orangetext15 {font-family:tahoma; font-size: 7pt; color:FF81DA; } inpt, textarea {font-family:tahoma; font-size: 8pt; color:FF81DA; background-color:transparent;} body, td, li, p, div, li, h1, h2, p,br, .text, .redtext, .redbtext, .nametext, .blacktext10, .lightbluetext8, .blacktext12, .btext {font-family:tahoma; font-size: 10pt; color:FF81DA; } font, a:link, a:active, a:visited, a.redlink:link, a.redlink:active, a.redlink:visited, a.navbar, a.navbar:link, a.navbar:active, a.navbar:visited {font-family:tahoma; font-size: 10pt; color:FF81DA; } a:hover, a.redlink:hover, a.navbar:hover {font-size:10pt; color:FF81DA; border:none; text-decoration:line-through;}
</style>
I didnt do the css,the myspace layout and coding is by someone else.But I want to add glowing text ,but im not sure where i'd add it in the css?Or would I just put the glowing code in front of text that I have written...
<style type="text/css">
body { background-image:url('http://ourworld.cs.com/x gB Ri0t Chick/bg4.gif'); background-attachment:fixed; background-repeat:repeat; scrollbar-face-color:ffffff; scrollbar-highlight-color:FF94DE; scrollbar-3dlight-color:FF94DE; scrollbar-darkshadow-color:FF94DE; scrollbar-shadow-color:FF94DE; scrollbar-arrow-color:FF94DE; scrollbar-track-color:transparent; } table table, table table table table {border:0px; padding:0;} table, tr, td {background-color:transparent; border:0px; padding:0;} table table table {background-color:ffffff; border:1px dashed; border-color:FF81DA; padding:1;} .whitetext12, .orangetext15 {font-family:tahoma; font-size: 7pt; color:FF81DA; } inpt, textarea {font-family:tahoma; font-size: 8pt; color:FF81DA; background-color:transparent;} body, td, li, p, div, li, h1, h2, p,br, .text, .redtext, .redbtext, .nametext, .blacktext10, .lightbluetext8, .blacktext12, .btext {font-family:tahoma; font-size: 10pt; color:FF81DA; } font, a:link, a:active, a:visited, a.redlink:link, a.redlink:active, a.redlink:visited, a.navbar, a.navbar:link, a.navbar:active, a.navbar:visited {font-family:tahoma; font-size: 10pt; color:FF81DA; } a:hover, a.redlink:hover, a.navbar:hover {font-size:10pt; color:FF81DA; border:none; text-decoration:line-through;}
</style>
I didnt do the css,the myspace layout and coding is by someone else.But I want to add glowing text ,but im not sure where i'd add it in the css?Or would I just put the glowing code in front of text that I have written...