I have checked the source code of your profile and it looks like that you are using the CSS linker in both the WIWTM and Media Box. My advice to you is to use the CSS linker (from the UG section) and paste it in the Media Section only. And later on, you will see which codes are not working.
furthermore, there are lots of errors in your CSS code. this is a part of your CSS file:
[quote]/* BOX: MY BLOGS */
.blogs {
border-width: '1 to 10'px;
border-color: #c00000;
border-style: 'double;
background-color: transparent;
background-image: url();
background-position: center center;
background-repeat: repeat;
}[/quote]
you can change it to this instead:
[quote]/* BOX: MY BLOGS */
.blogs {
border-width: [b]5px[/b];
border-color: #c00000;
border-style: [b]double[/b];
background-color: transparent;
background-image: url();
background-position: center center;
background-repeat: repeat;
}[/quote]
this is just an example of "debugging" your code. I have seen lots of such errors in your code..
Last edited by jieduck (2008-12-27 03:24:36)