Style Builder buttons off bottom of form

  •  12-10-2010, 9:48 AM

    Style Builder buttons off bottom of form

    1. Go to your example on your site.
    2. Click on a tag and select properties
    3. Go to the Style Builder tab in the popup
    4. Click on Layout
    You'll see that the controls are wrapping because the container is a tiny bit too small.  This forces the buttons down off the form.
     
    I changed this line of code in Tag.aspx to fix it:
    <div class="tab-page" style="WIDTH:460px">
     
    It was 450px wide.  This fixes the problem but probably isn't the best way to resolve it. 
     
    Do you have any recommendations?
     
    Thanks,
     
    Bill
    Filed under:
View Complete Thread