View Single Post
  #8  
Old 02-14-2009, 05:30 AM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default Re: the label template

Quote:
can anyone help me, i want to use address label sheets, 14 labels per sheet - label size 99.1mm x 38.1mm

I'm trying to set this up. I've got it laying them out in 2 columns, and I've tried to set the sizes in the css in mm to be the right size, but they are too small.

My CSS is:

Code:
/* $Id: skin1.css,v 1.1.2.37 2008/08/07 06:35:10 ferz Exp $ */ /* General styles */ BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; COLOR: #2c3e49; FONT-SIZE: 11px; } H1 { FONT-SIZE: 14px; color: #a10000; } H2 { FONT-SIZE: 13px; } H3 { FONT-SIZE: 12px; color: #a10000; } HR { COLOR: #DDDDDD; HEIGHT: 1px; } HTML,BODY { HEIGHT: 100%; BACKGROUND-COLOR: #FFFFFF; MARGIN: 0px; PADDING: 0px; border: 1px green solid; } .labelcontainer { width: 210mm; height: 298mm; page-break-after: auto; margin: 0mm 6mm 17mm 6mm; border: 1px solid red; padding: 0px; } .labelholder { float: left; width: 99mm; height: 38mm; border: 1px solid blue; padding: 1mm; font-weight: bold; font-size: medium; } .labelholder .orderid { font-size: small; font-weight: normal; }

but the labels are only 32mm x 80mm when printed?
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote