The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> None of my changes are working.
Atypical
post Jun 20 2008, 04:04 PM
Post #1





Group: Members
Posts: 2
Joined: 19-June 08
Member No.: 5,940



I'm doing a layout for a friend of mine, and this is the code for what I have so far. But when I put it into his "About Me" on Myspace, it doesn't change a single thing about his page. If someone could help me to figure out what I did wrong, I'd really appreciate it!

Also, here's a link to his page.. I don't know if it'll help. The colors on his site are the very basics that Myspace allowed him to put on there. None of my HTML is doing anything.
http://profile.myspace.com/index.cfm?fusea...iendid=16681769





<style type=text/css>
.pimp_my_profile
table, tr, td {
background-color:transparent;
border:none;
border-width:0px;
}

table table table {
width:100%; max-width: 600px; } table table table table { width:100%;;
}

body, .bodyContent {
background-color:000000;
background-image:url(http://i7.photobucket.com/albums/y275/Smurfin_Awesome/myspacebg.gif);
background-position:Top Left;
background-attachment:fixed;
background-repeat:repeat;
border-color:000000;
border-width:2px;
border-style:Inset;
scrollbar-face-color:000000;
scrollbar-highlight-color:444444;
scrollbar-3dlight-color:888888;
scrollbar-shadow-color:333333;
scrollbar-darkshadow-color:222222;
scrollbar-arrow-color:aaaaaa;
scrollbar-track-color:222222;
}

table table {
border:0px;
}

table table table table {
border:0px;
background-image:none;
background-color:transparent;
}

table table table {
border-style:Solid;
border-width:0px;
background-image:url(http://content.pimp-my-profile.com/tp/000000-70-tp.png);
background-repeat:repeat;
background-attachment:fixed;
}

table, tr, td, li, p, div,.text,.redtext, .blacktext12 {
color:ffffff;
font-size:12pt;
font-family:Tahoma;
}

.whitetext12, .orangetext15 {
color:ffffff;
font-size:14pt;
font-family:Tahoma;
}

.lightbluetext8, .blacktext10, .redbtext,.btext {
color:ffffff;
font-size:10pt;
font-family:Tahoma;
}

.nametext {
color:ffffff;
font-size:12pt;
font-family:Tahoma;
}

a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link {
color:FFEE22;
font-size:12pt;
font-family:Tahoma;
}

a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover {
color:FFFF22;
font-size:14pt;
font-family:Tahoma;
font-weight:bold;
}

.contactTable {
width:300px!important;
height:150px!important; padding:0px!important; background-image:url(http://img296.imageshack.us/img296/299/ct12139253291161nv9.gif); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px!important;}.contactTable a {display:block; height:28px; width:115px;background-color:transparent!important;}.contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;background-color:none!important;} .contactTable .whitetext12 {display:none;;
}
</style>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jun 20 2008, 05:06 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



The style element (the <style> tag, the </style> tag, and everything in between) belongs in the head element (the <head> tag, the </head> tag, and everything in between). In the document at the URL you provided, it's stuck in the middle of the body element, where the content belongs.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 2nd May 2024 - 12:45 AM