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
Post a Comment