D
Denise Pollock
I have a sitemap path on my website, which is wrapping before it gets to the
end of the container. I set it to nowrap, but when I do that it moves down
to the bottom of the content instead of in the top nav where it is supposed
to be. I also increased the width of the sitemap to match the top nav
container it is in, now even when it doesn't wrap it drops to the bottom of
the page. Is there some setting I am missing to make it stay where I put it,
and not wrap the text?
<div id="top_nav" style="height: 30px; width: 794px;">
<asp:SiteMapPath id="SiteMapPath1" runat="server" CssClass="sitemap"
Width="795px" Height="30px">
<CurrentNodeStyle ForeColor="Black" />
<NodeStyle ForeColor="Maroon" />
</asp:SiteMapPath>
</div>
end of the container. I set it to nowrap, but when I do that it moves down
to the bottom of the content instead of in the top nav where it is supposed
to be. I also increased the width of the sitemap to match the top nav
container it is in, now even when it doesn't wrap it drops to the bottom of
the page. Is there some setting I am missing to make it stay where I put it,
and not wrap the text?
<div id="top_nav" style="height: 30px; width: 794px;">
<asp:SiteMapPath id="SiteMapPath1" runat="server" CssClass="sitemap"
Width="795px" Height="30px">
<CurrentNodeStyle ForeColor="Black" />
<NodeStyle ForeColor="Maroon" />
</asp:SiteMapPath>
</div>