How do I add an image with a link to my home page in Umbraco? - image

I'm new to Umbraco and I need to know how to insert an image with a link/url?
For example -->
<img src="/map/image.png"/>
UPDATE:
Below is a screenshot which doesn't show any button to insert an image.

In the editor? Just insert the image, then select it and click the link button.
In Umbraco 7, using the grid, you have to go to Developer section and locate the datatype(s) used for the grid property you are using. There should be an option to customize the rich text editor buttons somewhere in there.

Related

upload image working but image is dont select and show in ckeditor

I use version 4 of ckditor.
According to ckeditor, I did the ckeditor operation in my html document!
My problem is that when I click the "upload image" button and the photos are displayed for selection, after selecting one of the photos, the photo is not displayed inside the editor and does not actually work.
Did I have to do extra work that I did not?
My Windows 7 is, does it matter?

Sitecore Telerik Rich Text Editor - Add a image gallery tool

Is there a way to add a image gallery wizard in Sitecore RTE for the content authors? The authors should be able to click on the image gallery button in RTE and select the required images to create a gallery. Is this possible?
The RTE allows to add controls, an example can be found here

CKEDITOR Image Properties Browse Button

I have found a neat plugin for CKEDITOR called bgimage that allows a user to select a section of text and wrap said text within div and apply the background image style attribute (Background Image plugin should use Selected Text.).
I was wondering how can I replace the Image URL with Image Browse button as found within Image Properties?
Do I need to add an additional button to the vbox then make the necessary connections between FileBrowser and the associated Button? (I can't seem to find the relevant Developer Docs, regarding this problem).
The complete documentation for adding the file browser to your dialog is actually available here: Adding File Manager to a Dialog Window.

Sitecore: Sublayout with preview image

Can anybody tell me how to add a preview image when i am selecting a rendering while adding a component in the Page Editor? I just still have there a default sublayout icon. I have the Nicam demo site from Sitecore and there are some images, but I am not able find where I can select that.
When you go to your Sublayouts (/sitecore/Layouts/Sublayouts or Renderings) you can select yours, go to the Appearance section and go to the Thumbnail field. Click the Take Screenshot button there.
You can then select the page you want the thumbnail to be taken from in the Item field, which device to use and click Take Screenshot. After this the page will show up where you can select a section of the page to be used as the screenshot
[Update]
I decided to write a blogpost on this: Read it here

Tinymce change target path of insert/edit image icon

In TyniMce when select the text and right click there is inser/edit Image option is there on click on that how can i open my own aspx page not TynyMce ImageEdit.html page.
You can crete your own contextmenu (and open it on right click) using an own plugin.
The tinymce contextmenu plugin should be worth a look at. If you want to develope your own contextmenu plugin have a look at the source code.

Resources