Include Database Fields From Csv File In Html Object
Hi,
I'm trying to refer to values from database fields from a csv file in my html.
Is there a way to do that.
what I'm trying to do is as follows:
<!doctype html>
<html>
<head>
<title>HTML Editor - Full Version</title>
</head>
<body>
<h1 style="text-align: center;">Field("btPrint.DESC")</h1>
<p style="text-align: center;"><span style="font-size:24px;"><strong>30% </strong></span>below Price </p>
<p style="text-align: center;">Field("btPrint.PRICE")</p>
</body>
</html>
red = cvs database fields.
Thanks a lot,
Yon
0
-
Break up the data source for your HTML/CSS into various data sources for the text object with the field references being in their own data source. In your above example you'd need five different data sources in total.
0
Please sign in to leave a comment.
Comments
1 comment