Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Printing half of each line
Name: guyshahar Date: September 12, 2005 at 06:31:03 Pacific OS: Windows Me CPU/Ram: 900MHz/256MB
Comment:
My Printer (Xerox Decuprint M760) - prints in black and white only now. This is fine, but after a recent change of cartridge, when I print a page, some lines are normal, some only show the top half of the letters, and some only the bottom half, and some lines are missed all together. Does anyone know what is going on and what I can do about it??
I have already un-installed and re-installed several times.....
Summary: This is not a web development question, but I know you guys deal with queries more than anyone. Using SQL, is it possible to have a query pull the dates of the first days of each week between two date...
Summary: I found the below code in the manual for the mail() function on php.net. I differences I notice are that it uses a \r at the end of each line and that the "t" in "type" is lower-case. Try those change...
Summary: I'm trying to show each word in an array on each line in vbscript. I've tried: dim ray(2) ray(0)="ray1" ray(1)="ray2" ray(2)="ray3" for i=0 to 2 document.write(" " & ray(i)) next The code above wo...