Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • eakkas 2 posts 20 karma points
    Apr 28, 2009 @ 06:38
    eakkas
    0

    User control layout gets messed up in Umbraco

    I am working on a file manager control and trying to implement izwebfilemanager to one of my pages. The user control renders fine when I test it in an aspx file locally but once I insert the control in Umbraco, the layout gets all messed up. Does anybody have an idea what the reason could be?

    Thanks,
    Emre

    This is how it looks in my test page (expected look)


    and this is how it looks in my umbraco site

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Apr 28, 2009 @ 07:55
    Richard Soeteman
    0

    Hi,

    In Umbraco you have full control over your layout. What I can see is that your control rendered on your localhost is a lot smaller then the rendered control from Umbraco. I think that the aspx page on your localhost sets some width/height properties? Just copy that in your Umbraco Template and it should be fine.

    Hope it helps you,

    Richard

  • Warren Buckley 2106 posts 4836 karma points MVP 7x admin c-trib
    Apr 28, 2009 @ 09:15
    Warren Buckley
    0

    Going with Richard's train of thought this could be some CSS styling issue use the Firefox addon FireBug to inspect the CSS and see what properties are being applied to help you debug the problem.

    Warren

Please Sign in or register to post replies

Write your reply to:

Draft