in

dashCommerce

An ASP.NET Open Source e-Commerce Application

siteMenu issue

Last post 08-17-2008 10:49 AM by Corey10e. 9 replies.
Page 1 of 1 (10 items)
Sort Posts: Previous Next
  • 08-14-2008 10:47 PM

    siteMenu issue

    I have this page: http://dev.stainlesssteelemugs.com and on the top siteMenu it is putting spaces between the menu items of 3px wide.  I have looked everywhere in the "web ready" code and it just isnt there.  Does anybody have a way to get rid of this extra TD?
  • 08-15-2008 8:46 AM In reply to

    Re: siteMenu issue

    Hi,

    Your site appears to be in violation of the license. You'll need to fix that up or purchase a commercial license.

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 08-15-2008 8:54 AM In reply to

    Re: siteMenu issue

    hi. can you please let me know how this site doesn't meet the licence agreement. is there a lamers version of licence so i know what restrictions are placed on the open source addition. thanks, matthew
    ASP.NET Freelancer. Visit my blog for contact details. skiltzonnet.blogspot.com
  • 08-15-2008 9:47 AM In reply to

    Re: siteMenu issue

    Sorry that was not intentional at all.  We are still in development phase and wanted to show the customer what it will look like once he does purchase the commercial version.  I have put the footer back in so I can get this question answered.  (As you will notice by the URL this was in the development phase)

  • 08-15-2008 1:14 PM In reply to

    Re: siteMenu issue

    Check this thread for a simple explanation of the license: http://dashcommerce.org/forums/p/1355/4251.aspx#4251

    I have also added this clarification to the FAQ page. 

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 08-15-2008 1:51 PM In reply to

    Re: siteMenu issue

    I appreciate that and feel I have cleared up that we wanted to show the client what it would look like once he purchased the software.  There was absolutely no devious intentions meant by this at all.  Now that I have cleared that up... can I get an answer to the original question?

     

    (p.s. I just looked at the site... the footer is there in the lower left corner... its hard to see but it is there.  On my laptop this shows up fine, but on my desktop its in black... not sure why)

  • 08-15-2008 3:01 PM In reply to

    Re: siteMenu issue

    Corey10e:
    I appreciate that and feel I have cleared up that we wanted to show the client what it would look like once he purchased the software.
     

    I understand - no worries.

    I'm not sure about that layout problem. Is the html being produced by the asp:Menu? If so you may be able to adjust the cellspacing / padding. Or, you could try putting things on the same line - sometimes breaking them out onto different lines will put a little space in there. Or, you could move the background image to something behind the main menu and all it to bleed through. Just some thoughts / suggestions. 

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 08-15-2008 3:18 PM In reply to

    Re: siteMenu issue

    The whole menu has been created by asp:Menu... it creates a table with cells, and those spaces are actual TD's with a width of 3px.  I dont even know that I can put a background image behind those or not... its worth a shot.  I just didnt know if the asp:Menu always creates a table etc... or if you were doing it with code.

  • 08-17-2008 6:23 AM In reply to

    • Dic k
    • Top 25 Contributor
    • Joined on 02-11-2008
    • Posts 41

    Re: siteMenu issue

    Answer
    <asp:Menu runat="server">
        <StaticMenuItemStyle ItemSpacing="0" />
    </asp:Menu>
  • 08-17-2008 10:49 AM In reply to

    Re: siteMenu issue

    Awesome thanks!

Page 1 of 1 (10 items)