Forum Moderators: open
It all works grand but there's a few things bothering me that I'd like to fix.
1) I used a textarea field for the address. The box itself doesn't show up but the scrollbar does. Anyway of getting rid of this?
2) Anyway of preventing the the print button showing on the page?
3) The page title, page number show up on top and the address and date show up on the bottom. Anyway of disabling this?
Thanks in advance for any help.
<link href="text.css" rel="stylesheet" media="screen">
<link href="textprint.css" rel="stylesheet" media="print"> Giving the button and the scroll bar a class that has different attributes between the two i.e. make the elements that you don't want to appear the same colour as the background in the print css.
Also try giving the value of the text box a class that tells it to print black (this may not work).
The printed url that appears is somthing that you may find you have no control over, as it is nothing to do with the coding of the page but rather the settings of the users browser (I'm sure that someone will prove me wrong though).
3) The page title, page number show up on top and the address and date show up on the bottom. Anyway of disabling this?
You might want to try one of the solutions in these threads:
[webmasterworld.com ]
[webmasterworld.com ]