If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports web standards, although its content is accessible to any browser or Internet device.

Cool Tips & Tricks Cool Tips & Tricks

Help Communities:
Help Forums Bug Base
<< Prev Topic | Next Topic >>
Cool Tips & Tricks ::: CSS ::: profile page doesn't work...
New Topic    Add Reply
Topic: profile page doesn't work...  (?)  Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend
Daedalus Luna

Registered User
ezSupporter
Posts: 201
Posted: 11/14/05 10:49 am    
profile page doesn't work...
I've set it on "custom CSS" in the control center and it doesn't work... and, my image IN the codes refuses to show, what am I doing wrong!? Thank you for any help provided! I'm SO bad at CSS...

(I'm a gold member if there is any difference? I also used the skin generator located :: Here :: )

This is the code I WANT to use that gives me the finger >.< as well as it doesn't want to fit in the red "square" below the user name and on the left of the user info.. :\

*Pulls hair in frustration* I had a CSS sheet like this before but someone stole it and it went poof.... *grr*



 /* © Copyright 2003, ezdesign
generated by profile skin wizard
http://ezdesign.spayce.com/content.php?content.17 */

body {
background-color: #000000; color: #ffffff; font: xx-small tahoa, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
}

img {vertical-align: bottom; border: 0px; }

a:link {color: #D7B8BB; text-decoration: none; background: transparent;}
a:visited {color: #DDDBDB; text-decoration: none; background: transparent;}
a:hover {color: #8F5050; text-decoration: none; background: transparent;}
a:active {color: #BD9696; text-decoration: none; background: transparent;}
H1 {font: bold large tahoma, sans-serif; color: #BC8888;letter-spacing: 2px;
display: inline;
padding: 10px 10px 5px 10px;
}

H2 {font: bold x-small verdana tahoma, sans-serif; color: #7E6C6C;letter-spacing: 2px;
margin: 0px;
padding: 10px 10px 0px 10px;
}

dl {font: 10px; margin: 6px 0 0 0; padding: 0 0 0 5px;}

dd {margin: 0 0 0 5px;
}

dt {}

#wrapper {background-color: #650B0B; width: 595px; margin: 20px auto;
text-align: left;
border: 10px solid #7E6C6C;
border-bottom: 0px;
background: #4B0206 url (http://photobucket.com/albums/v478/NCS/NCSCharacters/DaedalusLuna/?action=view¤t=NVE00110d.jpg) no-repeat top left;
}

#heading {background-color: #650B0B; width: 290px; height: auto;
float: left; padding: 10px auto auto auto; margin: 0px;
}

#personalphoto {float: left; margin: 0 10px;}

#ppimg {width: 300; height: 400px;}

#totalposts {background-color: transparent; font: inherit; color: ;margin: auto 10px auto 10px;
border-top: 1px solid #9D9E9D;
padding: 1px 3px 1px 1px;
}

#membersince {background-color: transparent; font: 11px Tahoma, verdana, sans-serif; color: ;margin: auto 10px auto 10px;
border-bottom: 1px solid #9D9E9D;
padding: 1px 3px 4px 1px;
}

#main {background-color: #650B0B; padding: 10px auto auto auto; border: ; margin: 0px;
width: 300px;
height: 350px;
}

#personalinfo {background-color: none; padding: auto; width: auto; float: none;
}

#contactinfo {background-color: none; padding: auto; width: auto; float: none;
}

#firstname, #lastname, #age, #occupation, #location, #hobbies, #personalbio, #email, #pm, #im, #link, #recentposts {margin: 10px; border: 0px; width: auto;
border-bottom: 1px solid #9D9E9D;
padding-bottom: 5px;
}

#im {display:none;}
#recentposts {display:none;}
.title {color: ; font: ;}

.value {color: ;}

.privatevalue {color: ; font-style: italic;}

#footing {background-color: #7E6C6C; color: #BD9696; font: ;
padding: 2px 10px 4px 10px;
clear: both;
}

.spacer {clear: both;}


  reply to this message

chrish18

Registered User
ezSupporter
Posts: 2260
Posted: 11/14/05 12:13 pm    
Re: profile page doesn't work...
Try this code (I think this is what you want to do)
 
/* based on Default skin by  */
/* copyright  */
/* made with ezdesign profile wizard http://ezdesign.spayce.com/ */

body {
   background-color: #000000;
   color: #ffffff;
   font: xx-small tahoa, sans-serif;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

a:link {
   color: #D7B8BB;
   text-decoration: none;
   background: transparent;
}

a:visited {
   color: #DDDBDB;
   text-decoration: none;
   background: transparent;
}

a:hover {
   color: #8F5050;
   text-decoration: none;
   background: transparent;
}

a:active {
   color: #BD9696;
   text-decoration: none;
   background: transparent;
}

#wrapper {
   background-color: #650B0B;
   width: 600px;
   margin: 20px auto;
   text-align: left;
   border: 10px solid #7E6C6C;
   border-bottom: 0px;
   background: #4B0206 url(http://photobucket.com/albums/v478/NCS/NCSCharacters/DaedalusLuna/?action=view¤t=NVE00110d.jpg) no-repeat top left;
}

#heading {
   background-color: #650B0B;
   width: 250px;
   height: auto;
   float: left;
   padding: 10px auto auto auto;
   margin: 0px;
}

#ppimg {
   width: 300;
   height: 400px;
}

#personalphoto {
   float: left;
   margin: 0 10px;
}

#totalposts {
   background-color: transparent;
   font: inherit;
   margin: auto 10px auto 10px;
   border-top: 1px solid #9D9E9D;
   padding: 1px 3px 1px 1px;
}

#membersince {
   background-color: transparent;
   font: 11px Tahoma, verdana, sans-serif;
   margin: auto 10px auto 10px;
   border-bottom: 1px solid #9D9E9D;
   padding: 1px 3px 4px 1px;
}

#main {
   background-color: #650B0B;
   padding: 10px auto auto auto;
   margin: 0px;
   width: 300px;
   height: 350px;
   float: right;
}

#personalinfo {
   background-color: none;
   padding: auto;
   width: auto;
   float: none;
}

#contactinfo {
   background-color: none;
   padding: auto;
   width: auto;
   float: none;
}

.privatevalue {
   font-style: italic;
}

dd {
   margin: 0 0 0 5px;
}

dl {
   font: 10px;
   margin: 6px 0 0 0;
   padding: 0 0 0 5px;
}

#firstname {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#lastname {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#age {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#location {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#occupation {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#hobbies {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#personalbio {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#email {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#pm {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#im {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
   display: none;
}

#link {
   margin: 10px;
   border: 0px;
   width: auto;
   border-bottom: 1px solid #9D9E9D;
   padding-bottom: 5px;
}

#recentposts {
   display: none;
}

#footing {
   background-color: #7E6C6C;
   color: #BD9696;
   padding: 2px 10px 4px 10px;
   clear: both;
}

.spacer {
   clear: both;
}
You may also want to bookmark the up-to-date profile wizard :) You can import your current css in this one so you dont have to start from scratch all the time :D

If you have problems with the wizard, you can leave a message for me here, I dont always have time to check CTT :(


  reply to this message

Daedalus Luna

Registered User
ezSupporter
Posts: 202
Posted: 11/14/05 2:09 pm    
Re: profile page doesn't work...
I'm still having problems with this, I poked a subject down on the requested site for you ^^


  reply to this message

Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend

New Topic    Add Reply

jump to:
Topic Control Image::: Topic Commands
<< Prev Topic | Next Topic >>

Icon Legend

reply button:::Reply to Post Button   edit button:::Edit Post Button  delete button:::Delete Post Button (Moderator Only)

subscribe/unsubscribe to thread button:::Subscribe to Thread Button   email to friend button:::Email to Friend Button  



- Cool Tips & Tricks - CSS -

Communitiesezboard Help Communities:

Help Forums Help Forums Bug Base Bug Base





Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.