7 Segment display
Design
Design questions?
How to handle label size
I see to usecases, most of the time the size of the label isnt critical. and therefor the default should be to size it in hight of the label in the printer and the length of text with margins. but in a few cases like printing labels which fit onto a small drawer have to be printed on a certian label and a spisific length
Head
New template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>New template</title>
<link rel="stylesheet" href= "labeler.css">
</head>
<body>
<header>
<h1>New template</h1>
</header>print template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Print template</title>
<link rel="stylesheet" href= "labeler.css">
</head>
<body>
<header>
<h1>Print template</h1>
</header>print-free
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Direct print</title>
<link rel="stylesheet" href= "labeler.css">
</head>
<body>
<header>
<h1>Direct print</h1>
</header>