AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

"Simple" Images in Bio HELP

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
Jan 2, 2020
3
1
0
Colorado, US
Twitter Username
@december_fox
Chaturbate Username
Decemberfox
ManyVids URL
https://www.manyvids.com/Profile/1002829944/December-Fox/
I've been fighting with this for hours and cannot for the life of me get it to work.

Not trying to do anything fancy, just post a couple simple graphics in series to scroll through

I had an image there before, used to be able to just copy/paste the html from the hosting site and it worked. now no matter what I try it just displays a broken image icon.

Here's the code i get from the hosting site:

<img src="https://i.ibb.co/347Xsqw/1.png" alt="1" border="0">
<img src="https://i.ibb.co/6HLsCHt/2.png" alt="2" border="0">
<img src="https://i.ibb.co/x2w84Tt/3.png" alt="3" border="0">

a couple weeks ago a friend updated their bio with pics similar to what I'm trying to do. Theirs is now also showing broken image icons, so I'm wondering if it could be an issue with certain hosting sites? or did chaturbate change something about the way it interprets html?

I'm pretty html illiterate so any help would be appreciated
 
Hi,
I tried it in my bio and pics are well shown so you have no problem with this part of code or with hosting site.

Maybe take care to avoid any empty line around.
html allow this, but CB changes the code and break it, this ie would not be rendered :
<p>

<img src="https://i.ibb.co/347Xsqw/1.png" alt="1" border="0">
<img src="https://i.ibb.co/6HLsCHt/2.png" alt="2" border="0">
<img src="https://i.ibb.co/x2w84Tt/3.png" alt="3" border="0">
</p>

And correction is :
<p>
<img src="https://i.ibb.co/347Xsqw/1.png" alt="1" border="0">
<img src="https://i.ibb.co/6HLsCHt/2.png" alt="2" border="0">
<img src="https://i.ibb.co/x2w84Tt/3.png" alt="3" border="0">
</p>
 
Upvote 0
I pasted the code from your hosting site into my own (user) bio, and it came out without a problem.
Could it be you have an html tag earlier in the code that isn't closed properly? I.e. missing a ">"?

You can easily(ish) check that by cutting whatever is in the bio from before and paste it into a en empty notepad document, then pasting only the code from your hosting site into the bio.

But as @DoD404 says, CB is sometimes weird about how it interprets empty lines inbetween html code.
 
Upvote 0
I've been fighting with this for hours and cannot for the life of me get it to work.

Not trying to do anything fancy, just post a couple simple graphics in series to scroll through

I had an image there before, used to be able to just copy/paste the html from the hosting site and it worked. now no matter what I try it just displays a broken image icon.

Here's the code i get from the hosting site:

<img src="https://i.ibb.co/347Xsqw/1.png" alt="1" border="0">
<img src="https://i.ibb.co/6HLsCHt/2.png" alt="2" border="0">
<img src="https://i.ibb.co/x2w84Tt/3.png" alt="3" border="0">

a couple weeks ago a friend updated their bio with pics similar to what I'm trying to do. Theirs is now also showing broken image icons, so I'm wondering if it could be an issue with certain hosting sites? or did chaturbate change something about the way it interprets html?

I'm pretty html illiterate so any help would be appreciated

like the other too I am seeing everything working fine with what you had posted.
I will say I had a similiar issue as well yesterday where the image file was showing up as a broken file icon.
Actually posted up looking for help as well.
Then today everything was working fine. May want to just check to see if its the same for you.
 
Upvote 0
Status
Not open for further replies.