|
CSS suggestion
"Items that you do not want shown live but want printed can have their style set display none in the regular stylesheet and to display block in the media="print" one"
I'm not trying to hide anything "live". Rather I see the code contains my colors and I just want to extract them and have them printed out. My needs become a bit more customized too in that there are sections of the picture "blocked" and labeled... in other words 3 or 4 sections of the photo are blocked together and those regions are designated a letter (ie:A or B or C) where when one color is dropped in a section all of the "blocked" regions get filled with the color. The final printout will not only need to list all colors used but which region of the photo they appeared in so the company has an accurate record of what the customer is looking for and retains the combinations accurately. Its all extracting data and printing so in its simplest form I was looking for javascript that is first able to pull out the information. Once that is accomplished the code must be made a little more fancy to extract the color codes and list them with the regions they are associated with.
Jim
|