I've done everything, I've searched every corner of the internet and I can't find a solution... is this bug just for me? Has this ever happened to anyone else? If you can help me I would appreciate it
0 Votes
1 Comments
C
Communityposted
3 months ago
Admin
Posted by “LestatDeLioncourt” on December 02, 2023.
[Archived]
Hi @vazio I looked at your banner code and it is empty. This is the issue.
You need to use basic HTML to display your graphic image. The graphic image needs to be saved somewhere on the Internet. A good place to save your graphic image; for your banner, is in your Gallery. Your graphic IMVU Gallery is located Here: https://www.imvu.com/photos/albums/188913735/ Upload a graphic there and use basic HTML in your Description for your products.
Your HTML, Product Description should look something like this, below...
<img src="https://YourBannerImageLink.jpg">
or
<img src="-----Your Graphic Https: Link between the quote marks----">
Posted by “vazio” on December 02, 2023.
[Archived]I've done everything, I've searched every corner of the internet and I can't find a solution... is this bug just for me? Has this ever happened to anyone else? If you can help me I would appreciate it
0 Votes
1 Comments
Community posted 3 months ago Admin
Posted by “LestatDeLioncourt” on December 02, 2023.
[Archived]Hi @vazio I looked at your banner code and it is empty. This is the issue.
You need to use basic HTML to display your graphic image. The graphic image needs to be saved somewhere on the Internet. A good place to save your graphic image; for your banner, is in your Gallery. Your graphic IMVU Gallery is located Here: https://www.imvu.com/photos/albums/188913735/ Upload a graphic there and use basic HTML in your Description for your products.
Your HTML, Product Description should look something like this, below...
<img src="https://
YourBannerImageLink.jpg">or
<img src="
-----Your Graphic Https: Link between the quote marks----">Example:
<img src="https://userimages-akm.imvu.com/userdata/42/15/35/30/userpics/Snap_sPac0kqQdE565387655.jpg">
I hope this helps...
0 Votes