Click to See Complete Forum and Search --> : Printing my Website


morte
04-01-2005, 02:37 AM
Hi.

I am using dreamweaver mx2004 every time i tray to print cuts everything.

my website is www.onyx-holdings.co.uk.

what codes i need?
where i need to add?
please i need help..

thanks

Mike :)

<Eddie>
04-01-2005, 04:37 AM
It's probably easier to use the media rule to set the styles for the printed output.


@media print {
color: black;
background: white;
blah: blah;
}


You'll need to remove, clipping and overflows too if any exist. Also, check out the page break after (http://www.w3schools.com/css/pr_print_pageba.asp) property as it has it's uses.

morte
04-01-2005, 05:55 AM
thank you so much.
i will tray.
have a nice day.
Mike