Quintin van Straaten - 2009-12-04 07:06:36 -
In reply to message 2 from Mark W Ryan
where must i create the new sub?
must i do the height to with in the
<style>
.barcode {
border:5px solid white;
background:white;
width:{$width}px;
text-align:center;
{$this->divStyle}
}
.ns{
border-left:{$this->narrow}px solid white;
height:{$this->height};
}
.nb{
border-left:{$this->narrow}px solid black;
height:{$this->height};
}
.ws{
border-left:{$this->wide}px solid white;
height:{$this->height};
}
.wb{
border-left:{$this->wide}px solid black;
height:{$this->height};
}
.qqq{
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
}
</style>
Sorry, i'm a still a bit new?