|
|
|
|
How can I add custom CSS custom coding to profile pages?
Options: Edit
Your members can have advanced control over their profile design by using CSS custom coding. These steps will explain the process of doing so:
-
Go to the profile page.
-
Click Add Element and choose the Text Box element.
-
Paste your custom CSS code into the Custom HTML field. Make sure that it hastags around your CSS code, or it will not work.
-
Click Add Element at the bottom of the window to save it to your profile page.
An example of code that could be used in a profile page is below, which will make the background color of the profile page blue.
<style type="text/css">
body {background:Blue;}
</style>
Author: | Edvard_D |
Published: | Sep 11th 2010 |
Modified: | Sep 11th 2010 |
|
|
|
|
|
|
|
|
|
|
|