S
Switch4Mac
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
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