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)
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.
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.
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
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
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
is working on a reply...