Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have a word document with a number of sections that I'm to fix (remove all page numbers, give it one page across the sections,etc). I however noticed that there is this line is the footer in the 2nd section and beyond that just wont go away.
I can't select to delete it.
Can't drag it up and down either (it seems to be at the same level as the top margin in the footer so changing this margin changing the vertical position.
I dont really know what it is so searching with text like "word 2010 delete line in footer" did not prove very useful. Using Word 2010.
regards.
This problem may occur if both of the following conditions are true:
The line was created by typing a series of 3 or more characters and then pressing ENTER. The characters include the hyphen (-), underscore (_), equal sign (=), asterisk (*), tilde (~), and number sign (#).
-and-
The AutoFormat As You Type feature in Word is configured to automatically format borders.
RESOLUTION
To delete the line, follow these steps:
Click at the beginning of the line.
On the Format menu, click Borders and Shading, and then click the Borders tab.
Under Settings, click None, and then click OK.
Under page layout tab, go to page border and in it go to border and apply none. you can also change its format by applying the new one and by applying it to the paragraph
Related
This question already has answers here:
Is there a way to make vscode line number field smaller width?
(5 answers)
Closed 12 days ago.
My laptop has a small screen and I often use VS Code in half of the screen for multitasking, but I want more space in VS Code so that I can see more text on the screen, so I want to remove these spaces because I don't use breakpoints, and for me, it is a waste of space in the editor.
If is there any way to remove these spaces before lines?
Put the following in your settings.json file:
"editor.glyphMargin": false
The setting's description says:
Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.
This section of the UI is often called a "gutter" in IDE terminology. You might not belive it, but I found this tip as part of the first result by googling "vscode gutter" (a comment in the GitHub issue: Can the VSCode gutter be made smaller, i.e., decreased size/width? #30795).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am struggling a lot to remove the space I have marked into the images(it is the space before the footer). It's a very small problem but it is creating a lot of pain for me.
I am not able to use that space and it is a wastage of my precious page.
I tried many ways- Aligning the footer. used the left ruler to change the spacing, also use the paragraph alignment but not successful. So, now I am here to ask for a solution.
Please let me know if anyone has the perfect solution.
Word version : Microsoft 365 app for entriprise
Adjust it with a Custom Margin setting, which is located on the Layout tab > Margins menu. Take the bottom margin down to about 0.5 inches or 1.27 cm.
Normal document standards call for a visual break between the body and the footer.
Look into the space-before formatting of your footer style.
Go into the footer (Edit Footer)
Click in the footer's first line
Right-click and pick Paragraph
Adjust the Space-before formatting for the paragraph
When you have the spacing you want, find the Footer style and modify it - update to current formatting.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
i have try to enable Capitalization All Characters in a Text Field in the Storyboard Attributes Inspector, actualy it's not working.
Before working in iOS 6
Any suggestions?
The behavior seems a little different between iOS 6 and 7, at least in the simulator:
iOS 6 Simulator: typing on the onscreen keyboard results in capital letters directly. Typing with the computer’s keyboard results in lowercase letters and an autocorrect suggestion that would convert it to uppercase.
iOS 7 Simulator: typing on the onscreen keyboard results in capital letters directly (same as iOS 6). However, typing with the computer keyboard seems kind of broken. You get lowercase letters, but the autocorrect seems to offer a suggestion only for the last letter in a word.
Are you seeing your problem when typing with the onscreen keyboard, or your computer keyboard in the simulator?
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm having an issue with mountain lion, which is decreasing my productivity a LOT.
When using cmd+mouse click (I assume ctrl+mouse click) on a method/class/whatever I get the Open declaration/implementation etc popup. The problem is that the scrollbar lies over the bottom most item and since it's expanding on mouse over there's no way to select that item.
Is there any workaround for this? Or a way to make the popup bigger? Or select the using the keyboard?
Thanks to a friend I found a solution! If you change scrollbar visibility to always (System Preferences - General) they aren't appearing at all in the popups!
While switching to "Show scroll bars: Always" is one alternative, I think it would be better to get this resolved in Eclipse, thus I filed a bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=387095
Check this screencast I made to show the relation between the Mountain Lion Preferences and how it effects Eclipse.
For me it's only the When Scrolling option that creates a problem. With either of the remaining settings, things are peachy :
I am using Eclipse to work on a large Flex project. Whenever I have an error in an actionscript file, it shows nothing in the "Flex Errors" section of Markers but when I open the file that has the error it shows a question mark next to the line where the error actually is.
Is there a way to show these questions marks in the markers section of Eclipse?
Let me know if you need more information!
If you roll your mouse over the question mark, it should show details. Question marks were introduced in Flash Builder 4.5, I believe. They are a kind of "highlight problems as you type."
Often these question marks will turn into yellow exclamations (AKA Warnings) or red Xs (AKA Errors) on saving the file.
However, if you using the include directive to include one ActionScript file inside another, it may show these question marks in the include file, even though there isn't actually a problem.