The first thing to do is to re-size the window which you'd like to take the screen shot of to prevent "page stretch".
Then: Make sure the window you want is the active window.
Press ALT + Print Screen SysRq (it will copy to the "clipboard")
Open MS Paint or other graphics program
File -> New
Edit -> Paste
File -> Save as JPEG or GIF
• Attachments
Finally, to post your screen shot, start a post on the site as you normally would, but then click on "Got Attachments?" and attach your file.
If you are using Internet Explorer, you will see the "attachments" button as displayed here:
The button activates the fields to browse and insert your image(s). If you have javascript disabled, the button may not work, so the link below it should be used.
If you've stored the image on your hard drive, then click on "browse" and navigate to the folder on your computer where the graphic is stored. Click on it, and it will be entered in the box to upload.
There is NO preview when uploading a graphic attachment.
-- Edit: This procedure has been revised and enhanced to remove the uploading limitation of two items. You can now submit up to sixteen attachments with one post, as illustrated below:
Note: Please heed the warning against attaching .bmp files to your posts.
Another recommended and freeware graphics program that can be used to manipulate your graphics is Irfanview.
As some of you may have noticed, if you try to post code (HTML, C, or other code), just by pasting it in and hitting PREVIEW, several bad things can happen.
• Your code loses any formatting. • Your code may vanish completely if it contains angle brackets • If you spell-check, your code is spell-checked (pointless) • You get annoyed
The solution is to use [code] blocks.
Stuff within a [code] block is not mucked with, and is printed in a mono-spaced font, with all spaces (formatting) preserved.
To use a code block within a post, just post like so:
[code] ... (your code goes here) ... [/code]
Note: the [code] and [/code] tags MUST APPEAR TO THE LEFT ON LINES BY THEMSELVES. Using [code]...[/code] inline, will not work.
The contents of the code block will be isolated from the post, shown in a mono-spaced font, and all angle and square brackets appear unmolested. Note, in order to preserve the right margin of the website, any lines longer than 90 characters are split, automatically, with notification at the bottom of the code block that this has happened.
Outside of code blocks, in order to use the characters: > < [ and ] use ASCII-ISO 8859-1 codes. These are codes that are specific to individual HTML characters:
[ = [ ] = ] < = < > = >
Note: When using ASCII-ISO 8859-1 codes to post with, you can only preview your post once. If you preview twice, the second preview will convert the post. For example:
If you are making a long and detailed post using the ASCII-ISO 8859-1 codes, it is advisable to write it first into notepad and copy and paste it into your post when it is ready. This way you will keep the original coding intact.
To print just the one post and not the entire thread hover over to here: .. and you'll see the number for just that post then replace user http://www.dslreports.com/speak/print/default;xxxxxxx with the post number.
An example would be: http://www.dslreports.com/speak/print/default;2092703 which would produce: Click to view.
This is an extra ability that is not included in the hints beside the text box when posting. To center text and pictures in a post, use the following code:
<center>Put your text or image tag here</center>
This will cause that section to appear centered in your post like this:
Use a syntax block within your post. The format is:
[syntax=xxx] (paste your code here) [/syntax]
xxx is the language of your code fragment, as it would typically be represented in a FILE EXTENSION. Some common extensions that will trigger syntax coloring are below. Replacing xxx in the example above with php, for example, will syntax color a php code fragment.
javascript - Javascript java - Java perl - perl code php - php code h - c header file registry - Windows registry export fragment
Note: Syntax blocks can be edited after the post has been made Note: Syntax blocks will preview correctly. If they do not preview, they will not post correctly either. Note: Syntax blocks cannot be AUTO-QUOTED, and should not be quoted manually Note: The begin and end markers around a syntax block must be on their own lines and against the left margin