Did you try putting float:left as a style on the div? Also you could make a table with a single row and td's to get the bars next to each other.
It could be that the reason the barcode is vertical is that it is "stacking" the divs. Divs are block elements by default so each one will be put on a new line. -- Josh On Fri, Sep 21, 2012 at 2:33 PM, Bruce Sorge <[email protected]> wrote: > > Well after realizing that I cannot access their java library with > createObject(java), I decided that I am going to go ahead and change hosts. > They suck balls. Never use DailyRazor.com unless you want to very basic > stuff. > > Bruce > > > On Sep 21, 2012, at 3:00 PM, Eric Roberts <[email protected]> > wrote: > > > > > I was just thinking...if you use the Barcode 3of9 font someone had > mentioned > > earlier, my cfc would probably work great with very little tweaking. > > > > ------------------------------------ > > Three Ravens Consulting > > Eric Roberts > > Owner/Developer > > [email protected] > > tel: 630-486-5255 > > fax: 630-310-8531 > > http://www.threeravensconsulting.com > > ------------------------------------ > > > > -----Original Message----- > > From: Bruce Sorge [mailto:[email protected]] > > Sent: Friday, September 21, 2012 3:49 PM > > To: cf-talk > > Subject: Re: How would I change this to a div > > > > > > That did not work either. I did find a piece of code that actually > generates > > a barcode as an image. So what I was thinking was creating an image with > CF > > and then referencing that. Is there a way to create a new image in CF? I > was > > looking at CFIMAGE but I do not see where I can pass the barcode > > text/numbers and make it into an actual image. The code I downloaded is > > encrypted so I can't make any changes to it. > > > > Bruce > > > > On Sep 21, 2012, at 1:27 PM, Russ Michaels <[email protected]> wrote: > > > >> > >> have to tried giving it a width to keep it horizontal > >> > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352714 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

