D
Dave
I have a site that I'm trying to use Nested Master pages on certain
pages on my site. Both Master Pages reside in the root of my site and
the graphics are in an images folder. When setting up pages in a
restricted folder the images on the master doesn't display when
rendered. Below is a portion of my master page. Can someone tell me
why the TriR_Header.png doesn't display as soon as I navigate to the
pages in the restricted folder? If setting the DIV background-image
isn't the the right approach, I'm open to suggestions. I'd like to
only use 1 master page throughout the site.
Thanks for your time.
<div id="Header" align="Right"
style="height: 60px; width: 1024px; background-image: url
('images/TriR_Header.png');">
<table style="height: 100%">
<tr>
<td valign="bottom">
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="~/Default.aspx" Style="color: #FFFFFF;
font-weight: 700; font-family: Tahoma;
font-size: 10pt">Home</asp:HyperLink>
</td>
<td valign="bottom">
<asp:HyperLink ID="ContactUsHyperLink0"
runat="server" NavigateUrl="~/RUA.aspx"
Style="color: #FFFFFF; font-weight: 700;
font-family: Tahoma; font-size: 10pt">Request Account</asp:HyperLink>
</td>
<td valign="bottom">
<asp:HyperLink ID="ContactUsHyperLink"
runat="server" NavigateUrl="~/ContactUs.aspx"
Style="color: #FFFFFF; font-weight: 700;
font-family: Tahoma; font-size: 10pt">Contact Us</asp:HyperLink>
</td>
<td valign="bottom">
<asp:LoginStatus ID="LoginStatus1"
runat="server"
style="color: #FFFFFF; font-size: 10pt;
font-family: Tahoma; font-weight: 700"
onloggedout="LoginStatus1_LoggedOut" />
</td>
<td valign="bottom">
</td>
</tr>
</table>
</div>
pages on my site. Both Master Pages reside in the root of my site and
the graphics are in an images folder. When setting up pages in a
restricted folder the images on the master doesn't display when
rendered. Below is a portion of my master page. Can someone tell me
why the TriR_Header.png doesn't display as soon as I navigate to the
pages in the restricted folder? If setting the DIV background-image
isn't the the right approach, I'm open to suggestions. I'd like to
only use 1 master page throughout the site.
Thanks for your time.
<div id="Header" align="Right"
style="height: 60px; width: 1024px; background-image: url
('images/TriR_Header.png');">
<table style="height: 100%">
<tr>
<td valign="bottom">
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="~/Default.aspx" Style="color: #FFFFFF;
font-weight: 700; font-family: Tahoma;
font-size: 10pt">Home</asp:HyperLink>
</td>
<td valign="bottom">
<asp:HyperLink ID="ContactUsHyperLink0"
runat="server" NavigateUrl="~/RUA.aspx"
Style="color: #FFFFFF; font-weight: 700;
font-family: Tahoma; font-size: 10pt">Request Account</asp:HyperLink>
</td>
<td valign="bottom">
<asp:HyperLink ID="ContactUsHyperLink"
runat="server" NavigateUrl="~/ContactUs.aspx"
Style="color: #FFFFFF; font-weight: 700;
font-family: Tahoma; font-size: 10pt">Contact Us</asp:HyperLink>
</td>
<td valign="bottom">
<asp:LoginStatus ID="LoginStatus1"
runat="server"
style="color: #FFFFFF; font-size: 10pt;
font-family: Tahoma; font-weight: 700"
onloggedout="LoginStatus1_LoggedOut" />
</td>
<td valign="bottom">
</td>
</tr>
</table>
</div>