Basic HTML Codes for Cam Bios

Click Here to Sign Up for Chaturbate - Broadcaster Account

To change the color of any text in your bio, follow these steps and use the following code:

        * Choose a color you want to use for your text. If you use this website (https://htmlcolorcodes.com) it makes the follow steps very easy to do. Click on the color you want to pick.

        * Either next to or under the color you have chosen, there will be a list of numbers. The numbers that you will need are listed next to/ labeled R, G, & B.

        * Copy and paste this code into the about me or wishlist section of your bio:

<body>    <p style="color: rgb(253,141,234)">TYPE YOUR TEXT HERE</p>  </body>

        * In place of the yellow highlighted text area, add the text you want to change the color of.

        * In place of the three blue highlighted numbers, add the R,G,B for your selected color, in order with commas separating between them. (R,G,B) / (#,#,#)


To add a DMCA icon/badge to your profile, copy & paste the following code into your bio:

<img src="http://images.dmca.com/Badges/DMCA_badge_trn_100w.png" rel="nofollow" />

        * No extra steps needed!

To add a link shown as text to your bio, follow these steps and use the following code:

        * Copy and paste this code into the about me or wishlist section of your bio:


<a href ="YOURLINKHERE.COM">YOUR TEXT HERE</a>

        * In place of the pink highlighted "website", add your desired website.

        * In place yellow highlighted text area, add the text you want to appear in place of the link.

To add a link shown as text in the color of your choice to your bio, follow these steps and use the following code:

         * Choose a color you want to use for your text. If you use this website (https://htmlcolorcodes.com) it makes the follow steps very easy to do. Click on the color you want to pick.

        * Either next to or under the color you have chosen, there will be a list of numbers. The numbers that you will need are listed next to/ labeled R, G, & B.

        * Copy and paste this code into the about me or wishlist section of your bio:

<a href ="YOURLINKHERE.COM"><body>    <p style="color: rgb(253,141,234)">YOUR TEXT HERE</p>  </body></a>

        * In place of the pink highlighted "website", add your desired website.

        * In place of the three blue highlighted numbers, add the R,G,B for your selected color, in order with commas separating between them. (R,G,B) / (#,#,#)

        * In place yellow highlighted text area, add the text you want to appear in place of the link.


To add a link shown as an image to your bio, follow these steps and use the following code:

        * Choose a link to an image; or if you want to create a link to your image of choice use an image hosting site like (https://imgchest.com/upload) to create a link to for image. 

        * Copy and paste this code into the about me or wishlist section of your bio:

<a href ="YOURLINKHERE.COM"><img src="LINKTOYOURIMAGEHERE.COM"></a>

        * In place of the pink highlighted "website", add your desired website.

        * In place of the green highlighted "website", add your desired link to the image of your choice.

Comments