nikko50
11-04-2008, 06:09 PM
Hi all I have a print style sheet and would like to know can I also style the text inside of textfields?? Below is some of the css I use to style my reports?
div.span {
font-size : 75px;
}
div.pland {
line-height: 130%;
}
p.labels {
font-size : 70px;
}
#breakafter {
page-break-after: auto;
}
div.span2 {
font-size : 175px;
}
div.span {
font-size : 75px;
}
div.pland {
line-height: 130%;
}
p.labels {
font-size : 70px;
}
#breakafter {
page-break-after: auto;
}
div.span2 {
font-size : 175px;
}