To add a custom page to Tumblr go to the Customize screen then at the bottom find the Add a page screen

Standard Page
With this page type you can build on a page on Tumblr’s platform it will be styled to fit the theme you are using. You can also optionally add custom HTML by clicking the <html> symbol.

Adding Images
You can click the camera button in the toolbar to add an image internally on Tumblr. They limit each image to a maximum width of 500px.
For larger image uploads you will need to upload it elsewhere like https://imgur.com then link to the image in HTML on the page by clicking <html> on the right.
Larger Images – IMGUR method
After uploading the image right click on it and Copy the “Image Address”. Then you can combine it with the code below and paste it into <html>. Images should have .JPG or .PNG after.

<img src=”yourlinkhere“/>
Example correct code: <img src=”https://i.imgur.com/qDMhtI7.jpeg”/>
Larger Images on pages – Tumblr Post method
Same as IMGUR method, but instead you can upload the photo as a “Tumblr Post”. After this you can open the image, right click copy image address and embed it into the page via HTML. You can then choose to delete the post and the image will still display on the page.
<img src=”yourlinkhere“/>
Custom Links
To add custom links, find the following section on the customize screen. On most of our themes you can add a total of 10.
Each link should begin with https://
