View Full Version : Myspace help....


turbochill
08-23-2005, 09:23 AM
K, like I went to help my friend update her myspace and I copied the css coding that I had on my own myspace and put it into her's and just wanted to alter the colors around a bit, well the problem I noticed was, that the background will show up for a sec and then disappear like theres a black color layer covering it up. I can't figure out what's wrong in the coding. Can someone please look at this coding and decipher the problem? Thanks! I'm looking to have the background fixed too.

MySpace Coding:

<style type="text/css">
table, td {
background-color: transparent;
border:;

border-width:;}
body {
background-color: ..000000;
background-image:url(http://www.mudvayne.com/wallpaper/mudvayne_wp002_1152x864.jpg);
background-attachment: fixed;}</style>
<style type="text/css">
body, td, li, p, div, textarea, a, input, table, li, h1, h2, p, br { color:FFFFFF; font-family: Verdana, Arial; font-size: 12px; scrollbar-face-color:000000;scrollbar-shadow-color:steelblue;
scrollbar-highlight-color:steelblue;scrollbar-3dlight-color:000000;
scrollbar-darkshadow-color:000000;scrollbar-track-color:black;
scrollbar-arrow-color:steelblue;cursor:crosshair;}.blacktext10 {color:FFFFFF;}.orangetext15 {color:steelblue;}.redbtext {color:orange;}.btext {color:FFFFFF;} .nametext {color:lightblue;}.text {color:orange;}
BODY
A:Link { color:FFFFFF; font-weight:normal; text-decoration:underline; cursor:crosshair;}
A:Visited { color:00cc33; font-weight:normal; text-decoration:underline; cursor:crosshair;}
A:Hover { color:steelblue; text-decoration: none; font-weight:bold;filter:; height: 0px;}
A:Active { color:steelblue; text-decoration:underline; font-weight:bold; }
</style><style type="text/css">
table, tr, td{background-color:black; border:1px; padding:;}
table table{border:1px;}
table table table {border:1px solid; border-color:steelblue; padding:;}
table table table table{border:1px;}
</style>
<style type="text/css">table table table td.text div img {visibility:hidden;} table table table td.text div { background-image:url("http://img190.echo.cx/img190/9803/onlinenow6ko.gif"); background-repeat:no-repeat;} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;}</style>

Arabiankidd
08-24-2005, 12:32 AM
I may not be a wiz at this css thing but I read a bit of your code and it seems it has something to with the background-color code

For example: When you add the code background-color: #000000 to your myspace it can't read the # symbol for some odd reason so what you have to do to add the black background color you'll just add the hex 000000 code make sure there isn't any dots either I looked at your code and dots showed up in your background-color code cause you added the # symbol to it this may or may not work when I did mines it only showed black on the edges of my profile

turbochill
08-24-2005, 03:53 AM
Hmmm, I tried that but still didn't fix the problem, when I pasted the code onto the forums it kinda chopped some stuff, like the smiley's showing up that should be coding :P. I have a background image up there, but what happens is when you goto view my myspace it will show the image for a sec then it will completely disappear and then the background will be totally black. I'll post a link to my myspace, maybe it can help alittle bit more :)


http://www.myspace.com/5821315

turbochill
09-07-2005, 07:19 AM
Nobody knows ? =\

Arabiankidd
09-07-2005, 09:39 AM
Everything seemed fine until I try out both Internet Explorer and Firefox the thing was the underlines written in css didn't seem to show up in IE but it did in FF which was pretty weird but here are some fixed code I guess just add your image url to the background-image code located in the first body oh yeah add a ; symbol at the end of the background-image code

Myspace Coding:

<style type="text/css">

table, td {
background-color: transparent;
border: 0px;
border-width: 0px }

body {
background-color: 000000;
background-image: url(
background-attachment: fixed }
</style>

<style type="text/css">

body, td, li, p, div, textarea, a, input, table, h1, h2, br {
color: FFFFFF;
cursor: crosshair;
font-family: verdana, arial;
font-size: 12px;
scrollbar-face-color: 000000;
scrollbar-shadow-color: steelblue;
scrollbar-highlight-color: steelblue;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-track-color: black;
scrollbar-arrow-color: steelblue }

.blacktext10 {
color: FFFFFF }

.orangetext15 {
color: steelblue }

.redbtext {
color: orange }

.btext {
color: FFFFFF }

.nametext {
color: lightblue }

.text {
color: orange }

body
{a:link color: FFFFFF; font-weight: normal; text-decoration:underline; cursor: crosshair}
{a:visited color: 00CC33; font-weight: normal; text-decoration: underline; cursor: crosshair}
{a:hover color: steelblue; font-weight: bold; text-decoration: none; filter:; height: 0px}
{a:active color: steelblue; font-weight: bold; text-decoration: underline}
</style>

<style type="text/css">

table, tr, td {
background-color: black;
border: 1px;
padding: ; }

table table {
border: 1px }

table table table {
border: 1px solid;
border-color: steelblue;
padding: ; }

table table table table {
border: 1px }
</style>

<style type="text/css">

table table table td .text div img {
visibility: hidden }

table table table td .text div {
background-image: url(http://img190.echo.cx/img190/9803/onlinenow6ko.gif);
background-repeat: no-repeat }

table table table td .text table table div img {
visibility: visible }

table table table td .text table table div {
background-image: none }
</style>

turbochill
09-13-2005, 07:04 AM
Tried it, still no luck on the background showing up, thanks for trying to help though, theres gotta be something wrong in the coding somewhere =\

turbochill
09-14-2005, 08:29 AM
K, I was looking through the code again and I visited a tutorial site on this, down at the middle of the page or so it talks about this one coding that looks similar to a coding in my layout, that if its entered it will mess with the tables and the background will not appear, I'm gonna list the link in case anybody might see the problem to why my background will not show up, I notice when I view my profile it shows white spaces at the bottom, anyways, here's the link:

http://www.atgig.com/Chasebadkids/

Thanks for anybody's help :)

ykwtdtgluip
09-20-2005, 09:46 PM
i need help how do i cHANGE THE background color for my myspace