jaime-eduardo
12-11-2007, 06:03 PM
I have created a CSS for printing purpouses, however certian font formats will not increase.
The text I would like to make larger begins with SunMan Engineering offers a wide variety of Mechanical..... So the obvious answer is to increase the font size from 8pt however it will not increase the text im speaking of (ive tried it)
Heres the link
http://www.sunmantechnology.com/services_mp.html
Heres the print.css
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Arial", arial, serif;
font-size: 8pt;
}
#blkFlashBtn {
display : none;
}
#content {
background-color: #fff;
width: 100%;
border: none;
}
The text I would like to make larger begins with SunMan Engineering offers a wide variety of Mechanical..... So the obvious answer is to increase the font size from 8pt however it will not increase the text im speaking of (ive tried it)
Heres the link
http://www.sunmantechnology.com/services_mp.html
Heres the print.css
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Arial", arial, serif;
font-size: 8pt;
}
#blkFlashBtn {
display : none;
}
#content {
background-color: #fff;
width: 100%;
border: none;
}