Help? |
Help? |
Jul 15 2007, 12:58 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
I'm having difficulties with my default layout.
I've made it exactly how I've wanted, but I'm trying to make the "General Interests" from that blue color to white, I'm not quite sure how to do so. Does anyone have a code for that? Help would be much appreciated. Thanks. =] |
|
|
|
![]() |
Jul 15 2007, 02:19 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Try this:
CODE <style type="text/css">
.lightbluetext8{ font-family: arial; font-size: 9px; color: FFFFFFF; font-weight: none; border: 0px; text-transform: uppercase; } </style> |
|
|
|
Jul 15 2007, 04:07 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Thanks, but its not quite working
It still makes the background in my interests that blue color and my images have white background and I don't like itt. Any other ideas? |
|
|
|
Jul 15 2007, 04:11 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
In your first post you said blue color to white, you didn't say background color. I thought you were meaning the interests FONT color.
|
|
|
|
Jul 15 2007, 04:16 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Ohh.
I see what you're saying. Sorry for the confusion! Yeah I meant the background color. Is there anyway to do that without making it..not a default layout? |
|
|
|
Jul 15 2007, 04:18 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Would you mind posting the link to your myspace so I can see what you're talking about?
|
|
|
|
Jul 15 2007, 04:21 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Yeah go for it.
If its private go ahead and add me <a href="http://www.myspace.com/x_my_last_regret_x">Myspace</a> |
|
|
|
Jul 15 2007, 04:21 PM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
*sigh*
www.myspace.com/x_my_last_regret_x didn't know links didn't work. but you see what I mean with the blue background and then my images are white how can i get a white background? |
|
|
|
Jul 15 2007, 05:38 PM
Post
#9
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You have to use bbcode my dear.
CODE [url=URLHERE]LINK NAME[/url] You can't change just the general part but all. CODE <style type="text/css"> table, tr, td{ background-color: FFFFFF; }</style> or CODE <style type="text/css">
tr, td{ background-color: FFFFFF; }</style> |
|
|
|
Jul 15 2007, 06:30 PM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Thanks so much!
You're a lifesaver. =] |
|
|
|
Jul 15 2007, 06:32 PM
Post
#11
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
P.S.
is there a way to make the table borders disappear as well? |
|
|
|
Jul 15 2007, 06:35 PM
Post
#12
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <stye type="text/css"> table, tr, td {border: 0px;}</style> Try that. :) |
|
|
|
Jul 15 2007, 06:56 PM
Post
#13
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Thanks =]
Oh and I love your picture. Adamo Ruggiero is amazing |
|
|
|
Jul 15 2007, 06:59 PM
Post
#14
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
and blahface the code won't work.
|
|
|
|
Jul 15 2007, 07:09 PM
Post
#15
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Replace what I gave you before with :
CODE <style type="text/css"> table, tr, td{border: 0px; background-color: FFFFFF;} </style> And your profile should look like this: http://myspace.com/poopietest |
|
|
|
Jul 15 2007, 07:19 PM
Post
#16
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2007 Member No: 546,092 |
Thanks so much!
That one worked. |
|
|
|
![]() ![]() |