how do you change the border colors?? like on the about me, music, movies, etc. how its red, i don't want it red...how do i change the color for that?
+ Reply to Thread
Results 41 to 60 of 191
Thread: Help with CSS in the profiles
-
05-11-2009 05:00 PM #41pic for pic : )
- Join Date
- May 2009
- Posts
- 3
-
05-20-2009 03:48 PM #42
-
05-22-2009 03:01 AM #43The One The Only ME
- Join Date
- May 2009
- Location
- Australia
- Posts
- 3
Hmm, Anyone know how to align my WHOLE profile to the RIGHT?.
I've tried a few diff codes but im having throuble with getting it right.. some send it really badly some get it close but it only does it on my screen
Would apreciate any help you could give.
-
05-23-2009 05:39 AM #44
http://www.teenspot.com/profiles/edi...file/advanced/
This should do it:
Code:center, div[align='center'] { text-align: left; }Wise is the guest's eye.
-
05-23-2009 03:45 PM #45pic for pic : )
- Join Date
- May 2009
- Posts
- 3
Hey, does anyone know how to get a comment box?
-
05-24-2009 11:14 AM #46The One The Only ME
- Join Date
- May 2009
- Location
- Australia
- Posts
- 3
-
05-25-2009 07:11 AM #47
Sorry, I got it the wrong way 'round!
The values you can use (for the red text!) are these: left, center and right.Code:center, div[align='center'] { text-align: right; }
The "center, div[align='center']" stuff (the first line) is not the part of the code that aligns the layout; it is just a way of grabbing hold of the layout. The second line is doing the job of aligning the layout.Wise is the guest's eye.
-
06-03-2009 02:48 PM #48
- Join Date
- Aug 2008
- Location
- United States
- Posts
- 1
Does anyone know how to center the top of your profile (including your picture, mood, status, etc) ?
-
06-04-2009 03:03 PM #49
- Join Date
- Jul 2008
- Location
- United States
- Posts
- 3
How do you like get rid of your picture and only have the personal space box left?
-
06-05-2009 02:04 PM #50Something witty goes here
- Join Date
- Apr 2009
- Location
- United States
- Posts
- 658
Throw this into your custom CSS :
Of course, if someone really wanted to see your photos, all they would have to do is look at the source code.Code:table#autonumber10 { display:none; } table#autonumber13 { display:none; } table#autonumber15 { display:none; } table#autonumber19 { display:none; } table#autonumber20 { display:none; } table#autonumber22 { display:none; } table#AutoNumber24 { display:none; } table#AutoNumber26 { display:none; } table#AutoNumber29 { display:none; }
-
06-07-2009 02:54 PM #51New Layout (Y)
- Join Date
- Nov 2008
- Location
- United Kingdom
- Posts
- 2
Does anybody know how to add photo's into the "Personal Space" section of your profile?
I've tried doing:
[img] source of image [/img]
But that doesn't seem to be working?
Any ideas?
-
06-07-2009 04:34 PM #52Something witty goes here
- Join Date
- Apr 2009
- Location
- United States
- Posts
- 658
-
06-11-2009 01:23 AM #53Registered User
- Join Date
- Jan 2009
- Location
- United States
- Posts
- 1
how do you view a private profile?
-
06-11-2009 06:22 AM #54
How do you make the border fixed?
Heres the code, I tried the obvious but it wouldnt work, I havent got any code in the about me section.
HelpCode:table, tr, td { background-color:transparent; } 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-image:url(); background-position:Center Center; background-attachment:fixed; border-width:300px; border-style:Solid; border-color:Black; border-attachment:Fixed; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Inset; border-width:1px; border-color:bbbbbb; background-attachment:fixed; } table, tr, td, li, p, div,.text,.redtext, .blacktext12 { color:AA2222; } .whitetext12, .orangetext15 { color:CC2222; } .lightbluetext8, .blacktext10, .redbtext,.btext { color:EE2222; } .nametext { color:CC2222; font-weight:bold; font-style:italic; } 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:AA2222; font-style:italic; text-decoration:underline; } a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover { color:FF2222; font-size:12pt; font-weight:bold; font-style:italic; text-decoration:underline; } .contactTable { width:300px!important; height:150px!important; padding:0px!important; background-image:url(); 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;; }
Also, Ive looked absolutely everywhere for codes but erm, ...
I want to make the personal space ''box'' have a transparent black background, same for each of the other modules.
Is there any simple code to do that?Kid, I'm a marathon, your thought's a quarter mile
-
06-11-2009 01:04 PM #55Something witty goes here
- Join Date
- Apr 2009
- Location
- United States
- Posts
- 658
Put this in your Custom CSS, and I would recommend that you delete most, if not all, of your other CSS code, it's a confusing mess of hack-y code.Code:table, tr, td { background-color:transparent; border:none; border-width:0; } table table table { background-image:url('http://i37.photobucket.com/albums/e91/Lordhelpus/25.png'); background-repeat:repeat; }
Unfortunately I'm relying on transparent png images for transparency, so if you want it darker or lighter you're going to have to tell me so I can upload a more or less transparent image. That or you could make your own images.
Privately message the person and ask them nicely to add you as a friend.
-
06-11-2009 01:28 PM #56
-
06-12-2009 10:37 PM #57Registered User
- Join Date
- May 2009
- Posts
- 1
how do you put your picture on the right side of the personal space
and the words going down
-
06-13-2009 07:09 AM #58New Layout (Y)
- Join Date
- Nov 2008
- Location
- United Kingdom
- Posts
- 2
Thank you 'Typical Male', I can now put pictures on my profile! (:
-
06-13-2009 03:41 PM #59Something witty goes here
- Join Date
- Apr 2009
- Location
- United States
- Posts
- 658
-
06-19-2009 01:32 AM #60www.twitter.com/den_dan
- Join Date
- Jun 2009
- Posts
- 1
mine questions are simple.
1 how do you keep ur comments private?
2 how can you change the lengh/height on "ur personal space" and all the others?

Reply With Quote
