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
Adding HTML Code to a Card
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
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
- BaconFries
-
- Posts: 5874
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Adding HTML Code to a Card
You can add custom code via the HTML Object
Re: Adding HTML Code to a Card
The added code is incomplete. It should be
Also, because there is no content inside the div, it will just show an empty place holder
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>
Re: Adding HTML Code to a Card
Okay, thank you!