Click to See Complete Forum and Search --> : confused


howardfan123
01-16-2009, 03:15 AM
maybe someone can help me or point me in the right direction i am trying to put a index card size box on my page that can print out (only the card)
with to images and some text on it
i tried frames,iframes,layers,table(but ends up floating to much)
how should i do this, it has been driving me crazy for a week now

Charles
01-16-2009, 06:47 AM
There are two methods and perhaps it's best to use both of them: Declare a print stylesheet that for everything but your card sets the "display" property to "none". Declare an alternate version of the page with the media set to "print". See http://www.w3.org/TR/REC-html40/struct/links.html#edef-LINK .