Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-12-02 14:20:18
- davvi
- Member
- Registered: 2007-07-28
- Posts: 24
print css
I use this css for printing, but the images are still been printes out. How can I stop the img being printes out?
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: “Times New Roman”, Garamond, serif;
font-size: 12pt;
}
#content, #valg, #wrapper, #img {
background-color: #fff;
width: 100%;
border: none;
}
#img{
background-color: #ffffff;
}
Offline
Offline
Offline
#4 2007-12-02 15:47:10
- davvi
- Member
- Registered: 2007-07-28
- Posts: 24
Re: print css
thanks, I removed the # at it is working fine!
Offline
Pages: 1