It works for me in a master page.
Are you behind a firewall that's caching a bad version of the image? Is IE
set to get a new page every time?
If so, you might want to try adding a question mark to the URL like this:
<asp:Image ID="GatesAd" runat="server"
ImageUrl="http://www.gate.com/images/banners/gate_148x400_final.gif?"
AlternateText="www.Gate.com" />
Ken
Microsoft MVP [ASP.NET]
"Switch4Mac" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You say that this url
> http://www.gate.com/images/banners/g...x400_final.gif is not
> working? its working from here. : P
>
> Yannick
>
> Cowboy (Gregory A. Beamer) wrote:
>> Where is the image located? In one of the content sections? If so, that
>> is
>> normal.
>>
>> As for the particular image, I get a blank when I hit the URL you
>> suggested.
>>
>> --
>> Gregory A. Beamer
>> MVP; MCP: +I, SE, SD, DBA
>>
>> *************************************************
>> Think Outside the Box!
>> *************************************************
>> "Switch4Mac" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hi,
>> >
>> > I want to insert an ad in my MasterPage. So in the MasterPage, I
>> > have this piece of code: <asp:Image ID="GatesAd" runat="server"
>> > ImageUrl="http://www.gate.com/images/banners/gate_148x400_final.gif"
>> > AlternateText="www.Gates.com" />
>> > and I even tried with the simple:
>> > <img src="http://www.gate.com/images/banners/gate_148x400_final.gif"
>> > border="0">
>> > But still, nothing is showing up, anyone has clue about why its not
>> > showing up.
>> >
>> > I also thought it was the MasterPage playing with the path, therefore I
>> > tried within a simple aspx file and still nothing showing up, What's
>> > weird again, is that its showing right in the design mode.
>> >
>> > It sounds freaking if that's impossible, no?
>> >
>> > Yannick
>> >
>