sitemap is wrapping early

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top