Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
5

Adobe Portfolio Footer

Community Beginner ,
Jun 06, 2022 Jun 06, 2022

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?

3.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 06, 2022 Jun 06, 2022

I've moved this from the Using the Community forum (which is the forum for issues using the forums) to the CC forum.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2023 Mar 07, 2023

So where was this moved? link? I have the exact same question as op

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2023 Mar 11, 2023

@roger91 

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 12, 2024 Sep 12, 2024

@Nancy OShea 

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 12, 2024 Sep 12, 2024

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.

 

image.png

 

Hope that helps.

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 13, 2024 Sep 13, 2024

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 13, 2024 Sep 13, 2024
LATEST

@Geena5F9B,

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 06, 2022 Jun 06, 2022

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 06, 2022 Jun 06, 2022

Merging with duplicate thread.

 

Please do not start multiple threads on the same topic.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 07, 2023 Mar 07, 2023

where? I need the answer. Where was this thread merged?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 07, 2023 Mar 07, 2023

cc services.  click your forum icon or name to see your posts (with links)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines