"Adding Sections Background Images"
Sections Backgrounds |
|
Du mußt nur IMAGE URL durch deine eigene URL ersetzen. - Du kannst auch die angegebenen 'table classes' benutzen um den Tabellen Hintergrundfarben, Rahmen, etc. zuzufügen. You need only to replace IMAGE URL with your own. - In addition, you can use the given below 'table classes' to add background colors, borders etc. to the tables. - For "Background Colors" you have to change: background-image:url(IMAGE URL);
in: / to:
background-color:Your Color !important;
|
<style type="text/css">.K {Def. Pic. Background Image}table.profileInfo { background-image:url(IMAGE URL);} table.profileInfo * { background-color:transparent;} </style> |
<style type="text/css">.K {Contact Table Background Image}table.contactTable { background-image:url(IMAGE URL);} table.contactTable * { background-color:transparent;} </style> |
<style type="text/css">.K {URL Box Background Image}table.userProfileURL { background-image:url(IMAGE URL);} table.userProfileURL * { background-color:transparent;} </style> |
<style type="text/css">.K {Interests Background Image}table.interestsAndDetails { background-image:url(IMAGE URL);} table.interestsAndDetails * { background-color:transparent;} </style> |
<style type="text/css">.K {Details Background Image}table.userProfileDetail { background-image:url(IMAGE URL);} table.userProfileDetail * { background-color:transparent;} </style> |
<style type="text/css">.K {Schools Background Image}table.userProfileSchool { background-image:url(IMAGE URL);} table.userProfileSchool * { background-color:transparent;} </style> |
<style type="text/css">.K {Companies Background Image}table.userProfileCompany { background-image:url(IMAGE URL);} table.userProfileCompany * { background-color:transparent;} </style> |
<style type="text/css">.K {Networking Background Image}table.userProfileNetwork { background-image:url(IMAGE URL);} table.userProfileNetwork * { background-color:transparent;} </style> |
<style type="text/css">.K {Extended Network Background Image}table.extendedNetwork { background-image:url(IMAGE URL);} table.extendedNetwork * { background-color:transparent;} </style> |
<style type="text/css">.K {Blog Background Image}table.latestBlogEntry { background-image:url(IMAGE URL);} table.latestBlogEntry * { background-color:transparent;} </style> |
<style type="text/css">.K {Blurbs Background Image}table.blurbs { background-image:url(IMAGE URL);} table.blurbs * { background-color:transparent;} </style> |
<style type="text/css">.K {Friends Background Image}table.friendSpace { background-image:url(IMAGE URL);} table.friendSpace * { background-color:transparent;} </style> |
<style type="text/css">.K {Comments Background Image}table.friendsComments { background-image:url(IMAGE URL);} table.friendsComments * { background-color:transparent;} </style> |
Other Sections : |
Suggestion : |