mOrloff
12-14-2010, 11:22 PM
I have a simple test page, and I'm trying to get some of the content to print out in a 3of9 barcode font (39251.ttf) I downloaded and installed.
I tested the font in OpenOfcWriter, and everything checks out.
I installed that font on the host machine (local), and on my development machine.
The target line of code reads: <p class="barcode">12345678</p>
And here's an example of what I'm trying in my CSS: p.barcode{ font:39251; }
NOTE: Other adjustments such as p.barcode{ font-size-adjust:2; } and p.barcode{ color:red; } work just fine.
What am I missing??
~ Mo
I tested the font in OpenOfcWriter, and everything checks out.
I installed that font on the host machine (local), and on my development machine.
The target line of code reads: <p class="barcode">12345678</p>
And here's an example of what I'm trying in my CSS: p.barcode{ font:39251; }
NOTE: Other adjustments such as p.barcode{ font-size-adjust:2; } and p.barcode{ color:red; } work just fine.
What am I missing??
~ Mo