All,
 
To those who helped me out last time, many thanks. These print style
sheets and the power they provide is a God send. I am currently having
trouble with a finicky ul printing problem though. I'm sure I'm staring
at an obvious solution, but just can't see it right now.
 
I have a ul with type=square on the page. It renders fine on screen, and
here is the print stylesheet code:
 
ul { margin:0 0 0 1em;
 padding:0;
 list-style-position:inside;
 list-style-type:circle;
 page-break-before:avoid;
 page-break-inside:avoid; }
 
Unfortunately when I print the document I don't see any markers
designating each bullet point. The code for the list looks like this:
 
<ul type="square">
   <li> Over age 45</li>
   <li> Under age 45 and overweight</li>
   <li> Under age 45 and have 1 or more risk factors (see &quot;How
likely am I to get pre-diabetes&quot;)</li>
</ul>
 
As always any help is greatly appreciated.
 
Luke Ling
Web/Graphic Design

University of Pittsburgh Diabetes Institute

Ross Building Office
4601 Baum Blvd, Suite 120
Pittsburgh, PA 15213
412.802.8542

DLR Building Office
3512 Fifth Ave., Rm 304
Pittsburgh, PA 15213
412.383.1287

http://diabetesinstitute.upmc.com <http://diabetesinstitute.upmc.com/> 
 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to