Help - Search - Members - Calendar
Full Version: not printing images
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
minidiapolis
How would you force an image not to print if it's not in a div?
Darin McGrew
You could use a print style sheet that specifies something like
CODE
img { display: none }
div img { display: inline }
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.