Updated html for label.
This commit is contained in:
+16
-4
@@ -43,24 +43,36 @@ ORDER BY a.name, v.weight ASC
|
||||
|
||||
### Product title
|
||||
```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>
|
||||
```
|
||||
|
||||
### 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
|
||||
```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>
|
||||
```
|
||||
|
||||
### Allergens info
|
||||
```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>
|
||||
```
|
||||
|
||||
### BIO text
|
||||
```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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user