Copy link to clipboard
Copied
Hi! I am trying to add my logo to the footer of my Adobe Portfolio site, but everytime I try to add the image it won't upload, instead it just shows a question mark. Here is the HTML I am using: <a><img src="Logo.jpg"/></a>. Any ideas to mkae the image show up in footer?
Copy link to clipboard
Copied
I've moved this from the Using the Community forum (which is the forum for issues using the forums) to the CC forum.
Copy link to clipboard
Copied
So where was this moved? link? I have the exact same question as op
Copy link to clipboard
Copied
You can manually add an <img> tag to your Footer. See this help article.
https://help.myportfolio.com/hc/en-us/articles/360037479793-Editing-your-footer
The markup syntax would resemble this where dummyimage is the URL to your image:
<img src="https://dummyimage.com/100x100.jpg" alt="placeholder">
To hyperlink an image, wrap it inside anchor tags like this:
<a href="https://example.com/" title="Link to Example.com"><img src="https://dummyimage.com/100x100.jpg" alt="placeholder"></a>
Hope that helps.
Copy link to clipboard
Copied
Hi Nancy,
Thanks for this, it's really helpful for putting the logo in the footer.
I've turned my logo into a html file but do I need to publish it online to link the image? Do you know how I can do this?
Thanks,
Geena - product designer
Copy link to clipboard
Copied
No HTML required. Just grab the URL to your image.
1. Upload image to Portfolio.
2. Right-click on image, select open image in new Tab/Window.
3. Grab image URL from your browser's address bar.
It will resemble this: https://cdn.myportfolio.com/your_image_number.png
Paste into quotes of <img src=" "> tag within your footer text. See screenshot.
Hope that helps.
Copy link to clipboard
Copied
Hi Nancy,
Thanks so much for your quick response. This is really helpful. I've managed to get the image in the footer but it's coming out very large. If I reduce the size of the image, the quality drops a lot - do you have any tips for reducing the size of the image in the code?
I've tried:
<img src="https://cdn.myportfolio.com/e42ad6d5-f0a2-40f3-b9f3-56c8a732cfa8/e401a360-50fb-4564-b8f1-a78cbbc0978..." style="width: 5vw; min-width: 130px;"/>
But it doesn't seem to be working.
Thanks,
Geena - product designer
Copy link to clipboard
Copied
Sadly, Portfolio doesn't support insertion of CSS <styles> in HTML code. On Publish, it strips them out. 😓
Perhaps Portfolio has a workaround I don't know about. Contact their support team.
https://help.myportfolio.com/hc/requests/new?ticket_form_id=177168
Good luck.
Copy link to clipboard
Copied
Hi! I am trying to add my logo to the footer of my Adobe Portfolio site, but everytime I try to add the image it won't upload, instead it just shows a question mark. Here is the HTML I am using: <a><img src="Logo.jpg"/></a>. Any ideas to mkae the image show up in footer?
Copy link to clipboard
Copied
Merging with duplicate thread.
Please do not start multiple threads on the same topic.
Copy link to clipboard
Copied
where? I need the answer. Where was this thread merged?
Copy link to clipboard
Copied
cc services. click your forum icon or name to see your posts (with links)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now