Updated html for label.
This commit is contained in:
+16
-4
@@ -43,24 +43,36 @@ ORDER BY a.name, v.weight ASC
|
|||||||
|
|
||||||
### Product title
|
### Product title
|
||||||
```html
|
```html
|
||||||
<p style="text-align: center; font-size: 16px; font-family: Arial;"><b>
|
<p style="text-align: center; font-size: 13pt; font-family: Arial;"><b>
|
||||||
</b></p>
|
</b></p>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Product title Siegel
|
||||||
|
```html
|
||||||
|
<p style="text-align: center; font-size: 10pt; font-family: Arial;"><b>
|
||||||
|
</b></p>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Description
|
||||||
|
```html
|
||||||
|
<p style="text-align: center; font-size: 8px; font-family: Arial;"><b>
|
||||||
|
</p></body></html>
|
||||||
|
```
|
||||||
|
|
||||||
### Ingredients
|
### Ingredients
|
||||||
```html
|
```html
|
||||||
<html><head><style type='text/css'>body {font-family: Arial; font-size: 7px; text-align: center;}</style></head><body><p style="text-align: center; margin: 0; padding: 0;">
|
<html><head><style type='text/css'>body {font-family: Arial; font-size: 5.5pt; text-align: center;}</style></head><body><p style="text-align: center; margin: 0; padding: 0;">
|
||||||
</p></body></html>
|
</p></body></html>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Allergens info
|
### Allergens info
|
||||||
```html
|
```html
|
||||||
<html><head><style type='text/css'>body {font-family: Arial; font-size: 7px;}</style></head><body><p style="text-align: center; margin: 0; padding: 0;">
|
<html><head><style type='text/css'>body {font-family: Arial; font-size: 5.5pt;}</style></head><body><p style="text-align: center; margin: 0; padding: 0;">
|
||||||
</p></body></html>
|
</p></body></html>
|
||||||
```
|
```
|
||||||
|
|
||||||
### BIO text
|
### BIO text
|
||||||
```html
|
```html
|
||||||
<html><head><style type='text/css'>body {font-family: "Myriad Pro"; font-size: 6px;}</style></head><body><p style="margin: 0; padding: 0;">
|
<html><head><style type='text/css'>body {font-family: "Myriad Pro"; font-size: 7px;}</style></head><body><p style="margin: 0; padding: 0;">
|
||||||
</p></body></html>
|
</p></body></html>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user