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.
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:
<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>
Hi Michela, welcome to Umbraco!
Remove the slash at the end of the image filename. :-)
Cheers, Lee.
What an easy fix!!!! Thanks Lee!!
is working on a reply...