hi all,
ich möchte auf meiner myspace Seite die Umrandungen (Rahmen) weg machen, also wo Allgemein, Freunde und so drin sind. Die Rahmen versauen das ganze Profil.
hi all,
ich möchte auf meiner myspace Seite die Umrandungen (Rahmen) weg machen, also wo Allgemein, Freunde und so drin sind. Die Rahmen versauen das ganze Profil.
rahmen weg: border:0px;
wo du des einfügen musst, siehste ein deinem quelltext....
wo genau hier?
<style>
.KhAk { http://khak-myspace.blogspot.com }
.KhAk {Change the background of your page}
body {background-image:url("http://img508.imageshack.us/img508/1204/weifh0.jpg");
background-position:center center;
background-attachment:fixed;
background-repeat:repeat;
background-color:FFFFFF;}
.KhAk {Make the WhiteSpace at the middle of your page transparent}
table, tr, td {background-color:transparent;
border:0px;}
.KhAk {Main tables background image/color & border}
table table table {background-image:url("http://img508.imageshack.us/img508/1204/weifh0.jpg");
border-width:4px;
border-style:inset;
background-color:FFFFFF;}
table table table table {border:0px !important;
background-color:transparent;
background-image:none;}
.KhAk {Format and change the color of all of the text on your page}
table, td, tr, span, strong, div, .text, input, select {
color:000000;
font-size:9pt;
font-family:Verdana;}
.KhAk {Change the color of comments text}
td.text td.text td td {
color:000000 !important;}
.KhAk {Time and date in the Comments section}
.blacktext10 {display:block; width:100%;
text-align:right !important;
color:000000 !important;}
.KhAk {Change the color of the text right next to your defualt pic. (age, location etc.)}
.profileInfo td td.text {color:000000 !important;}
.KhAk {Format and change the color of "XX's Latest Blog Entry"}
.latestBlogEntry .btext {color:000000;
font-weight:bold;
font-size:12pt;}
.KhAk {Change the color of "XX is in your Extended Network" (Or ↓)}
.blacktext12 {color:000000 !important;}
.KhAk {You can hide the extended network with the next line (Or replace it with your graphic)}
.extendedNetwork {display:none !important;}
.KhAk {Change the color of the main title and your myspace URL}
.userProfileURL strong {color:000000 !important;}
.userProfileURL div {color:000000 !important;}
.KhAk {Format and center your name above your profile pic.}
.nametext {display:block; width:100%;
color:000000;
font-family:arial;
font-size:20pt;
font-weight:bold;
text-align:left;}
.KhAk {Format and change the color of "About Me", "Meet", "XX's friend space", "XX's Comments"}
.orangetext15 {display:block; width:100%;
color:000000 !important;
font-size:12pt;
font-family:tahoma !important;}
</style>