html - Printing Labels using CSS with Floated List -


i'm trying re-make existing asp.net page generates labels. original uses hideous tables-within tables-within tables force layout, , our order quantity has increased it's got point it's spitting out 65k lines of html assuming doesn't time out first.

i've replaced unordered list list of lables, each list item floated, , on-screen layout perfect. print, it's 4 labels per page, 1 in each corner.

however, @ least in ie-land, go print preview , goes being vertical list.

any thoughts?

make sure using float:... in css of li class fix :)

let me know if helps


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -