MySpace


koNεko



Dernière mise à jour : 31/12/2008

> Email
> Message instantané
> Partage avec un ami
> Souscrire

Sexe : Female
Statut : Libertin(e)
Age : 30
Zodiaque: Scorpion

Région : lost
Pays: KE
Date d’inscription :: 27/07/2004
lundi, février 07, 2005 

COMPLETE BASIC LAYOUTS

originally contributed by: -X-

for those of you completely unfamiliar with HTML/CSS this will give you a very basic yet clean layout 1. copy and paste one of these layouts onto your notepad 2. change everything in blue to what you want 3. click Home 4. click Safe Mode 5. click Edit Interests & Personality 6. copy and paste into your about me 7. click Preview 8. click Submit 9. click View Profile REMEMBER this is no substitute or excuse for not reading the FAQ hopefully this combined with the FAQ will give you an idea of what the different types of codes do and how they can be arranged the two examples I am using in this particular post will be from Jen "eyecandy143" and Dee of "Loopkicks" Candy Style Profile Transparent Tables with Wallpaper using name color codes
<style type=text/css> body{background-image:url("wallpaperURLhere;"); background-attachment:fixed;; background-repeat:no-repeat;; background-position:center;; background-color:black;} body, table, td {background-color:transparent;; border:none;; border-width:0;} font, td, a, body, input, textarea, table{font-family:Tahoma;; font-size:10pt;; color:hotpink;} input, textarea{border:transparent;; font-size:10pt;; overflow:hidden;; background:url("optional;")} .blacktext10{color:hotpink;} .blacktext12{color:hotpink;} .btext{color:hotpink;} .lightbluetext8{color:hotpink;} .nametext{color:hotpink;} .orangetext15{color:hotpink;} .redbtext{color:hotpink;} .redbtext12{color:hotpink;} .redtext{color:hotpink;} .redtext8{color:hotpink;} .text{color:hotpink;} .whitetext12{color:hotpink;} a:link{color:hotpink;} a:visited{color:hotpink;} a:active{color:hotpink;} a:hover{color:hotpink;} a.navbar{color:hotpink;} a.navbar:link{color:hotpink;} a.navbar:active{color:hotpink;} a.navbar:visited{color:hotpink;} a.navbar:hover{color:hotpink;} a.redlink:link{color:hotpink;} a.redlink:active{color:hotpink;} a.redlink:visited{color:hotpink;} a.redlink:hover{color:hotpink;} a.searchlinksmall{color:hotpink;} a.searchlinksmall:link{color:hotpink;} a.searchlinksmall:active{color:hotpink;} a.searchlinksmall:visited{color:hotpink;} a.searchlinksmall:hover{color:hotpink;} </style>
Dee Style Profile Solid Tables with Background Color using hexidecimals
<style type=text/css> body{background-image:url("optionalwallpaper;"); background-attachment:fixed;; background-repeat:no-repeat;; background-position:center;; background-color:CC0033;} table, tr, td{background-color:transparent;; border:0px;; padding:2;} table table{border:0px;} table table table {border:2px solid;; border-color:FFCC00;; padding:2;; background-color:000000;} table table table table{border:0px;} font, td, a, body, input, textarea, table{color:FFCC00;} .blacktext10{color:FFCC00;} .blacktext12{color:FFCC00;} .btext{color:FFCC00;} .lightbluetext8{color:FFCC00;} .nametext{color:FFCC00;} .orangetext15{color:FFCC00;} .redbtext{color:FFCC00;} .redbtext12{color:FFCC00;} .redtext{color:FFCC00;} .redtext8{color:FFCC00;} .text{color:FFCC00;} .whitetext12{color:FFCC00;} a:link{color:FFCC00;} a:visited{color:FFCC00;} a:active{color:FFCC00;} a:hover{color:FFCC00;} a.navbar{color:FFCC00;} a.navbar:link{color:FFCC00;} a.navbar:active{color:FFCC00;} a.navbar:visited{color:FFCC00;} a.navbar:hover{color:FFCC00;} a.redlink:link{color:FFCC00;} a.redlink:active{color:FCC00;} a.redlink:visited{color:FFCC00;} a.redlink:hover{color:FFCC00;} a.searchlinksmall{color:FFCC00;} a.searchlinksmall:link{color:FFCC00;} a.searchlinksmall:active{color:FFCC00;} a.searchlinksmall:visited{color:FFCC00;} a.searchlinksmall:hover{color:FFCC00;} </style>