Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michela 11 posts 31 karma points
    Jul 26, 2010 @ 19:41
    Michela
    0

    Help Changing image(logo) in header for Master Template... Umbraco2.1

    I work for www.seminex.com and was doing some website editing (with Umbraco2.1) when I noticed how pixelated our logo was. I uploaded a new image into the UserInterface folder and changed the image code on the Master Template so it would show the new logo. I hit save and refresh the site's homepage, and there is no more logo, just the default error picture (paper square with top right corner folded and three dots inside). I backtracked to the old template and still I get the error image.

    Does anyone know what I've done wrong? I know this sometimes happen when I resize images on a tabbed page, but I'm not sure what is going on now. The biggest problem is that I have no idea how to fix this since going back to the old template does not work.

    Here is what the code looks like:

    <body>
           <div id="container">
                   <div id="header">
                           <form name="BannerSearch" method="POST" action="/search.aspx">
                           <div id="branding">
                                   <a href="/" alt="home" title="home"><img src="/media/9714/seminex-logo-01.gif/" alt="SemiNex" /></a>
                           </div>

     

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Jul 26, 2010 @ 20:30
    Lee Kelleher
    0

    Hi Michela, welcome to Umbraco!

    Remove the slash at the end of the image filename. :-)

    Cheers, Lee.

  • Michela 11 posts 31 karma points
    Jul 26, 2010 @ 21:58
    Michela
    0

    What an easy fix!!!! Thanks Lee!!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies