PDA

View Full Version : CSS & printing


hanhthi
04-11-2003, 08:39 PM
I have a huge problem...I'm trying to fit a dynamically created html page to a one page print by using CSS. Right now, the right side of the html page is truncated. Can anyone please help? Thanks in advance.

Hanhthi

hanhthi
04-11-2003, 09:07 PM
Does anyone know how "force" the font to be "xx-small" when the user prints the dynamically created html page? I'm trying to use CSS using the Print="media" but I can't force a font size to be xx-small after the page is created.

:confused:

Thanks

redhead
04-11-2003, 10:30 PM
hi, welcome to the forums :)I'm trying to use CSS using the Print="media"youve got the attribute and the value the wrong way 'round, try <link rel="stylesheet" href="print.css" media="print"...

does that help?