about me background? comment background? a little confused..., confused like |
about me background? comment background? a little confused..., confused like |
Jan 24 2010, 08:36 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Apr 2009 Member No: 724,790 |
|
|
|
|
![]() |
Jan 24 2010, 08:49 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,665 Joined: Aug 2008 Member No: 676,364 |
Okay, see if this works. Just replace it with the url.
CODE Adding Backgrounds to Tables You can use these table classes also to add background colors, borders, etc.. Default Pic Table <style> .profileInfo {background-image:url(URL);} .profileInfo * {background-color: transparent;} </style> Contact Table <style> .contactTable {background-image:url(URL);} .contactTable * {background-color: transparent;} </style> Myspace URL <style> .userProfileURL {background-image:url(URL);} .userProfileURL * {background-color: transparent;} </style> Interests <style> .interestsAndDetails {background-image:url(URL);} .interestsAndDetails * {background-color:transparent;} </style> Details <style> .userProfileDetail {background-image:url(URL);} .userProfileDetail * {background-color: transparent;} </style> Schools <style> .userProfileSchool {background-image:url(URL);} .userProfileSchool * {background-color: transparent;} </style> Companies <style> .userProfileCompany {background-image:url(URL);} .userProfileCompany * {background-color: transparent;} </style> Networking <style> .userProfileNetwork {background-image:url(URL);} .userProfileNetwork * {background-color: transparent;} </style> Extended Network <style> .extendedNetwork {background-image:url(URL);} .extendedNetwork * {background-color: transparent;} </style> Blogs <style> .latestBlogEntry {background-image:url(URL);} .latestBlogEntry * {background-color: transparent;} </style> Blurbs <style> .blurbs {background-image:url(URL);} .blurbs * {background-color:transparent;} </style> Friend Space <style> .friendSpace {background-image:url(URL);} .friendSpace * {background-color:transparent;} </style> Comment Section <style> .friendsComments {background-image:url(URL);} .friendsComments * {background-color: transparent;} </style> I would mainly look for Blurbs, Interests, and Comments if that's what you're aiming for. |
|
|
|
Jan 24 2010, 08:55 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Apr 2009 Member No: 724,790 |
Okay, see if this works. Just replace it with the url. CODE Adding Backgrounds to Tables You can use these table classes also to add background colors, borders, etc.. Default Pic Table <style> .profileInfo {background-image:url(URL);} .profileInfo * {background-color: transparent;} </style> Contact Table <style> .contactTable {background-image:url(URL);} .contactTable * {background-color: transparent;} </style> Myspace URL <style> .userProfileURL {background-image:url(URL);} .userProfileURL * {background-color: transparent;} </style> Interests <style> .interestsAndDetails {background-image:url(URL);} .interestsAndDetails * {background-color:transparent;} </style> Details <style> .userProfileDetail {background-image:url(URL);} .userProfileDetail * {background-color: transparent;} </style> Schools <style> .userProfileSchool {background-image:url(URL);} .userProfileSchool * {background-color: transparent;} </style> Companies <style> .userProfileCompany {background-image:url(URL);} .userProfileCompany * {background-color: transparent;} </style> Networking <style> .userProfileNetwork {background-image:url(URL);} .userProfileNetwork * {background-color: transparent;} </style> Extended Network <style> .extendedNetwork {background-image:url(URL);} .extendedNetwork * {background-color: transparent;} </style> Blogs <style> .latestBlogEntry {background-image:url(URL);} .latestBlogEntry * {background-color: transparent;} </style> Blurbs <style> .blurbs {background-image:url(URL);} .blurbs * {background-color:transparent;} </style> Friend Space <style> .friendSpace {background-image:url(URL);} .friendSpace * {background-color:transparent;} </style> Comment Section <style> .friendsComments {background-image:url(URL);} .friendsComments * {background-color: transparent;} </style> I would mainly look for Blurbs, Interests, and Comments if that's what you're aiming for. Awesome!! It didn't work for the about me section, friend section or comment section. |
|
|
|
martyeclair about me background? comment background? a little confused... Jan 24 2010, 08:36 PM
Beenly Are you talking about the background for the table... Jan 24 2010, 08:40 PM
martyeclair QUOTE(Beenly @ Jan 24 2010, 08:40 PM) Are... Jan 24 2010, 08:42 PM
Beenly Have you tried just making those tables transparen... Jan 24 2010, 09:02 PM
martyeclair QUOTE(Beenly @ Jan 24 2010, 09:02 PM) Hav... Jan 24 2010, 09:17 PM
Mikeplyts Is this for a 1.0 profile or a 2.0 profile? Jan 24 2010, 09:51 PM
martyeclair QUOTE(Mikeplyts @ Jan 24 2010, 09:51 PM) ... Jan 24 2010, 11:00 PM
Mike Here's for just Blurbs, Interests and Comments... Jan 25 2010, 12:04 PM
martyeclair QUOTE(Mike @ Jan 25 2010, 12:04 PM) Here... Jan 30 2010, 01:19 AM
Mike You were supposed to customize that code. Here:
C... Jan 30 2010, 07:16 AM
martyeclair QUOTE(Mike @ Jan 30 2010, 07:16 AM) You w... Jan 31 2010, 06:52 PM
Mike CODE<style>
table table table, .blurbs, .f... Feb 1 2010, 05:02 AM
martyeclair QUOTE(Mike @ Feb 1 2010, 05:02 AM) CODE... Feb 2 2010, 06:35 PM
Mike The code works fine, even without the extra select... Feb 3 2010, 03:49 PM![]() ![]() |