Adding HTML Code to a Card

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
maggiemma
 
 
Posts: 8
Joined: Thu Oct 24, 2024 3:06 am

Adding HTML Code to a Card

Post by maggiemma »

Hello,
I was wondering if it is possible to have html code work within a card. The code that I'm trying to use works if it's not in a card. I see that it can be added, but I just can't get it to work. I've included a link to my project file.

This is the code:
<div data-vc-type="itemprice" data-vc-id="PLTE-MID-AFTR-002" data-vc-currency="USD" style="font-family: Arial; font-size: 24px; color: #B86B33;></div>

It pulls and displays a price from a vibracart product. Any help would be greatly appreciated. Thank you.

https://www.sewcraftey.com/Card.zip
User avatar
BaconFries
 
 
Posts: 5873
Joined: Thu Aug 16, 2007 7:32 pm

Re: Adding HTML Code to a Card

Post by BaconFries »

You can add custom code via the HTML Object
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Adding HTML Code to a Card

Post by Pablo »

The added code is incomplete. It should be

Code: Select all

<div data-vc-type="itemprice" data-vc-id="PLTE-MID-AFTR-002" data-vc-currency="USD" style="font-family: Arial; font-size: 24px; color: #B86B33;"></div>
Also, because there is no content inside the div, it will just show an empty place holder
maggiemma
 
 
Posts: 8
Joined: Thu Oct 24, 2024 3:06 am

Re: Adding HTML Code to a Card

Post by maggiemma »

Okay, thank you!
Post Reply