Change the color of a link using the ribbon in sharepoint 2010? - sharepoint

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.

Related

How can i change color of text of spinner?

I want to change the color of the default text in the spinner in dialog mode. If the text is "Select Gender" only its color change and others will be set as default. Is this possible?
Yes it is possible. You don't show anything you've tried and perhaps that's because you don't know whee to begin?
Have a read of this, Beginners CSS
It will help you get started with styling elements in Html documents using Cascading Style Sheets (CSS).

SSRS footer text color not changing

We are applying a stylesheet to SSRS report footer. Footer Font color is set dynamically based on the configuration in the database.
When report is exported into Excel, footer color is always black. It is always black in the SSRS report as well. However PDF export shows the footer color correctly.
Has anyone faced this issue with footer color in Excel export? Is it not possible to change the footer color in Excel export? Any tips are appreciated.
Thanks in advance
I suspect you're just using a color that Excel doesn't typically use. Try matching your CSS to one of the 56 colors that Excel can accepts from SSRS. See:
exporting-to-microsoft-excel
"If more than 56 colors are used in the report, the rendering
extension matches the required color to one of the 56 colors already
available in the custom palette."
I just struck a similar issue, but when Exporting to Word docx format. It seems to ignore the font settings for placeholders in a footer.
I was able to work around it using the technique described in the link below - you set the text as a Placeholder with Markup Type = HTML, then wrap the text in HTML tags as the Value e.g.
="<font color='blue'>My blue footer text</font>"
https://social.technet.microsoft.com/wiki/contents/articles/18748.ssrs-multi-font-color-multi-font-size-within-a-single-field-textbox.aspx

Word - How to stick text to the bottom of page

https://SURU.tinytake.com/sf/MTQxMTgzOV81MDc2MDI2
I want to stick some text of the bottom of the page, like on the screen, just before footer always. When there is text (from mergefield), next should be new lines. I hope screenshot make it easier to see.
You can put the text in a text box or frame with position set to "Bottom
Relative to Margin". It's the only idea I have due you don't want to use a footer.
Or you can see this article
Basically it gives three options:
Negative left indent
Margin text box
Anchor to the header
I found the solution to the problem on Microsoft's page and I hope that this page comes up for as many people as possible.
Select the text you want to stick to the bottom (or top) of the page. Under Layout tab take a look at the bottom right of the page layout section and you should see a small arrow that, when clicked on, opens a new menu. In that menu, go to layout tab and set vertical alignment to be "bottom". IMPORTANT! Make sue that the next menu option (at the bottom of that window) is set to "apply to selected sections" otherwise, you will be writing from the bottom of the page upwards.
Here is the source image that helped me. https://filestore.community.support.microsoft.com/api/images/0382c4a8-ade9-4fc4-be66-bcd2c7101479?upload=true
Here is the visual representation:
Note that the person who took the screenshot set the last setting to whole document, not just selected sections.
If selected sections option isn't available, make sure you selected a text before opening the menu.
Hope this helps!

Converting Text to Outlines in Publisher 2013

In order to be able to print a Publisher file, I've converted it into PDF with the commercial press options enabled. However, Publisher does not seem to convert the text objects to outlines/paths.
Is there any way to convert all text objects in Publisher to outlines (for a PDF file)?
It can't be done in Publisher. The alternative is embedding the fonts in the PDF, but the font needs to be embeddable.
Click the File tab, point to Commercial Printing Tools, and then click Manage Embedded Fonts.
In the Fonts dialog box, select the font, and then do one of the following:
To embed the font when the font has been set to not be embedded, click Embed.
To change the embedding status to Don't embed when the font has been set to be embedded, click Don't embed.
It can be done.
Select your text, then in Text Box Tools, in the Outline drop down choose the black option.
Still with the text selected, right click, choose Change Text and in there change the font colour to white.
Your text is now outlined.

ASPxHtmlEditor disable HTML input

I want my ASPxHtmlEditor to show text as plain text(this is for some requirement where in I will have to disable HTML editor and show text as normal text only for few users). Is it achievable? I have set the HtmlEditorToolbar visibility to false. But still if i copy and paste colored text the editor will show the colored text.
If this not achievable only option will be to show a normal aspx text area for few users and DevExpress ASPxHtmlEditor editor for other users.
I believe it is possible to use both the ASPxHtmlEditor for the rich text and ASPxMemo/textarea for the plain text.
Perform the necessary checks and decide which control should be shown. Hide another control by setting its Visible property to false.
Then, bind the ASPxHtmlEditor.Html or ASPxMemo.Value property with the corresponding field and display it to an end-user.
P.S. Why don't you contact the DevExpress guys regarding your inquiry?

Resources