I'm trying to annotate an excel sheet with notes.
I know I can add text to a Note, or display an image. Are there any other alternatives? Eg. showing some rendered HTML on hover.
Using Word, I want to remove first header footer and set first page as a different page.
I am new to sharepoint and will need you to explain how to with steps.
I have a sharepoint server running and I'm trying to edit the way the page works. I want to make text boxes not required so I can save without having to fill the text boxes. But I can't figure out how to edit the code for these in sharepoint to make that change.
I tried going to that page and looking for an edit button somewhere but there's no edit page or edit html anywhere.
I want to create vertical menu with dropdowns and several submenus.
I have code from codepen like I need but I am very far from JS and can't figure out how to add submenu.
here is codepen page: bit.ly/2CagVLI (please copy link, I can't insert clickable URL)
I want to turn this into menu like this
A user pasted the content from a word document into a wiki page.
In the word document all the links have the same font and color but on the wiki page some links are blue, some black, some using arial, some using times new roman. I guess the generated HTML screwed it up. Anyhow, when I mark text I can change the color, font, size and so on but when I mark a link the change color button is disabled (but I can change font and size), why is this? Do I need to ask the user to copy the contect back to a word document, edit there and then copy paste it again to the wiki?
Thanks in advance.
There is a good chance that there is some embedded css styles in the text that was pasted which is what is causing you grief. There should be a button that you can use to edit the raw html to get rid of those styles. Otherwise it is helpful if people paste unstyled text i.e. As Text.. rather the styled As HTML.. text.