Menu Control (newbie)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to create my 1st site with ASP.NET. I started with the Small
Business template and am customizing it. The spacing between the menu items
on my horizontal menu control are not evenly spaced. I don't know what to do
to fix this. The code for the menu control is below.

<asp:Menu ID="Menu3" runat="server" DataSourceID="SiteMapDataSource1"
Orientation="Horizontal" Width="400" MaximumDynamicDisplayLevels="0"
Visible="True" > </asp:Menu>

Any help would be greatly appreciated. Thanks.

Weste
 
I am attempting to create my 1st site with ASP.NET. I started with the Small
Business template and am customizing it. The spacing between the menu items
on my horizontal menu control are not evenly spaced. I don't know what to do
to fix this. The code for the menu control is below.

<asp:Menu ID="Menu3" runat="server" DataSourceID="SiteMapDataSource1"
Orientation="Horizontal" Width="400" MaximumDynamicDisplayLevels="0"
Visible="True" > </asp:Menu>

Any help would be greatly appreciated. Thanks.

Weste

Weste:

The C# forum is probably not the best place for this question to get
answered. I would recommend trying the ASP.NET forum. Good luck.
 

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

Back
Top